-
The Python extension has a nice "Select Interpreter" UI experience with a quick pick, and in some situations, it is more useful and nicer than Positron's interpreter dropdown:
![Image](https://github…
-
`libPaths` are not properly parsed into the rscript's library calls when using an `renv` project.
The function `list_loaded_pkgs` attempts to parse package directory information passed from `sessio…
mjz1 updated
8 months ago
-
I have the following Dockerfile;
```
FROM r-base:4.4.1
ARG GITHUB_PAT
ENV GITHUB_PAT=$GITHUB_PAT
RUN R -e "install.packages('remotes', repos = c(CRAN = 'https://cloud.r-project.org'))"
RUN…
-
looks like there's an issue where an unexpanded path is being passed down to cp... gets the "cannot stat" error
-
In the part "Computational reproducibility", packrat is evocated as a solution to manage package dependencies with R. I suggest replacing it in the text by renv, its successor, because packrat has bee…
-
May be easier to load renv for the package dependencies in a Dockerfile
-
Hi, thanks for the very useful software!
I'm currently using `renv` to restore an R environment during the docker build process. I've done this in a couple of projects without any problems, but thi…
-
I think visctemplates could implement project-local R dependency management to our projects using the renv package.
https://rstudio.github.io/renv/articles/renv.html
We can test it out on a pro…
wfulp updated
3 months ago
-
Hi,
I'm experiencing (I think), the same issue as https://github.com/rstudio/renv/issues/823. But since that is a little stale (and on an older version) I thought I'd raise the issue here again.
…
-
So, after creating the codespace, it seems that config-r does not update the remote settings josn, but does so correctly when you run it manually.
Here's the output during codespace creation:
``…