Package: port4me
Version: 0.7.1
Imports: utils
Suggests: tools, rmarkdown, knitr
VignetteBuilder: knitr
Title: Get the Same, Personal, Free 'TCP' Port over and over
Authors@R: c(
  person("Henrik", "Bengtsson",
         role=c("aut", "cre", "cph"),
         email = "henrikb@braju.com",
         comment = c(ORCID = "0000-0002-7579-5165")),
  person("Jeroen", "Ooms", role = "ctb", 
         comment = c("C code for testing availability of TCP ports",
                     ORCID = "0000-0002-4035-0289")))
Description: An R implementation of the cross-platform, language-independent "port4me" algorithm (<https://github.com/HenrikBengtsson/port4me>), which (1) finds a free Transmission Control Protocol ('TCP') port in [1024,65535] that the user can open, (2) is designed to work in multi-user environments, (3), gives different users, different ports, (4) gives the user the same port over time with high probability, (5) gives different ports for different software tools, and (6) requires no configuration.
License: MIT + file LICENSE
URL: https://github.com/HenrikBengtsson/port4me
BugReports: https://github.com/HenrikBengtsson/port4me/issues
Encoding: UTF-8
RoxygenNote: 7.3.1
NeedsCompilation: yes
Packaged: 2024-02-29 23:12:25 UTC; henrik
Author: Henrik Bengtsson [aut, cre, cph]
    (<https://orcid.org/0000-0002-7579-5165>),
  Jeroen Ooms [ctb] (C code for testing availability of TCP ports,
    <https://orcid.org/0000-0002-4035-0289>)
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Repository: CRAN
Date/Publication: 2024-03-01 00:00:02 UTC
Built: R 4.5.1; x86_64-w64-mingw32; 2025-10-06 01:18:22 UTC; windows
Archs: x64
