Re: [R] probleme with R CMD check

2008-07-18 Thread cgenolin
CG> --- 8< - 00check.log -- CG> * using log directory 'C:/Documents and Settings/Christophe/Mes CG> documents/Docs articles polys résumés/R/tutorial S4/packClassic.Rcheck' I see many directories with spaces (" ") inside. This used to cause all kind of prob

Re: [R] probleme with R CMD check

2008-07-18 Thread Martin Maechler
> "CG" == Christophe Genolini <[EMAIL PROTECTED]> > on Fri, 18 Jul 2008 11:14:25 +0200 writes: CG> Hi the list, CG> Back on an old problem. I thaught that was ok, but it is still not CG> working on my computer. CG> I write a toy package called packClassic. R CMD build

Re: [R] probleme with R CMD check

2008-07-18 Thread Christophe Genolini
Hi the list, Back on an old problem. I thaught that was ok, but it is still not working on my computer. I write a toy package called packClassic. R CMD build packClassic works fine. When I run R CMD CHECK packClassic, I get --- 8< --- * checking for unstated dependencies in R code

Re: [R] probleme with R CMD check

2008-06-03 Thread Martin Maechler
> "c" == cgenolin <[EMAIL PROTECTED]> > on Wed, 04 Jun 2008 00:30:08 +0200 writes: c> I find the problem: the name of my base directory (the c> one that contain R, man and test) was not the same than c> the name of the package... Aha! c> I thaught this was allowed, I

Re: [R] probleme with R CMD check

2008-06-03 Thread cgenolin
I find the problem: the name of my base directory (the one that contain R, man and test) was not the same than the name of the package... I thaught this was allowed, I guess I was wrong. Christophe "c" == cgenolin <[EMAIL PROTECTED]> on Tue, 03 Jun 2008 09:55:15 +0200 writes: >> pro

Re: [R] probleme with R CMD check

2008-06-03 Thread Martin Maechler
> "c" == cgenolin <[EMAIL PROTECTED]> > on Tue, 03 Jun 2008 09:55:15 +0200 writes: >> provide commented, minimal, self-contained, reproducible code. >> Please do -- both -- c> Sorry... Usualy, I do... c> --- 8< c> userA <- function(x)x+1 c>

Re: [R] probleme with R CMD check

2008-06-03 Thread cgenolin
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)) private

Re: [R] probleme with R CMD check

2008-06-03 Thread Martin Maechler
> "c" == cgenolin <[EMAIL PROTECTED]> > 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

[R] probleme with R CMD check

2008-06-02 Thread cgenolin
Hi the list. I got a probleme with R CMD check. I run a package.skeleton on a very simple code (four toy function, no probleme with the R CMD build). But on the R CMD check packClassique, I get : * checking for unstated dependencies in R code ... WARNING Erreur dans .find.package(package, lib