Package: pingers
Type: Package
Title: Identify, Ping, and Log Internet Provider Connection Data
Description: To assist you with troubleshooting internet connection issues and
    assist in isolating packet loss on your network. It does this by allowing you to 
    retrieve the top trace route destinations your internet provider uses, and recursively 
    ping each server in series while capturing the results and writing them to a log file. 
    Each iteration it queries the destinations again, before shuffling the sequence of 
    destinations to ensure the analysis is unbiased and consistent across each trace route.
Version: 0.1.1
Date: 2018-10-17
Authors@R: c(person("Jesse", "Vent",
                    role = c("aut", "cre"), 
                    email = "cryptopackage@icloud.com"))
Maintainer: Jesse Vent <cryptopackage@icloud.com>
URL: https://github.com/JesseVent/pingers
BugReports: https://github.com/JesseVent/pingers/issues
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: dplyr, stringr, tibble, tictoc, tidyselect, data.table,
        lubridate, plotly, reshape2
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-10-17 09:29:32 UTC; jesseimac
Author: Jesse Vent [aut, cre]
Repository: CRAN
Date/Publication: 2018-10-26 15:00:03 UTC
Built: R 4.5.2; ; 2025-11-08 04:33:09 UTC; windows
