Changelog
Source:NEWS.md
pingr 2.0.1
CRAN release: 2020-06-22
is_online()
now tries the Apple captive test first, because it works better when DNS is not masked, but HTTP is (#13).ping()
now works on Linux systems with a non-English locale @pekkarr (#18).
pingr 2.0.0
CRAN release: 2019-10-21
New
nsl()
function to perform DNS queries.New
my_ip()
function to query the computer’s public IP address.New
apple_captive_test()
function to check Apple’s captive test web page to see if the computer is online.Better
is_online()
implementation, it uses DNS and HTTPS instead of an ICMP ping via an external ping program.Now
ip_up()
checks first if the computer is connected to the internet, viais_online()
.
pingr 1.1.0
CRAN release: 2014-10-06
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.