home.social

#renv — Public Fediverse posts

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

  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. 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

  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. 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

  7. 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

  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. 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

  13. 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

  14. 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

  15. 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

  16. 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

  17. 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

  18. 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

  19. 📦 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

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

  21. 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/

  22. Hey #rstats pals, #renv is kicking my BUTT! Really trying to create a #reproducible version of our results for a paper, but package installations keep failing. The latest one is that #readxl needs to install as part of #tidyverse, and I am getting totally incomprehensible error messages from Command Line Tools like "error: 'gid_t' has not been declared"! #help (Just to note that readxl and tidyverse work FINE in my normal workflow.)

  23. Hey #rstats pals, #renv is kicking my BUTT! Really trying to create a #reproducible version of our results for a paper, but package installations keep failing. The latest one is that #readxl needs to install as part of #tidyverse, and I am getting totally incomprehensible error messages from Command Line Tools like "error: 'gid_t' has not been declared"! #help (Just to note that readxl and tidyverse work FINE in my normal workflow.)

  24. Hey #rstats pals, #renv is kicking my BUTT! Really trying to create a #reproducible version of our results for a paper, but package installations keep failing. The latest one is that #readxl needs to install as part of #tidyverse, and I am getting totally incomprehensible error messages from Command Line Tools like "error: 'gid_t' has not been declared"! #help (Just to note that readxl and tidyverse work FINE in my normal workflow.)

  25. Hey #rstats pals, #renv is kicking my BUTT! Really trying to create a #reproducible version of our results for a paper, but package installations keep failing. The latest one is that #readxl needs to install as part of #tidyverse, and I am getting totally incomprehensible error messages from Command Line Tools like "error: 'gid_t' has not been declared"! #help (Just to note that readxl and tidyverse work FINE in my normal workflow.)

  26. Hey #rstats pals, #renv is kicking my BUTT! Really trying to create a #reproducible version of our results for a paper, but package installations keep failing. The latest one is that #readxl needs to install as part of #tidyverse, and I am getting totally incomprehensible error messages from Command Line Tools like "error: 'gid_t' has not been declared"! #help (Just to note that readxl and tidyverse work FINE in my normal workflow.)

  27. Fellow #rstats users: what method do you recommend to manage package dependencies? #renv , #automagic or something else? why?