[R] Creating a R package for Windows XP

2005-06-19 Thread Jeffrey Pai
Hi: I'm trying to create a package to pass to someone else to use a group of functions with help files. I'm working on Windows XP. Step One: I use the example ## two functions and two data sets : f - function(x,y) x+y g - function(x,y) x-y d - data.frame(a=1, b=2)

Re: [R] Creating a R package for Windows XP

2005-06-19 Thread Prof Brian Ripley
You have created a source package, and c:/R/rw2010/library is not the right place for a source package. You need to move it somewhere else and INSTALL it, as described in the rw-FAQ. (You need to move it because it would be installed into that directory and you are not allowed to clobber the

Re: [R] Creating a R package for Windows XP

2005-06-19 Thread Gabor Grothendieck
On 6/19/05, Prof Brian Ripley [EMAIL PROTECTED] wrote: You have created a source package, and c:/R/rw2010/library is not the right place for a source package. You need to move it somewhere else and INSTALL it, as described in the rw-FAQ. (You need to move it because it would be installed