Package: netstat
Type: Package
Title: Retrieve Network Statistics Including Available TCP Ports
Version: 0.1.1
Authors@R: c(
    person("Steve", "Condylios", , "steve.condylios@gmail.com", c("aut", "cre"), 
    comment = c(ORCID = "0000-0003-0599-844X"))
    )
Maintainer: Steve Condylios <steve.condylios@gmail.com>
BugReports: https://github.com/stevecondylios/netstat/issues
URL: https://github.com/stevecondylios/netstat
Description: R interface for the 'netstat' command line utility used to retrieve and parse 
    commonly used network statistics, including available and in-use 
    transmission control protocol (TCP) ports. Primers offering technical background information 
    on the 'netstat' 
    command line utility are available in the "Linux System Administrator's Manual" 
    by Michael Kerrisk (2014) 
    <http://man7.org/linux/man-pages/man8/netstat.8.html>, and on the Microsoft website (2017) 
    <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/netstat>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports: utils
Language: en-US
NeedsCompilation: no
Packaged: 2020-01-13 02:09:26 UTC; st
Author: Steve Condylios [aut, cre] (<https://orcid.org/0000-0003-0599-844X>)
Repository: CRAN
Date/Publication: 2020-01-23 17:30:05 UTC
