[R-SIG-Mac] R-SIG-Mac Digest, Vol 205, Issue 13

peter dalgaard pd@|gd @end|ng |rom gm@||@com
Thu Apr 2 18:44:13 CEST 2020


> On 2 Apr 2020, at 16:47 , Colin A. Smith <colin using colinsmith.org> wrote:
> 
> tapply(rownames(installed.packages()), installed.packages()[,"LibPath"], c)

or

X <- installed.packages()
split(rownames(X), X[,"LibPath"])


-- 
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Office: A 4.23
Email: pd.mes using cbs.dk  Priv: PDalgd using gmail.com



More information about the R-SIG-Mac mailing list