Re: [Rd] use() might take a list of packages

2011-11-12 Thread Xu Wang
I agree that it would be nice if library took an argument that is a vector of packages. I don't think one should need to use sapply here. -- View this message in context: http://r.789695.n4.nabble.com/use-might-take-a-list-of-packages-tp4031097p4032622.html Sent from the R devel mailing list arch

Re: [Rd] use() might take a list of packages

2011-11-11 Thread Keith Jewell
"Timothy Bates" wrote in message news:1b5e1d00-397b-429b-b20c-0fba06084...@gmail.com... I heard that a function called use() had been mooted as being more intuitively named than library() If so, it might be handy if this worked use(c("MASS","car”)) currently this fails… library(c("MASS","ca

[Rd] use() might take a list of packages

2011-11-11 Thread Timothy Bates
I heard that a function called use() had been mooted as being more intuitively named than library() If so, it might be handy if this worked use(c("MASS","car”)) currently this fails… library(c("MASS","car")) __ R-devel@r-project.org mailing list http