-
Notifications
You must be signed in to change notification settings - Fork 10
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
1 changed file
with
30 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,16 +1,40 @@ | ||
## Test environments | ||
|
||
* local OS X install, R 4.2.2 | ||
* local OS X install, R 4.4.0 | ||
* github actions testing for devel, release, and ubuntu, windows, and macOSX | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 notes | ||
0 errors | 0 warnings | 1 notes | ||
|
||
## revdepcheck results | ||
``` | ||
* New submission | ||
* Package was archived on CRAN | ||
``` | ||
|
||
We have addressed the problems resulting in archival in this release | ||
|
||
``` | ||
Possibly misspelled words in DESCRIPTION: | ||
Prvan (35:22) | ||
Tierney (34:66) | ||
brolgar (33:33) | ||
quantiles (30:42) | ||
``` | ||
|
||
These spellings are all correct | ||
|
||
We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
``` | ||
Found the following (possibly) invalid URLs: | ||
URL: https://www.oecd.org/pisa/data/ | ||
From: man/pisa.Rd | ||
Status: 403 | ||
Message: Forbidden | ||
``` | ||
|
||
I'm really not sure how to check this one - I've used {urlchecker} and the website opens for me, should I just remove this? | ||
|
||
## revdepcheck results | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages | ||
There are no reverse dependencies as this package is not on CRAN |