Displaying 3 results from an estimated 3 matches for "roiutils".
Did you mean:
pciutils
2009 Oct 28
1
'R CMD check' fails with "evaluation nested too deeply: infinite recursion"
...f package
A lists package B under "Depends" and vice versa). this might be bad
design (having bits in both packages needed by the other), but I believe
prior to R 2.9. this did not cause trouble. now the log file of the
'check' is something like
Installing *source* package 'roiutils' ...
** R
** exec
** preparing package for lazy loading
Loading required package: roiutils
Loading required package: fzrutils
=======================CUT (many more of the same) ========================
Loading required package: roiutils
Loading required package: fzrutils
Loading required packag...
2007 Feb 22
1
R CMD CHECK question
hi,
I have two private packages, the first (`pkc') depending on the second one
(`roiutils'). The source code and DESCRIPTION files describes the dependency
as it should be ('Imports', `require'), at least I think so.
now, running
R CMD CHECK pkc
yields the following output in which I have inserted my
questions (lines starting with -->):
* checking for working lat...
2007 Mar 19
1
R CMD CHECK problem
...:
for one of my private packages R CMD CHECK {package} givves me annoying warnings
due to 'missing links' in the manpages for functions from another private
package mentioned in the manpages. specifically, I have two packages, the first
(named `pkc') depending on the second one (named `roiutils'). The source code
and DESCRIPTION files describes the dependency as it should be, I think
('Imports', `require'). but if I run
R CMD CHECK pkc
I get "significant warnings" related to missing links (refering to functions
from the second package) in the manpages of the f...