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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
I have installed the chron library, but it does not seem to work:> chron("04/06/98")Error in .C(NAME = "to_lower", strings = as.character(str), nstrings as.integer(n)) : C/Fortran function not in load table> chron(17894)Error in .C(NAME = "to_lower", strings = as.character(str), nstrings as.integer(n)) : C/Fortran function not in load table>I am using R Version 0.61.0 Alpha (December 21, 1997) with chron_2.1-2.tar.gz Best wishes, Kim ============================================================================Kim Pilegaard Plant Biology and Biogeochemistry Department Building 114 Risoe National Laboratory P.O. Box 49 DK-4000 Roskilde DENMARK Phone: +45 4677 4175 Fax: +45 4677 4193 E-mail: kim.pilegaard@risoe.dk -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> 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 beforelibrary(chron)). Thanks for the information. Does this mean that all the packages in contrib/devel requires R 0.62 ? I don't seem to have .Dyn.lib so that does not help. Kim -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._