renv Questions
2
Solved
Short version
What is the simple and elegant way to use renv, venv and jupyterlab with IRkernel together? In particular, how to automatically activate renv from jupyter notebook that is not in the ...
Canalize asked 23/2, 2022 at 18:31
1
Solved
I am trying to get me and my colleagues started on using renv. I have found different pieces of information of what should/can be committed to git for collaboration:
the renv collaboration vignett...
3
How do I execute a command using RScript myfile.R so that it uses the renv environment of the project/directory it's in, NOT my default environment?
2
I'm creating some internal packages with R in RStudio. My repositories are hosted in Azure DevOps. I saw the renv.lock and there is a section for repositories.
{
"R": {
"Version&qu...
Incongruous asked 27/10, 2020 at 12:17
0
I've downloaded an old repo on a new laptop (running on MacOS Catalina) and attempted to run a R script.
The repo has a renv lock file - meaning, I should be able to restore all dependencies as the...
Incommensurate asked 4/8, 2021 at 8:25
1
Solved
I wanted to test renv package for shiny app.
here is my dummy app :
library(pool)
library(fresh)
library(shiny)
ui <- fluidPage(
titlePanel("Old Faithful Geyser Data"),
sidebarLayo...
1
Solved
I have a project that used R 3.6, I have upgraded R to 4.0.2 and would like to use 4.0.2 for this project. I'm wondering how to go about doing so, or should I completely delete renv/ and rebuild?
E...
Mcmahon asked 2/9, 2020 at 11:9
1
Solved
I recently installed R 4.0, after previously using relying R 3.6.3. To manage R repositories, I use Rstudio (currently 1.2.5042 on a Windows 10 machine). After upgrading to R 4.0, I opened a projec...
Cedrickceevah asked 7/7, 2020 at 18:14
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...
1
Solved
I have a problem using renv. For a larger project we want to use renv to all have the same version of r and all our packages. Yet, as soon as a newer version of a package is available and we run re...
Scarlett asked 20/3, 2020 at 17:42
1
© 2022 - 2025 — McMap. All rights reserved.