problems with chron library
Martin Maechler
Martin Maechler <maechler@stat.math.ethz.ch>
Mon, 6 Apr 1998 11:57:58 +0200
Kim,
The chron package is in contrib/devel
-----
rather than contrib.
The reason is that it requires R 0.62 (the "unstable" development version).
Your problem might also be the famous ``lingering .Dyn.lib'' problem.
Try to add
rm(.Dyn.libs)
to your .First function (or at least try to execute it before library(chron)).
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._