Displaying 2 results from an estimated 2 matches for "r55310".
Did you mean:
55310
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:
./Repitools.Rcheck
Most likely, these were included erroneously....
2011 Apr 06
2
R CMD check for 2.13 rc
Hi,
I have a couple of new errors in our package when I check it on R 2.13-rc (r55310). The first one that's mystifying me is
* checking R code for possible problems ... NOTE
Error : object normalizePath is not exported by 'namespace:utils'
Error : object normalizePath is not exported by 'namespace:utils'
Firstly, it's strange to see NOTE and Error being us...