Markus J. Ankenbrand
Markus J. Ankenbrand
I'll continue to fix warnings and notes, but there is one thing, that can not easily be fixed. The [CRAN repository policy](https://cran.r-project.org/web/packages/policies.html) states, that: > Packages should be of the...
New status is: ``` Status: 4 WARNINGs, 3 NOTEs ``` Another `NOTE` that might be hard to get rid of is: ``` * checking dependencies in R code ... NOTE...
New status: ``` Status: 2 WARNINGs, 3 NOTEs ```
New status: ``` Status: 1 WARNING, 3 NOTEs ```
Finally, we are at ``` Status: 3 NOTEs ``` So no more WARNINGs or ERRORs. However, these 3 notes might still be relevant. And one of the notes are actually...
I fixed 70 of the 325 "no visible binding for global variable" notes. The fix is not hard, just laborious. It basically consists of adding the [`.data` pronoun](https://cran.r-project.org/web/packages/dplyr/vignettes/programming.html) as suggested...
I finally fixed all but one of the "no visible binding for global variable" notes. It was painful, I repeatedly broke stuff and readability of the code is not improved...
When running `R CMD check --as-cran` I get additional NOTEs. I'll try to fix these as well. As cran our current status is: ``` Status: 8 NOTEs ```
I'm finally at a point where almost everything is fixed :sweat_smile: For the remaining issues, I need some input from @thackl - [x] update version number (and don't use "large...
This is awesome :rocket: After a couple of package updates, the check went through with a single remaining NOTE (so the slow examples seem to be fast enough now :smile:)...