Skip to content

Commit

Permalink
updated .Rprofile lines to help copy and paste for reviewers
Browse files Browse the repository at this point in the history
  • Loading branch information
laxamanaj committed Mar 29, 2024
1 parent 1604ea5 commit 671cb76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file modified vignettes/adrg.pdf
Binary file not shown.
7 changes: 7 additions & 0 deletions vignettes/adrg.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,13 @@ PACKAGES.rds'

- Open the .Rprofile : C:/pilot3-files/.Rprofile and ensure these 2 lines are there :

```
Sys.setenv(RENV_DOWNLOAD_FILE_METHOD = "libcurl")
source("renv/activate.R")
```
e.g.,
![](images/clipboard-4064866343.png)
- Restart the R Session (ignoring the warning once more), then run `renv::restore()` and select `y` :
Expand Down

0 comments on commit 671cb76

Please sign in to comment.