Skip to content

Commit

Permalink
Use https
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Sep 11, 2015
1 parent f21ca35 commit 541d388
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion R/release.r
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
14 changes: 7 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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_`
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/release.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 541d388

Please sign in to comment.