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("../
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
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
3 matches
Mail list logo