From bf31bac83ca7963d3c8836f6ab8a821e14bef706 Mon Sep 17 00:00:00 2001 From: Bob Rudis Date: Thu, 29 Sep 2016 21:35:18 -0400 Subject: [PATCH] CRAN --- .Rbuildignore | 3 ++- R/gdns-package.r | 4 ++-- cran-comments.md | 17 +++++++++++++++++ man/gdns.Rd | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index e7ccc30..48b1c8e 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -4,4 +4,5 @@ ^README-.*\.png$ ^\.travis\.yml$ ^CONDUCT\.md$ -^README\.md$ +^README\.Rmd$ +^cran-comments\.md$ diff --git a/R/gdns-package.r b/R/gdns-package.r index e0f63ff..59aaa0c 100644 --- a/R/gdns-package.r +++ b/R/gdns-package.r @@ -1,4 +1,4 @@ -#' Tools to Work with Google DNS Over https API +#' Tools to Work with Google DNS Over HTTPS API #' #' Traditional DNS queries and responses are sent over UDP or TCP without #' encryption. This is vulnerable to eavesdropping and spoofing (including @@ -16,7 +16,7 @@ #' #' @name gdns #' @docType package -#' @author Bob Rudis (@@hrbrmstr) +#' @author Bob Rudis (bob@@rud.is) #' @import httr #' @importFrom stringi stri_split_fixed stri_split_regex stri_trim #' stri_replace_all_regex stri_enc_toutf8 diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..e1b6aef --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,17 @@ +## Test environments +* local OS X install, R 3.3.1 +* Travis OS X (R 3.3.1 and oldrel) +* ubuntu 12.04 (on travis-ci), R 3.3.1 & oldrel +* win-builder (devel and release) (caught it today just before the crash) + +## R CMD check results + +0 errors | 0 warnings | 1 note (new pkg) + +* This is a new release. + +## Reverse dependencies + +This is a new release, so there are no reverse dependencies. + +--- diff --git a/man/gdns.Rd b/man/gdns.Rd index 088bb78..b55e2d1 100644 --- a/man/gdns.Rd +++ b/man/gdns.Rd @@ -4,7 +4,7 @@ \name{gdns} \alias{gdns} \alias{gdns-package} -\title{Tools to Work with Google DNS Over https API} +\title{Tools to Work with Google DNS Over HTTPS API} \description{ Traditional DNS queries and responses are sent over UDP or TCP without encryption. This is vulnerable to eavesdropping and spoofing (including @@ -21,6 +21,6 @@ to provide end-to-end authenticated DNS lookups.\cr Support for reverse lookups is also provided. } \author{ -Bob Rudis (@hrbrmstr) +Bob Rudis (bob@rud.is) }