Re: [R] path and R CMD check

2008-07-25 Thread Christophe Genolini
Uwe Ligges-3 wrote: > > > > Christophe Genolini wrote: >> Hi the list, >> >> When I developpe my code, I put the file that define all the functions >> in ./MyPack/R/prog.R and the tests in ./MyPack/tests/testsProg.R >> The test files start by >> >> load("../data/myData.rda") >> source("../

Re: [R] path and R CMD check

2008-07-25 Thread Uwe Ligges
Christophe Genolini wrote: Hi the list, When I developpe my code, I put the file that define all the functions in ./MyPack/R/prog.R and the tests in ./MyPack/tests/testsProg.R The test files start by load("../data/myData.rda") source("../R/prog.R") #test function number one... But "R CMD c

[R] path and R CMD check

2008-07-23 Thread Christophe Genolini
Hi the list, When I developpe my code, I put the file that define all the functions in ./MyPack/R/prog.R and the tests in ./MyPack/tests/testsProg.R The test files start by load("../data/myData.rda") source("../R/prog.R") #test function number one... But "R CMD check MyPack" does not find the