packrat Questions

2

I recently updated to R 3.1.3 and I am building a package using RStudio and packrat. I am trying to re-build my package using RStudio's in built "Build and Reload" tool, but it won't work...
Shortcircuit asked 13/3, 2015 at 11:38

2

Solved

I have been using renv on a R project, but now want to remove it from renv versioning, i.e. delete all renv associated files, but still have access to the libraries that I used installed under renv...
Puffery asked 18/4, 2020 at 23:35

2

Packrat is a neat tool in theory, but for years it has been plagued by huge hang times upon starting RStudio, and the devs don't seem to be able to fix the issue. It's become unsustainable in my pr...
Pimple asked 25/3, 2017 at 16:14

1

Question: What is the purpose and origin of the Repository: field in a package DESCRIPTION file? It doesn't seem to be mentioned in the official docs for DESCRIPTION files, nor in Hadley's book. I...
Outlying asked 23/5, 2019 at 14:49

2

Solved

I installed the package packrat at some point, used it perhaps once and moved on with my life. However, despite not having loaded it in months, it remains a nuisance to my regular R usage. Seemin...
Marinna asked 1/9, 2015 at 19:0

1

Solved

Packrat has a use.cache feature to reduce package installation time. The documentation provides the following info: use.cache: Install packages into a global cache, which is then shared across ...
Mulley asked 21/6, 2017 at 12:45

1

Solved

I'm working with an R package that is an RStudio project, and I'm using packrat to keep a local copy of the source of the packages I depend on for my project. I've got Travis-CI checking my R pac...
Lucilelucilia asked 18/8, 2016 at 3:35

1

Solved

I have been using git for a while but just recently started using packrat. I would like my repository to be self contained but at the same time I do not want to include CRAN packages as they are av...
Newbold asked 23/3, 2016 at 19:56
1

© 2022 - 2024 — McMap. All rights reserved.