[R-SIG-Mac] R-SIG-Mac Digest, Vol 205, Issue 13
Michael Hall
m|k3h@|| @end|ng |rom gm@||@com
Thu Apr 2 16:36:53 CEST 2020
> On Apr 2, 2020, at 6:10 AM, r-sig-mac-request using r-project.org wrote:
>
>> Is there a way of (only) listing all user installed (additional)
>> packages, ie not the ones that come with R?
https://www.r-bloggers.com/list-of-user-installed-r-packages-and-their-versions/ <https://www.r-bloggers.com/list-of-user-installed-r-packages-and-their-versions/>
Sys.getenv()
…
R_LIBS_USER ~/Library/R/3.6/library
…
list.files('~/Library/R/3.6/library')
[1] "alphavantager" "BBmisc" "brew" "C50"
[5] "checkmate" "clisymbols" "coda" "commonmark”
...
[[alternative HTML version deleted]]
More information about the R-SIG-Mac
mailing list