Displaying 4 results from an estimated 4 matches for "repitool".
Did you mean:
repitools
2011 Apr 20
2
Package Name Not Found Warning
Hello,
I've got a DESCRIPTION file with a the first line:
Package: Repitools
But, when I run R CMD INSTALL Repitools I get:
* installing *source* package Repitools ...
** R
** data
** inst
** preparing package for lazy loading
Warning in FUN(X[[1L]], ...) :
Created a package name, "2011-04-20 09:05:40", when none found
** help
*** installing help indices
** b...
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 : obj...
2010 Jan 24
1
R-forge getting the wrong package
After accusing someone of typing 'install.packages("weather")' instead
of 'install.packages("webmaps")', I discovered that R-forge really is
currently returning the wrong source tarball for packages after
'Repitools' in the alphabet.
The data returned from available.package in install.packages goes out
of sync at 'Repitools':
RemoteREngine "RemoteREngine_0.0-8.tar.gz"
RemoteSensing "RemoteSensing_0.2-5.tar.gz"
Repitools...
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 dir...