Skip to content

Commit cfdec58

Browse files
authored
Update README.md
1 parent 70c7938 commit cfdec58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Some dependencies required for DigestR are not currently available for R v4.4, c
1818
### 1 - Reproducing the Environment
1919

2020
This project uses `renv` to manage package dependencies. To reproduce the exact environment used:
21+
#### Step 1: Install and Load renv
22+
```sh
23+
install.packages("renv")
24+
2125

2226
1. Clone this repository:
2327
```sh

0 commit comments

Comments
 (0)