Skip to content

Commit ac65522

Browse files
committed
moved r packages with renv page as suggested in PR
1 parent dc1b9f1 commit ac65522

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

docs/hpc/06_tools_and_software/02_conda_environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Conda + pakcrat: specific version of R and install.packages (R)
180180
- do not use 'conda install' at all
181181
- use renv
182182
- install all the packages using install.packages
183-
- use [renv as described here](../09_ood/r_packages_with_renv.md) to keep track of the environment
183+
- use [renv as described here](../06_tools_and_software/04_r_packages_with_renv.md) to keep track of the environment
184184

185185
In order for conda + renv to work, you need to add following steps:
186186

docs/hpc/09_ood/r_packages_with_renv.md renamed to docs/hpc/06_tools_and_software/04_r_packages_with_renv.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
# R Packages with renv
22

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-
183
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/).
194

205
## Setup

0 commit comments

Comments
 (0)