Package: clandnstine Type: Package Title: Perform Secure-by-default or Woefully Insecure 'DNS' Queries Version: 0.3.1 Date: 2020-03-11 Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")) ) Maintainer: Bob Rudis Description: Perform and process DNS over TLS, DNS over HTTPS, or Just Plain DNS queries using the getdns () C library. SystemRequirements: C++11; libgetdns v1.5.1 or higher URL: https://git.rud.is/hrbrmstr/clandnstine BugReports: https://git.rud.is/hrbrmstr/clandnstine/issues Encoding: UTF-8 License: MIT + file LICENSE Suggests: testthat, covr Depends: R (>= 3.2.0) Imports: jsonlite, Rcpp, magrittr, glue, httr, R6 Roxygen: list(markdown = TRUE) RoxygenNote: 7.0.2 LinkingTo: Rcpp