From 541d3885304420d76d1262679ebf2c8de879411d Mon Sep 17 00:00:00 2001 From: hadley Date: Fri, 11 Sep 2015 09:39:45 -0500 Subject: [PATCH] Use https --- R/release.r | 2 +- cran-comments.md | 14 +++++++------- man/release.Rd | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/R/release.r b/R/release.r index 00d9d9a07..ae1f1ad33 100644 --- a/R/release.r +++ b/R/release.r @@ -20,7 +20,7 @@ #' of additional questions to ask. #' #' You also need to read the CRAN repository policy at -#' \url{http://cran.r-project.org/web/packages/policies.html} and make +#' \url{https://cran.r-project.org/web/packages/policies.html} and make #' sure you're in line with the policies. \code{release} tries to automate as #' many of polices as possible, but it's impossible to be completely #' comprehensive, and they do change in between releases of devtools. diff --git a/cran-comments.md b/cran-comments.md index b811e9329..bd280be76 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,9 @@ +This is a resubmission: + +* http -> https in link to CRAN policies. + +--- + ## Release summary * `check()` now uses `--as-cran`, suppressing just `_R_CHECK_CRAN_INCOMING_` @@ -18,13 +24,7 @@ ## R CMD check results There were no ERRORs or WARNINGs. -There were 3 NOTEs: - -* checking CRAN incoming feasibility ... NOTE - Found the following (possibly) invalid URLs: - URL: http://cran.r-project.org/web/packages/policies.html - - This is a false positive - that's not a package URL. +There were 2 NOTEs: * checking foreign function calls ... NOTE Evaluating ‘dll$foo’ during check gives error diff --git a/man/release.Rd b/man/release.Rd index ea4994fc6..39986bf52 100644 --- a/man/release.Rd +++ b/man/release.Rd @@ -36,7 +36,7 @@ function called \code{release_questions()} that returns a character vector of additional questions to ask. You also need to read the CRAN repository policy at -\url{http://cran.r-project.org/web/packages/policies.html} and make +\url{https://cran.r-project.org/web/packages/policies.html} and make sure you're in line with the policies. \code{release} tries to automate as many of polices as possible, but it's impossible to be completely comprehensive, and they do change in between releases of devtools.