You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 lines
1.2 KiB

Package: pwhois
Type: Package
Title: Issue 'WHOIS' Queries and Process Various 'WHOIS' Resoponses
Version: 0.1.0
Date: 2021-02-13
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: WHOIS (pronounced as the phrase "who is") is a query and response protocol
that is widely used for querying databases that store the registered users
or assignees of an Internet resource, such as a domain name, an IP address
block or an autonomous system, but is also used for a wider range of other
information. The protocol stores and delivers database content in a human-
readable format. The current iteration of the WHOIS protocol was drafted
by the Internet Society, and is documented in RFC 3912. Tools are provided
to issue query requests and process query responses.
URL: https://git.rud.is/hrbrmstr/pwhois
BugReports: https://git.rud.is/hrbrmstr/pwhois/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
covr, tinytest
Depends:
R (>= 3.5.0)
Imports:
stringi,
jsonlite
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1