pingr icon indicating copy to clipboard operation
pingr copied to clipboard

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

Open Waldi73 opened this issue 1 year ago • 1 comments

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

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

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

Waldi73 avatar Aug 05 '22 19:08 Waldi73