An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061206/4f8474ca/attachment-0004.pl
require(simecol) error
3 messages · Milton Cezar Ribeiro, Benilton Carvalho, Thomas Petzoldt
The output of sessionInfo() will be helpful here. But I can't reproduce that on R 2.4.0 Patched r40106 + simecol (0.3-11). Maybe you should upgrade the package? b
On Dec 6, 2006, at 5:06 PM, Milton Cezar Ribeiro wrote:
Hi there, I?m trying to use "simecol" package but I got the error showed below. I?m runnig R version 2.4.0 (2006-10-03). Kind regards, miltinho Brazil ---
require(simecol)
Loading required package: simecol
Error in loadNamespace(package, c(which.lib.loc, lib.loc),
keep.source = keep.source) :
in 'simecol' methods specified for export, but none
defined: fixInit, fixParms, fixTimes, plot, print, solver,
solver<-, out, inputs, inputs<-, main, main<-, equations,
equations<-, sim, parms, parms<-, init, init<-, times, times<-
[1] FALSE
-----
3 days later
Hello, thanks for using simecol. The "official" version 0.3-11 from CRAN has no problems with R 2.4.0. However, it was necessary to re-build simecol 0.3-12 (under development version from my homepage) to run under 2.4.0. I've just uploaded a fixed version to www.simecol.de. The next stable version will be available from CRAN as usual. Thanks for your report, please excuse this inconvenience. Thomas P.
Milton Cezar Ribeiro wrote:
Hi there, I?m trying to use "simecol" package but I got the error showed below. I?m runnig R version 2.4.0 (2006-10-03). Kind regards, miltinho Brazil ---
> require(simecol)
Loading required package: simecol
Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) :
in 'simecol' methods specified for export, but none defined: fixInit, fixParms, fixTimes, plot, print, solver, solver<-, out, inputs, inputs<-, main, main<-, equations, equations<-, sim, parms, parms<-, init, init<-, times, times<-
[1] FALSE
-----
__________________________________________________ [[alternative HTML version deleted]] ------------------------------------------------------------------------ ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.