Skip to content

Commit 5b4eba2

Browse files
committed
tools & software rework
1 parent 270658d commit 5b4eba2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/hpc/06_tools_and_software/05_r_packages_with_renv.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ module load r/gcc/4.5.0
2626
R
2727
```
2828

29-
### Automatic deletion of your files
30-
This page describes the installation of packages on /scratch. One has to remember, though, that files stored in the HPC scratch file system are subject to the HPC Scratch old file purging policy: <br />
31-
**Files on the `/scratch` file system that have not been accessed for 60 or more days will be purged.** Please see details at [HPC Storage](../03_storage/01_intro_and_data_management.mdx).
32-
29+
::::warning[Automatic deletion of your files]
30+
Files on the /scratch file system that have not been accessed for 60 or more days will be purged (see [HPC Storage](../03_storage/01_intro_and_data_management.mdx) for details).
31+
:::tip
3332
Thus you can consider the following options:
34-
3533
- Reinstall your packages if some of the files get deleted
3634
- You can do this manually
3735
- You can do this automatically. For example, within a workflow of a pipeline software like [Nextflow](https://www.nextflow.io/)
38-
- Pay for "Research Project Space" - Details available at [Research Project Space](../03_storage/05_research_project_space.mdx)
36+
- Pay for "Research Project Space" - for details see [Research Project Space](../03_storage/05_research_project_space.mdx)
3937
- Use Singularity and install packages within a corresponding overlay file - Details available at [Squash File System and Singularity](../07_containers/04_squash_file_system_and_singularity.md)
38+
:::
39+
::::
4040

4141
### Cache directory setup
4242
By default, renv will cache package installation files to your home directory (most likely either in `~/.local/share/renv` or `~/.cache/R/renv/` or something similar).

0 commit comments

Comments
 (0)