R Wrapper for the Go dnscaa Library
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.
 
 
 

28 lines
1.0 KiB

Package: caa
Type: Package
Title: R Wrapper for the Go dnscaa Library
Version: 0.1.0
Date: 2020-03-06
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Romain", "Francois", role = "ctb", comment = "Original Go-R interface research"),
person("Simone", "Carletti", role = "ctb", comment = "dnscaa Go library https://github.com/weppos/dnscaa"),
person("Miek", "Gieben", role = "ctb", comment = "dns Go library https://github.com/miekg/dns")
)
Maintainer: Bob Rudis <bob@rud.is>
Description: Experimental R wrapper for the Go dnscall library. Builds off of work done by
Romain Francois (<https://github.com/rstats-go>).
URL: https://git.rud.is/hrbrmstr/caa
BugReports: https://git.rud.is/hrbrmstr/caa/issues
Encoding: UTF-8
License: MIT + file LICENSE
SystemRequirements: go, GNU make
Suggests:
covr, tinytest
Imports:
tibble
Depends:
R (>= 3.2.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2