-
out of curiosity :slightly_smiling_face:
-
```
> renv::install("Sage-Bionetworks/dcamodules")
Error in vapply(x, f, ..., FUN.VALUE = character(1)) :
values must be length 1,
but FUN(X[[1]]) result is length 0
In addition: Warning mess…
-
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…
-
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 …
-
During initialization, if `reticulate` is a dependency in `renv.lock`, inject a `python` section into the configuration file.
-
Add "units" package to renv, currently it fails on the last line in .Rprofile (`dict
-
Depending on the architecture and installation the following packages have proven difficult to install:
- XML (missing ```libxml2``` library)
- cytolib (missing ```crypto``` library)
- flowWorkspac…
-
Summing up, renv struggles with MASS installation, which can be related to the fact that it is a semi-base R package.
When using renv - The problem may come from the fact that developers, by setting …
-
I'm using the following R version on Ubuntu 20.02:
```
R version 4.3.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu…