Displaying 2 results from an estimated 2 matches for "repitools_github".
2011 Apr 06
1
Rcheck Directory
Hello,
There seems to be a minor conflict of interesting in R CMD check. It creates a log directory, then gives a WARNING about it being there:
* using log directory /home/darstr/Repitools_github/pkg/Repitools.Rcheck
* using R version 2.13.0 RC (2011-04-05 r55310)
* using platform: x86_64-unknown-linux-gnu (64-bit)
* using session charset: UTF-8
... ...
* checking package subdirectories ... WARNING
Found the following directory(s) with names of check directories...
2011 Apr 06
2
R CMD check for 2.13 rc
...th is not exported by 'namespace:utils'
Firstly, it's strange to see NOTE and Error being used interchangeably here. The package is being developed by a couple of us, so I checked that there were no calls to normalizePath in any of our code, and there aren't:
darstr at clark-lab:~/Repitools_github/pkg$ grep -r normalizePath .
./Repitools.Rcheck/00check.log:Error : object normalizePath is not exported by 'namespace:utils'
./Repitools.Rcheck/00check.log:Error : object normalizePath is not exported by 'namespace:utils'
./Repitools.Rcheck/tests/tests.Rout.fail:Error : object '...