Since I am using a cloud folder with limited space availability for my R project, I decided to disable packrat for my project and use the local library instead. It worked, but the packrat folder inside my project folder is still there, taking quite some space. Can I just delete it? thanks Giulia
After disabling packrat can I remove packrat folder from the directory?
218 views Asked by Grig At
1
There are 1 answers
Related Questions in DIRECTORY
- I cant access file directory with PHP local host on XAMPP. it just shows one of the files I have in my visual studio code
- PHP string variable to multiple rows in table sql insert
- Android - Why my app picks values on default folder (instead XXHDPI)
- Use htaccess to add subdirectory to url while displaying base url
- Dockerfile and package-json are in different folders
- VS2022 C++ empty directory for audio file. CMake; SFML
- Visual Studio Error: The system cannot find the file specified
- Email from SharePoint: "Heads up! We noticed that you recently deleted a large number of files from a site" but the user doesn't deleting anything
- Duplicate folder into new folder one level up in the directionary
- Shapefiles not showing up in assigned directory in R - says it exists but can't find it
- Recursively calculate SHA256 sum of all files in directory using OpenSSL
- $WinREAgent folder keeps to automatically appear
- thunderbird local archive folder missing
- Python folder path string escape character error
- Switch r settings to not have to create directory when saving files into new subfolders
Related Questions in PACKRAT
- Trouble installing packages from packrat log file
- Packrat Parser in Scala hangs indefinitely even though there are no elements left in input
- packrat::resolve() keeps asking me to install Rtools while it is already installed
- Packrat::restore() for system dependencies
- packrat restore using old windows binaries - need cran mirror with old windows package binaries
- How to avoid left-recursion infinite loops in Fastparse?
- packrat - move environment from one project to another
- RStudio Connect: unable to deploy in R version 4.0.0
- How to completely remove renv from an R statistics program
- How to Manage R Packages given Windows 255 file path limit, e.g. checkpoint and Rcpp?
- Packrat caching : Right to left vs. Left to right?
- Install package dependency that has no binary version
- packrat fails to retrieve Bioconductor packages
- shiny app deployed in 2018 on shinyapps.io not working locally in 2019
- packrat restore when switching between git branches with different packages
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
I'm lacking official confirmation, but I'm going to say yes you can safely delete the packrat directories and files after disabling it. I've tried it and see no downsides yet. If you don't disable it first there will likely need to be some additional cleanup to do. If you need packrat again you should be able to start over the same as usual.