[R] creation package
Uwe Ligges
ligges at statistik.tu-dortmund.de
Fri Aug 13 15:29:13 CEST 2010
In my previous maiul I asked you to run R CMD INSTALL at first (rather
than R CMD check).
You could also look into the mentioned file
C:/Rp/namepackage.Rcheck/00install.out
But we really need that file to understand what is going on.
Uwe Ligges
On 13.08.2010 15:12, anderson nuel wrote:
> Dear r-help,
> I try this command R CMD INSTALL,but still there are errors.
> I look into the installation log file in the namepackage.Rcheck :
> * using log directory 'C:/Rp/namepackage.Rcheck'
> * using R version 2.10.1 (2009-12-14)
> * using session charset: ISO8859-1
> * checking for file 'namepackage/DESCRIPTION' ... OK
> * checking extension type ... Package
> * this is package 'namepackage' version '1.0'
> * checking package dependencies ... OK
> * checking if this is a source package ... OK
> * checking for executable files ... OK
> * checking whether package 'namepackage' can be installed ... ERROR
> Installation failed.
> See 'C:/Rp/namepackage.Rcheck/00install.out' for details.
> From That , I do not know where is the error
> I have only one function RT, but I need several other functions within
> the RT function, while
> using package.skeleton() I put in the function list seulemnt RT or any
> other functions, or I shall all functions in the same page??
> Best
>
>
>
> 2010/7/31, Uwe Ligges <ligges at statistik.tu-dortmund.de
> <mailto:ligges at statistik.tu-dortmund.de>>:
>
>
>
> On 30.07.2010 15:44, anderson nuel wrote:
>
> Dear r-help,
>
> I create a package. When I installed this package (I use this
> command : R
> CMD check namepackage),I find an error: * checking whether package
> 'namepackage' can be installed ... ERROR
> Installation failed.
>
> >
>
> Could you help me to find solution for this error.
>
>
>
>
> Well, either take a look into the installation log file in the
> namepackage.Rcheck directory or start a bit more slowly by just
> trying to install without a check in the first step by R CMD INSTALL.
>
> Without seeing the installation log, we cannot help either.
>
> Best,
> Uwe Ligges
>
>
> Best Regards
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org <mailto:R-help at r-project.org> mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> <http://www.r-project.org/posting-guide.html>
> and provide commented, minimal, self-contained, reproducible code.
>
>
More information about the R-help
mailing list