Skip to content

package.skeleton()

2 messages · Xiao Liu, Thomas Lumley

#
Hi, R people:

I generated a package using package.skeleton().  But I can not load it using library().
Creating directories ...
Creating DESCRIPTION ...
Creating READMEs ...
Saving functions and data ...
Making help files ...
Done.
Further steps are described in /home/xiao/RDIPcor/README
Error in testRversion(descfields) : This package has not been installed properly
 See the Note in ?library

My R1.8.0 is under LINUX.

Thanks in advance

Xiao
#
On Fri, 17 Dec 2004, XIAO LIU wrote:

            
It looks as though you didn't do anything except run package.skeleton(). 
As the output of package.skeleton() and the help page suggest, you need 
further steps, and it tells you where to find a description of these 
steps.

At a minimum you need to edit the help files and INSTALL the package 
before you can use it.

 	-thomas
Thomas Lumley			Assoc. Professor, Biostatistics
tlumley at u.washington.edu	University of Washington, Seattle