Skip to content

how to install a locally built package

4 messages · Bond, Stephen, Uwe Ligges

#
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 new func I have to go through the process of manually editing all help files one by one. When I put all the code in one file only the first func is loaded.

Thanks everybody

Stephen B

-----Original Message-----
From: Uwe Ligges [mailto:ligges at statistik.tu-dortmund.de] 
Sent: Friday, September 16, 2011 3:43 AM
To: Bond, Stephen
Cc: r-help at r-project.org
Subject: Re: [R] how to install a locally built package
On 15.09.2011 20:38, Bond, Stephen wrote:
One reason is that we try to force people to deal with the documentation which we feel is very important, even if the stuff is just used by yourself.

Best,
Uwe Ligges
#
On 06.10.2011 15:10, Bond, Stephen wrote:
He? You really do not need to edit anything when you add a function.
Just don't use package skeleton but just add the function.

Uwe Ligges
#
Uwe,

Are u saying 
1) I can add the new func in one of the existing .R files in the R dir?? 
Or 
2) add a new .R file in the same dir and ignore the lack of a matching .Rd file? 

Thank you.
Stephen Bond | Senior Analyst | Treasury Analytics | 416-956-3092

-----Original Message-----
From: Uwe Ligges [mailto:ligges at statistik.tu-dortmund.de] 
Sent: Thursday, October 06, 2011 9:12 AM
To: Bond, Stephen
Cc: r-help at r-project.org
Subject: Re: [R] how to install a locally built package
On 06.10.2011 15:10, Bond, Stephen wrote:
He? You really do not need to edit anything when you add a function.
Just don't use package skeleton but just add the function.

Uwe Ligges
#
On 06.10.2011 15:45, Bond, Stephen wrote:
Yes, sure, or add an additional file.
Yes. You can also generate a single Rd file using prompt() on the function.


Uwe Ligges