Skip to content

Commit

Permalink
Update structure.Rmd (#1022)
Browse files Browse the repository at this point in the history
Update for path to windows user library, which is (for R>=4.2) located at
C:/Users/<username>/AppData/Local/R/win-library/x.y
  • Loading branch information
mtkerbeR authored Sep 19, 2023
1 parent 174eeb4 commit bb5d93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structure.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ Here's how this might look on Windows:
```{r, eval = FALSE}
# on Windows
.libPaths()
#> [1] "C:/Users/jenny/Documents/R/win-library/4.2"
#> [1] "C:/Users/jenny/AppData/Local/R/win-library/4.2"
#> [2] "C:/Program Files/R/R-4.2.2/library"
lapply(.libPaths(), list.dirs, recursive = FALSE, full.names = FALSE)
Expand Down

0 comments on commit bb5d93e

Please sign in to comment.