On 21.08.2013 16:34, Jannis wrote:
Hi R users,
I am developing two packages. Each package uses some functions from the
other package. Now when I define these dependencies in the NAMESPACE
file (via importFrom(,function1,)), i get this error (when
building one package):
cyclic namespa
Hi R users,
I am developing two packages. Each package uses some functions from the
other package. Now when I define these dependencies in the NAMESPACE
file (via importFrom(,function1,)), i get this error (when
building one package):
cyclic namespace dependency detected when loadin
My apologies, my cyclic namespace problem was due to a unintended test file
that
invoked require(quantreg) and that I had forgotten to remove from the R
directory.
(And a corresponding failure to explore the obvious before assuming a global
conspiracy.)
--
View this message in context:
http:/
I'm having trouble installing my quantreg package on
R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows"
Copyright (C) 2012 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
Seems odd since the CRAN version seems to be fine, but