[R] probleme with R CMD check
cgenolin at u-paris10.fr
cgenolin at u-paris10.fr
Tue Jun 3 09:55:15 CEST 2008
> provide commented, minimal, self-contained, reproducible code.
> Please do -- both --
Sorry... Usualy, I do...
--- 8< ------------
userA <- function(x)x+1
privateA <- function(x)x+2
.userB <- function(x)x+10
.privateB <- function(x)x+20
userC <- function(x)userA(privateA(x))
privateC <- function(x).userB(.privateB(x))
userD <- function(x)userA(.userB(x))
privateD <- function(x)privateA(.privateB(x))
--- 8< ------------
>>>>>> "c" == cgenolin <cgenolin at u-paris10.fr>
>>>>>> on Tue, 03 Jun 2008 00:32:13 +0200 writes:
>
> c> Hi the list.
> c> I got a probleme with R CMD check. I run a package.skeleton on a very
> c> simple code (four toy function, no probleme with the R CMD build). But
> c> on the R CMD check packClassique, I get :
>
> c> * checking for unstated dependencies in R code ... WARNING
> c> Erreur dans .find.package(package, lib.loc) : aucun package nommé
> c> 'packClassique' n'est trouvé
> c> Calls: <Anonymous> -> .find.package
> c> Excecution hated [French=Exécution arrêtée]
>
> c> See the information on DESCRIPTION files in the chapter 'Creating R
> c> packages' of the 'Writing R Extensions' manual.
> c> * checking S3 generic/method consistency ... WARNING
> c> Erreur dans .find.package(package, lib.loc) : aucun package nommé
> c> 'packClassique' n'est trouvé
> c> Calls: <Anonymous> -> .find.package
> c> Exécution arrêtée
>
> c> And so on.
>
> c> Any idea on what is wrong ?
>
> No.
>
> c> Christophe
>
> c> ______________________________________________
> c> R-help at r-project.org mailing list
> c> https://stat.ethz.ch/mailman/listinfo/r-help
>
> c> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> c> and provide commented, minimal, self-contained, reproducible code.
>
> Please do -- both --
>
> Martin
>
More information about the R-help
mailing list