How often should one update a package on CRAN? I noticed NOTE
s in the CRAN checks that I have since solved.
However, I just discovered that the("my"(disclosure)) package now fails to install on one of the Linux flavors. How can I best know what is causing the error as the logs simply show:
- installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ Error: ERROR: no permission to install to directory ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ Secondly, if I fix this problem, how long should I wait before submitting to CRAN? I was ideally thinking of taking a month or so as I read somewhere. Thanks in advance.
CRAN checks for reference.
EDIT:: I discovered that there are some issues with dplyr
as per its CRAN checks, could this be causing the problem?!