-
RStudio asked me for this upon creating a project in the r-stringr repo:
** Installing R Packages: 'rmarkdown', 'htmltools', 'knitr', 'readr', 'tidyverse'
-
I'm not entirely sure what this involves, but if you use pak inside a renv-using project, it would be nice if the packages were installed into the renv global cache, and then symlinked using the using…
-
Ironically, I ran into a problem with restoring the packages from the lockfile from this very repo and I think finding a solution how to solve this might be relevant for the tutorial itself.
**Prob…
-
targeted learning outcomes:
- code needs to be managed
- git is the tool you need
- new research project -> new git repository (project consist of the code and data)
- packages you dont want to …
-
Surfaced in our private beta here: https://github.com/posit-dev/positron-beta/discussions/153
The renv R package not only can manage R environments (version of R, R package versions) but also Pytho…
-
When not using renv, everything worked fine.
Error when running `source("renv/activate")` in the Rstudio console:
```
Error in file(filename, "r", encoding = encoding) :
cannot open the co…
-
**Is your feature request related to a problem? Please describe.**
It's fairly common for our team to need to check through certain environment variables that are known to cause issues on DfE machine…
-
Trying to use the createDefaultCovariateSettings() function in FeatureExtraction and it's aborting my R Session every time I try and run the function. I can load the library fine, I've tried:
insta…
-
I wonder if it would be useful to have some sort of setup wizard (which would maybe live in usethis) that allowed you to pick:
1. How to install R packages (e.g. DESCRIPTION, manifest, or renv)
2.…
-
Not sure how widely valuable this would be, but I was thinking it'd be nice if `renv` could infer a dependency on `lintr` when it encounters a `.lintr` file in a project.
For now, I might just put …