-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
61 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
revdep | ||
joss_paper | ||
data-raw | ||
^cran-comments\.md$ | ||
^\.github$ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ inst/doc | |
/doc/ | ||
/Meta/ | ||
.run_codecov.R | ||
revdep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0-2 notes | ||
|
||
* ``` | ||
checking CRAN incoming feasibility ...Warning: unable to access index for repository https://bioconductor.org/packages/3.16/bioc/src/contrib: | ||
cannot open URL 'https://bioconductor.org/packages/3.16/bioc/src/contrib/PACKAGES' | ||
Warning: unable to access index for repository https://bioconductor.org/packages/3.16/data/annotation/src/contrib: | ||
cannot open URL 'https://bioconductor.org/packages/3.16/data/annotation/src/contrib/PACKAGES' | ||
Warning: unable to access index for repository https://bioconductor.org/packages/3.16/data/experiment/src/contrib: | ||
cannot open URL 'https://bioconductor.org/packages/3.16/data/experiment/src/contrib/PACKAGES' | ||
Warning in url(sprintf("%s/src/contrib/PACKAGES.gz", u), "rb") : | ||
URL 'https://mghp.osn.xsede.org/bir190004-bucket01/archive.bioconductor.org/packages/3.16/bioc/src/contrib/PACKAGES.gz': Timeout of 60 seconds was reached | ||
NB: need Internet access to use CRAN incoming checks | ||
NOTE | ||
Maintainer: ‘Kevin Kramer <kevin.pasqual.kramer@protonmail.ch>’ | ||
Possibly misspelled words in DESCRIPTION: | ||
Baumont (13:48) | ||
Carrère (13:32) | ||
Jouven (13:17) | ||
ModVege (11:47, 13:8, 17:73) | ||
``` | ||
|
||
bioconductor seems to be unreachable from my location. However, growR does | ||
not depend or (to my knowledge) interact with bioconductor at all, so this | ||
should not be cause for an issue. | ||
The spelling of these words (names) is fine. | ||
|
||
* ``` | ||
Found the following (possibly) invalid URLs: | ||
URL: https://rmets.onlinelibrary.wiley.com/doi/abs/10.1002/joc.2419 | ||
From: man/willmott.Rd | ||
Status: 403 | ||
Message: Forbidden | ||
``` | ||
|
||
It seems that Wiley has recently started to use more extensive CAPTCHA and | ||
similar human-verification checks. This seems to sometimes (and only | ||
sometimes) prevent R CMD CHECK from accessing these links. | ||
|
||
## revdepcheck results | ||
|
||
We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages | ||
|