-
Notifications
You must be signed in to change notification settings - Fork 21
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
1 parent
f55ca28
commit 136c82f
Showing
1 changed file
with
16 additions
and
44 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,57 +1,29 @@ | ||
## Test environments | ||
* macOS 11.3.1 (local), R-release (4.1.0) | ||
* Github actions, windows-latest, R-release (4.1.0) | ||
* Github actions, macOS-latest, R-release (4.1.0) | ||
* Github actions, ubuntu-20.04, R-release (4.1.0) | ||
* Github actions, ubuntu-20.04, R-devel (2021-05-19 r80339) | ||
* rhub, Ubuntu Linux 20.04.1 LTS, R-release (4.1.0), GCC | ||
* rhub, Fedora Linux, R-devel, clang, gfortran | ||
* winbuilder, R-devel (2021-05-18 r80323) | ||
|
||
## R CMD check results | ||
There were no ERRORs, WARNINGs. | ||
|
||
* From rhub and winbuilder: | ||
0 errors | 0 warnings | 0 notes | ||
|
||
checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘Andrew C. Hooker <[email protected]>’ | ||
|
||
New maintainer: | ||
Andrew C. Hooker <[email protected]> | ||
Old maintainer(s): | ||
Andrew C. Hooker <[email protected]> | ||
## Test environments | ||
* macOS 14.7 (local), R-release (4.4.1) | ||
* Github actions, windows-latest, R-release (4.4.1) | ||
* Github actions, macOS-latest, R-release (4.4.1) | ||
* Github actions, ubuntu-latest, R-release (4.4.1) | ||
* Github actions, ubuntu-latest, R-devel (2024-10-01 r87205) | ||
* Github actions, ubuntu-latest, R-oldrel-1 (4.3.3) | ||
* winbuilder, R-devel (2024-10-01 r87205 ucrt) | ||
|
||
I have changed my e-mail address after a move to a different department | ||
at my university. | ||
|
||
## Reason for submission | ||
|
||
* This is a re-submission. | ||
On the original submission I had: | ||
|
||
1 NOTE in the Windows and Debian check of the development version relating to | ||
DOIs and URLs that have been fixed. | ||
|
||
1 WARNING in the Debian devel version about vignette warnings related to | ||
right_join without the by argument and a lack of library(ggplot2) where needed. | ||
These have been fixed. | ||
This is a re-submission. | ||
|
||
* Reason for the original submission: | ||
* We got a message from CRAN that there were problems in check_results on CRAN, those problems have been fixed. | ||
* A number of new features have also been added. | ||
|
||
I got a message from Brian Ripley that the PopED-Ex.Rout document in the | ||
latest development candidate of R | ||
has the following warning: | ||
|
||
Warning in matrix( ... ... ... ) | ||
data length differs from size of matrix | ||
|
||
There was a bug in a function and has been fixed in the current version. | ||
## revdepcheck results | ||
|
||
A number of new features have also been added. | ||
We checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* NOTE: I have changed my e-mail address after a move to a different department | ||
at my university. | ||
|
||
## Downstream dependencies | ||
I have also run R CMD check on downstream dependencies of | ||
PopED (currently: ncappc). The package was not affected by the changes. | ||
* We saw 0 new problems | ||
* We failed to check 0 packages |