Re: [R] how to install a locally built package

2011-10-06 Thread Uwe Ligges
-project.org Subject: Re: [R] how to install a locally built package On 06.10.2011 15:10, Bond, Stephen wrote: Is there a way to put all R code in a single file? I have too many small files now, and it is inconvenient to edit (I still have to put everything in one buffer) and when I add just one

Re: [R] how to install a locally built package

2011-10-06 Thread Bond, Stephen
Ligges [mailto:lig...@statistik.tu-dortmund.de] Sent: Thursday, October 06, 2011 9:12 AM To: Bond, Stephen Cc: r-help@r-project.org Subject: Re: [R] how to install a locally built package On 06.10.2011 15:10, Bond, Stephen wrote: > Is there a way to put all R code in a single file? > > I

Re: [R] how to install a locally built package

2011-10-06 Thread Uwe Ligges
ssage- From: Uwe Ligges [mailto:lig...@statistik.tu-dortmund.de] Sent: Friday, September 16, 2011 3:43 AM To: Bond, Stephen Cc: r-help@r-project.org Subject: Re: [R] how to install a locally built package On 15.09.2011 20:38, Bond, Stephen wrote: I got it working by typing a string in getdfv.Rd

Re: [R] how to install a locally built package

2011-10-06 Thread Bond, Stephen
tik.tu-dortmund.de] > Sent: Thursday, September 15, 2011 12:15 PM > To: Bond, Stephen > Cc: r-help@r-project.org > Subject: Re: [R] how to install a locally built package > > > > On 15.09.2011 17:47, Bond, Stephen wrote: >> Uwe, >> >> That gave me the same er

Re: [R] how to install a locally built package

2011-09-16 Thread Uwe Ligges
Bond, Stephen Cc: r-help@r-project.org Subject: Re: [R] how to install a locally built package On 15.09.2011 17:47, Bond, Stephen wrote: Uwe, That gave me the same error like CMD install install.packages("C:/Temp/mypack_1.0.tar.gz", repos=NULL, type="source") install.packages(&

Re: [R] how to install a locally built package

2011-09-15 Thread Bond, Stephen
o:lig...@statistik.tu-dortmund.de] Sent: Thursday, September 15, 2011 12:15 PM To: Bond, Stephen Cc: r-help@r-project.org Subject: Re: [R] how to install a locally built package On 15.09.2011 17:47, Bond, Stephen wrote: > Uwe, > > That gave me the same error like CMD install >> insta

Re: [R] how to install a locally built package

2011-09-15 Thread Nordlund, Dan (DSHS/RDA)
> -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Bond, Stephen > Sent: Thursday, September 15, 2011 8:48 AM > To: Uwe Ligges > Cc: r-help@r-project.org > Subject: Re: [R] how to install a locally b

Re: [R] how to install a locally built package

2011-09-15 Thread Uwe Ligges
Uwe Ligges Thank you. Stephen Bond -Original Message- From: Uwe Ligges [mailto:lig...@statistik.tu-dortmund.de] Sent: Thursday, September 15, 2011 11:43 AM To: Bond, Stephen Cc: r-help@r-project.org Subject: Re: [R] how to install a locally built package On 15.09.2011 17:32, Bond

Re: [R] how to install a locally built package

2011-09-15 Thread Bond, Stephen
for private use only and there is no help or data files. Thank you. Stephen Bond -Original Message- From: Uwe Ligges [mailto:lig...@statistik.tu-dortmund.de] Sent: Thursday, September 15, 2011 11:43 AM To: Bond, Stephen Cc: r-help@r-project.org Subject: Re: [R] how to install a locally buil

Re: [R] how to install a locally built package

2011-09-15 Thread Uwe Ligges
On 15.09.2011 17:32, Bond, Stephen wrote: Hello useRs, I am trying to put my funcs in a package to avoid clutter in my workspace as the funcs are now in .Rprofile. All plain R code no compilations. Using win XP with a full cygwin install and R2.12 I first did package.skeleton("mypack",list=

[R] how to install a locally built package

2011-09-15 Thread Bond, Stephen
Hello useRs, I am trying to put my funcs in a package to avoid clutter in my workspace as the funcs are now in .Rprofile. All plain R code no compilations. Using win XP with a full cygwin install and R2.12 I first did package.skeleton("mypack",list="getdfv", namespace=T) # just a single func w