Skip to content

Releases: r-lib/pingr

pingr 2.0.3

10 Dec 23:24
Compare
Choose a tag to compare
  • ping_port() now correctly prints the port if version = TRUE.

pingr 2.0.2

27 Oct 07:34
Compare
Choose a tag to compare
  • pingr::ping() now works better in a non-English locale (#18).

v1.2.0

13 Oct 17:31
Compare
Choose a tag to compare
  • New is_up() function to check if a web (other other TCP) server is up.

  • Timeout now works correctly on Linux systems (#7).

  • ping() uses processx now to run the external ping program, so the
    the ping error messages do not litter the R console (#8, #9).

v1.1.2

09 Oct 10:17
Compare
Choose a tag to compare

No user visible changes.

v1.1.0

09 Oct 10:17
Compare
Choose a tag to compare
  • New is_online() function to check if the computer is online, by
    pinging two DNS servers.

  • TCP Timeout now works for the connect phase as well.

v1.0.0

09 Oct 10:16
Compare
Choose a tag to compare

First release on CRAN.