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
Whenn running ctrl+shift+e (check package) in rstudio using devtools::check it creates a folder pkgname.Rcheck and pkgname_version.tar.gz in the upper directory.
If I change some code to alter the check it looks like it uses the old code inside the folder or the archive.
How do I disable this folder creation or at least clean it on fail and success?
There is a Rstudio option in tools/global options/Packages cleanup output after successful R CMD check but it looks like it does not work and it definitely does not clean on failure...
So my workflow used to be 1)run check 2)fix problems and loop but now I have to manually delete this folder and archive to make it work otherwsie it uses old code
Any solution please?
The text was updated successfully, but these errors were encountered:
This is fixed by r-lib/rcmdcheck#84, you can install the development version of rcmdcheck to fix this or wait until a new version is released on CRAN (which should be soon).
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/
lockbot
locked and limited conversation to collaborators
Apr 27, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Whenn running ctrl+shift+e (check package) in rstudio using devtools::check it creates a folder pkgname.Rcheck and pkgname_version.tar.gz in the upper directory.
If I change some code to alter the check it looks like it uses the old code inside the folder or the archive.
How do I disable this folder creation or at least clean it on fail and success?
There is a Rstudio option in tools/global options/Packages
cleanup output after successful R CMD check
but it looks like it does not work and it definitely does not clean on failure...So my workflow used to be 1)run check 2)fix problems and loop but now I have to manually delete this folder and archive to make it work otherwsie it uses old code
Any solution please?
The text was updated successfully, but these errors were encountered: