You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cran-comments.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
-
Some checks highlighted in correspondance from Brian Ripley regarding new checks on vignettes that SIBER failed. I have rectified these in this release. SIBER was removed from CRAN with the note "Archived on 2019-01-23 as check issues were not corrected in time."
2
-
3
1
## Resubmission
4
-
* A submission on 14-Feb-2019 was automatically rejected owing to a failed vignette re-build. I have rectified by adding `library(SIBER)` to this 'Points-Inside-Outside-Ellipse.Rmd'.
2
+
* Thanks Uwe for responding to my last submission on 19-FEB-2019 clarifying the need to remove the "no visible binding for variable 'xyz'" arising from my use of piped syntax with dplyr. I have removed these two NOTEs. Not by adding global variables, but in both instances by using base syntax and directly naming the variable using dollar sign notation within the data.frame, e.g. `df$group`. Thanks for taking the time to resond in person and hopefully now my submission on all CRAN test environments be O errors, 0 warnings and 0 notes as per my local environment.
3
+
* win-builder reports 1 NOTE under "checking CRAN incoming feasibility ... NOTE" pointing out, I believe, that this is a New submission that overrides a version that was removed owing to check issues not corrected in time.
* I cant reproduce this warning in either the local or remote test environments, but have added `Suggets: rmarkdown` to DESCRIPTION which from reading various help boards I believe will prevent it.
18
+
* I cant reproduce this warning in either the local or remote test environments, but have added `Suggets: rmarkdown` to DESCRIPTION which from reading various help boards I believe prevents it.
20
19
21
20
## Test environments
22
21
* local OS X 10.14.2 install, R 3.5.2
23
-
* win-builder release
24
-
* win-builder development
22
+
* win-builder release - generates 1 NOTE pointing out this is a New submission that overrides a version that was removed owing to check issues not corrected in time.
23
+
* win-builder development - generates 1 NOTE pointing out this is a New submission that overrides a version that was removed owing to check issues not corrected in time.
25
24
26
25
27
26
## R CMD check results
28
-
* There were no ERRORs or WARNINGs
29
-
* There were 2 NOTEs.
30
-
* The first arises owing to this being a new submission that overwrites the archived version of the same name which was removed owing to it failing checks.
31
-
* The second results from 3 instances of "no visible binding for global variable 'VAR'" all relating to the function `kapow()` and `siberKapow()`. These all arise from use of `ggplot2` and 'dplyr'. This note can be ignored as the data.frame object passed into `kapow()` and `siberKapow()` will have these variable names.
27
+
* There were no ERRORs or WARNINGs or NOTEs on my local environment.
32
28
33
29
## CRAN Package Check Results for Package SIBER
34
30
* As per note at the start, this package failed the latest round of checks owing to vignette title naming bugs. I have rectified all.
0 commit comments