diff --git a/.cran-checks.R b/.cran-checks.R index ddb43f38..93c444a3 100644 --- a/.cran-checks.R +++ b/.cran-checks.R @@ -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() diff --git a/cran-comments.md b/cran-comments.md index ec39367c..8636a3f6 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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()`) @@ -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 @@ -32,4 +39,6 @@ * Ubuntu 16.04.6 LTS, R-3.5: OK -* Ubuntu 16.04.6 LTS, R-3.6: OK \ No newline at end of file +* Ubuntu 16.04.6 LTS, R-3.6: OK + +* Ubuntu 16.04.6 LTS, R-4.0: OK \ No newline at end of file