home.social

#renv — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #renv, aggregated by home.social.

fetched live
  1. Want to use {pak} as backend for {renv} actions? Set the variable RENV_CONFIG_PAK_ENABLED = TRUE github.com/rstudio/renv/issues #renv #pak #reproducibility #RLang

  2. #TIL: An interesting project-oriented #package manager for R, inspired in #uv for #Python, supposed to be an alternative to #renv:

    github.com/nbafrank/uvr

    #RStats

    (caveat: I had not used it yet)

  3. Want to use {pak} as backend for {renv} actions? Set the variable RENV_CONFIG_PAK_ENABLED = TRUE github.com/rstudio/renv/issues #renv #pak #reproducibility #RLang

  4. Want to use {pak} as backend for {renv} actions? Set the variable RENV_CONFIG_PAK_ENABLED = TRUE github.com/rstudio/renv/issues #renv #pak #reproducibility #RLang

  5. Want to use {pak} as backend for {renv} actions? Set the variable RENV_CONFIG_PAK_ENABLED = TRUE github.com/rstudio/renv/issues #renv #pak #reproducibility #RLang

  6. I found the docs for creating an #REnv profile a bit lacking, so I set up a demonstration showing how you can pre-set a project to use different profiles. Comments welcome.

    github.com/zkamvar/renv-profil

    Original docs: rstudio.github.io/renv/article

    #RStats

  7. Coming to the unfortunate conclusion that even mid-term reproducibility in R requires fully Dockerizing everything. I have code from 2022, with renv, using the same R version, but cannot reconstruct the environment, because some packages' C code doesn't compile neither on my current setup or official Docker image for the given R version.... :-( #rstats #renv

  8. Want to use {pak} as backend for {renv} actions? Set the variable RENV_CONFIG_PAK_ENABLED = TRUE github.com/rstudio/renv/issues #renv #pak #reproducibility #RLang

  9. Want to use {pak} as backend for {renv} actions? Set the variable RENV_CONFIG_PAK_ENABLED = TRUE github.com/rstudio/renv/issues #renv #pak #reproducibility #RLang

  10. Want to use {pak} as backend for {renv} actions? Set the variable RENV_CONFIG_PAK_ENABLED = TRUE github.com/rstudio/renv/issues #renv #pak #reproducibility #RLang

  11. Want to use {pak} as backend for {renv} actions? Set the variable RENV_CONFIG_PAK_ENABLED = TRUE github.com/rstudio/renv/issues #renv #pak #reproducibility #RLang

  12. Unfortunately, re-installing a whole renv library is incredibly slow. However, the renv.config.pak.enabled option speeds it up by a ridiculous margin by installing packages in parallel: rstudio.github.io/renv/referen

    #rstats #renv #pak

  13. 📦 I tried using the {renv} package to save my R environment, but no matter what I did, it wouldn't reinstall packages when running `install()` or `restore()`.

    To help anyone else who might hit this issue, this fixed it:
    #rstats #renv #tidyverse

  14. Has anyone using with had luck getting the r debugger extension to work while using ?

  15. new release of for includes:

    "The new renv::checkout() makes it easy to use packages as if they’d all been installed at a specified date. For example, renv::checkout(date = "2023-02-08") will re-install all packages as they were on 2023-02-08 (using Posit Package Manager)...New projects will now use Posit Public Package Manager by default so that you’re more likely to get binaries." posit.co/blog/renv-1-0-0/