You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hpc/06_tools_and_software/04_r_packages_with_renv.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,5 @@
1
1
# R Packages with renv
2
2
3
-
-[Setup](#setup)
4
-
-[Automatic deletion of your files](#automatic-deletion-of-your-files)
5
-
-[Cache directory setup](#cache-directory-setup)
6
-
-[Init renv](#init-renv)
7
-
-[Check](#check)
8
-
-[Add/remove, etc. packages](#addremove-etc-packages)
9
-
-[Clean up](#clean-up)
10
-
-[Recommended Workflow](#recommended-workflow)
11
-
-[Use with sbatch](#use-with-sbatch)
12
-
-[Store and Share your R Project's R version and R Package Versions](#store-and-share-your-r-projects-r-version-and-r-package-versions)
13
-
-[Reproduce Environment](#reproduce-environment)
14
-
-[What to save/publish/commit with Git](#what-to-savepublishcommit-with-git)
15
-
-[Migrating from Packrat](#migrating-from-packrat)
16
-
-[Useful links](#useful-links)
17
-
18
3
You may use the renv R package to create a personal R Project environment for R packages. Documentation on renv can be found on the [RStudio site](https://rstudio.github.io/renv/).
0 commit comments