-
Notifications
You must be signed in to change notification settings - Fork 54
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
27 additions
and
2 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 |
---|---|---|
|
@@ -4,10 +4,35 @@ | |
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
0 errors | 0 warnings | 0 note | ||
0 errors | 0 warnings | 1 note | ||
|
||
There were no ERRORs or WARNINGs or NOTEs | ||
There were no ERRORs or WARNINGs and one NOTE: | ||
|
||
``` | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Nicholas Tierney <[email protected]>' | ||
Days since last update: 1 | ||
``` | ||
|
||
`naniar` has been resubmitted again soon after recent with a patch to fix the | ||
issues identified from a CRAN email below: | ||
|
||
``` | ||
Dear maintainer, | ||
Please see the problems shown on | ||
<https://cran.r-project.org/web/checks/check_results_naniar.html>. | ||
Please correct before 2018-06-21 to safely retain your package on CRAN. | ||
Best, | ||
-k | ||
``` | ||
|
||
The fix removed importing the `tidyselect` package, as it is no longer used. | ||
|
||
## Reverse dependencies | ||
|
||
There are no reverse dependencies. | ||
|