r-lib / pingr

ICMP and TCP ping and related tools
http://r-lib.github.io/pingr/
Other
34 stars 8 forks source link

pingr::ping won't work for <1ms response times #24

Closed Waldi73 closed 3 weeks ago

Waldi73 commented 2 years ago

response times <1ms don't fit into the timings regex:

os$regex
[1] "^.*time=(.+)[ ]?ms.*$"

see https://stackoverflow.com/a/73254206/13513328

gaborcsardi commented 2 years ago

And we should also try to switch to an English locale.