Skip to content

Commit

Permalink
update cran comments with checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickaël Canouil committed May 26, 2020
1 parent 785af5a commit bbdb958
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .cran-checks.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
devtools::check()
devtools::check_win_devel()
cran <- rhub::check_for_cran()
cran <- rhub::check_for_cran(env_vars = c(`_R_CHECK_FORCE_SUGGESTS_` = "false"))
mac <- rhub::check_on_macos()
sol <- rhub::check_on_solaris()

Expand Down
21 changes: 15 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,18 @@

### win-builder (`devtools::check_win_devel()`)

* R-devel: OK
* R-devel: 1 NOTE
Found the following (possibly) invalid URLs:
URL: https://codecov.io/gh/mcanouil/NACHO
From: README.md
Status: Error
Message: libcurl error code 35:
schannel: next InitializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal SSL/TLS alert is received (e.g. handshake failed).
URL: https://mcanouil.shinyapps.io/NACHO_data/
From: README.md
Status: Error
Message: libcurl error code 35:
schannel: next InitializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal SSL/TLS alert is received (e.g. handshake failed).

### R-hub builder (`rhub::check_for_cran()`)

Expand All @@ -16,10 +27,6 @@

* Windows Server 2008 R2 SP1, R-devel, 32/64 bit: OK

### R-hub builder (`rhub::check_on_macos()`)

* macOS 10.11 El Capitan, R-release: OK

### Appveyor-ci

* Windows Server 2012 R2 x64 (build 9600), R-4.0.0: OK
Expand All @@ -32,4 +39,6 @@

* Ubuntu 16.04.6 LTS, R-3.5: OK

* Ubuntu 16.04.6 LTS, R-3.6: OK
* Ubuntu 16.04.6 LTS, R-3.6: OK

* Ubuntu 16.04.6 LTS, R-4.0: OK

0 comments on commit bbdb958

Please sign in to comment.