-
Hey guys,
I'm trying out the new pipeline, but running into some frictions getting things setup. Can we agree to keep the `renv.lock` file up to date. It currently references old versions of `pipau…
-
When running `covr::package_coverage()` in the project where I have my package, the function runs fine and produces the output one would expect (code coverage scores for all the functions).
However…
JT-39 updated
4 months ago
-
**Before filing a bug**
- [x] I have installed the latest dev version of {precommit} with `remotes::install_github('lorenzwalthert/precommit')`
- [x] I have installed the latest hook revisions (up…
-
https://rstudio.github.io/renv/articles/renv.html
-
I'm trying to build a renv.lock file using a dockerfile (so it can run in a CI environment).
As a Dockerfile I've created the following:
```Dockerfile
FROM --platform=linux/amd64 bioconductor/bio…
-
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…
-
lib-python clj has a nice "Hook" feature where a user can specif its own function which is called during a session startup.
This is mainly meant for "package management".
see here:
https://github.…
-
Would it be possible to set up [renv](https://rstudio.github.io/renv/articles/renv.html) to go along with the RProj to help with reproducibility?
-
> Background: Many of my users are not familiar with renv, so would tend to forget to use renv::restore() when they clone a project (they’re actually not all very comfortable with cloning yet). We’r…
-
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…