[R] package.skeleton()
    XIAO LIU 
    xiaoliu at jhmi.edu
       
    Fri Dec 17 19:58:04 CET 2004
    
    
  
Hi, R people:
I generated a package using package.skeleton().  But I can not load it using library().
> package.skeleton("RDIPcor", list = c("ROCAUC.i", "cor.i"), path = "/home/xiao")
Creating directories ...
Creating DESCRIPTION ...
Creating READMEs ...
Saving functions and data ...
Making help files ...
Done.
Further steps are described in /home/xiao/RDIPcor/README 
> library(RDIPcor, lib.loc = "/home/xiao")
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
    
    
More information about the R-help
mailing list