Re: [R] .Library in R 2.12.2 for windows

2011-03-11 Thread Oxxx
Thanks so much for the help! Sorry about not finding that info in the help. I must have overlooked it. My apologies. -- View this message in context: http://r.789695.n4.nabble.com/Library-in-R-2-12-2-for-windows-tp3347351p3348218.html Sent from the R help mailing list archive at Nabble.com. _

Re: [R] .Library in R 2.12.2 for windows

2011-03-10 Thread Prof Brian Ripley
.libPaths() (on the same help page as .Library): and nothing has changed since R 2.11.1. However, to find a package, use .find.package, and your package should almost certainly be using system.file(package='pkgname'). On Thu, 10 Mar 2011, Oxxx wrote: I installed a custom package which needs

Re: [R] .Library in R 2.12.2 for windows

2011-03-10 Thread Gabor Grothendieck
On Thu, Mar 10, 2011 at 9:56 PM, Oxxx wrote: > I installed a custom package which needs to know its own location on the > disk. (It runs an executable that is included in the package.)  In version > 2.11.1 the .Library command gave me the necessary information.  It returned > the path C:\Program F

[R] .Library in R 2.12.2 for windows

2011-03-10 Thread Oxxx
I installed a custom package which needs to know its own location on the disk. (It runs an executable that is included in the package.) In version 2.11.1 the .Library command gave me the necessary information. It returned the path C:\Program Files\R\R-2.11.1\library. I have noticed that in the 2