Duncan Murdoch <dmurdoch <at> pair.com> writes:

: On Sun, 11 Jul 2004 21:28:44 +0000 (UTC), Gabor Grothendieck
: <ggrothendieck <at> myway.com> wrote:
: 

: >1. when I run skeleton.package realize that I must use the arg
: >   path = "library"
: >   The example that is shown there appears to omit that.
: 
: The default is to put it in the current directory.  The assumption is
: that you started R where you want to work, or have switched to that
: directory later.  This is usually true for Unix users, but generally
: not for Windows users.
: 
: I'm not sure what sort of change to make here.  path = "library"
: (literally) won't usually work, because it won't try to create the
: directory.  Suggestion?

Perhaps we could use:

   path = .libPaths()[[1]]

as the default value of path in package.skeleton.

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to