Version: 0.9-1 Text: removed unnecessary ROR ID Version: 0.9-0 Date: 2025-04-23 Text: moved from R-Forge to Github Version: 0.9-0 Date: 2025-04-23 Text: add package anchor for print.deSolve in Rd file Version: 0.9-0 Date: 2025-04-23 Text: update bibentry Version: 0.8-14 Date: 2021-10-07 Text: usage of doi in references Version: 0.8-13 Date: 2019-07-15 Text: minor changes Version: 0.8-12 Date: 2018-06-03 Text: small changes of help files Version: 0.8-12 Date: 2018-06-03 Text: minimum R version is now 3.2 Version: 0.8-11 Date: 2018-05-08 Text: vignette updates Version: 0.8-11 Date: 2018-05-08 Text: change ::: to :: operator Version: 0.8-11 Date: 2018-05-08 Text: reduce check time Version: 0.8-10 Date: 2017-10-22 Text: vignette updates Version: 0.8-9 Date: 2017-06-12 Text: register native routines Version: 0.8-9 Date: 2017-06-12 Text: "fix..."-methods removed to fulfil CRAN policy, footnote in vignette Version: 0.8-8 Text: correct omegahat web link Version: 0.8-8 Text: replace "fix..." . methods with workspace independent "edit"-methods Version: 0.8-7 Date: 2015-09-03 Text: enable newuoa and bobyqa optimizers from package minqa Version: 0.8-7 Date: 2015-09-03 Text: small updates to help files and vignette Version: 0.8-6 Date: 2015-03-20 Text: use tcltk::-calls Version: 0.8-6 Date: 2015-03-20 Text: enable automatic vignette index Version: 0.8-6 Date: 2015-03-20 Text: add new model "diffusion_barrier.R" to doc/examples Version: 0.8-5 Text: requireNamespace instead of require for tcltk Version: 0.8-4 Date: 2013-09-26 Text: addtoenv for parameters (experimental and only for class indbasedModel) Version: 0.8-3 Text: double buffering for animation plots Version: 0.8-2 Date: 2012-03-01 Text: removed obsolete files in installation Version: 0.8-2 Date: 2012-03-01 Text: moved vignette source files to /vignettes Version: 0.8-2 Date: 2012-03-01 Text: update of package help page Version: 0.8-1 Date: 2011-12-04 Text: fix bug in seedfill function Version: 0.8 Date: 2011-08-10 Text: periodic boundary conditions in neighbours Version: 0.8 Date: 2011-08-10 Text: compatibility tweaks Version: 0.8 Date: 2011-08-10 Text: updated examples Version: 0.7-2 Date: 2011-03-26 Text: remove two other obsolete files from inst/doc Version: 0.7-1 Date: 2011-03-21 Text: fix documentation notes and a warning Version: 0.7 Date: 2010-11-30 Text: "inputs" is now passed explicitly to sim "odeModel" Version: 0.7 Date: 2010-11-30 Text: fix namespace issue Version: 0.6-11 Date: 2010-10-04 Text: fixed NOTE about missing depends on lattice in one of the examples Version: 0.6-10 Date: 2010-03-10 Text: moved examples to /doc/examples Version: 0.6-10 Date: 2010-03-10 Text: improve documentation of 'observer' Version: 0.6-10 Date: 2010-03-10 Text: fixed bug that "time" was called "times" in out of iteration solver Version: 0.6-10 Date: 2010-03-10 Text: documentation updates and fixes Version: 0.6-9 Date: 2009-09-04 Text: documentation fixes Version: 0.6-8 Date: 2009-06-27 Text: remove dependency on FME (until FME is released) Version: 0.6-8 Date: 2009-06-27 Text: documentation improvements Version: 0.6-8 Date: 2009-06-27 Text: release Version: 0.6-7 Text: fixed bug in documentation example for iteration-solver Version: 0.6-7 Text: fixed documentation warning for plot-methods Version: 0.6-6 Date: 2009-02-25 Text: tested on Linux x64 with gcc and Sun Studio 12 compilers Version: 0.6-6 Date: 2009-02-25 Text: vignette improvements Version: 0.6-5 Date: 2009-02-12 Text: changed: simecol.cpp to simecol.c to avoid C++ (we didn't need it yet) Version: 0.6-4 Date: 2009-02-10 Text: try to fix comptibility issue with Sun Studio compiler Version: 0.6-3 Date: 2009-01-23 Text: remove Rdversion, back compatibility with R 2.8.1 Version: 0.6-3 Date: 2009-01-23 Text: submitted to CRAN Version: 0.6-2 Date: 2009-01-19 Text: fitOdeModel supports now PORT algorithm (nlminb) Version: 0.6-2 Date: 2009-01-19 Text: documentation improvements Version: 0.6-2 Date: 2009-01-19 Text: first version of "simecol-howto" Version: 0.6-2 Date: 2009-01-19 Text: new utility mixNamedVec Version: 0.6-2 Date: 2009-01-19 Text: submitted to CRAN Version: 0.6-1 Date: 2008-11-30 Text: start writing new vignette "simecol-howto" Version: 0.6-1 Date: 2008-11-30 Text: data frame conversion for outputs of class odeModel now only for matrices and in out, not in sim. Version: 0.6 Date: 2008-09-21 Text: new class indbasedModel Version: 0.6 Date: 2008-09-21 Text: new slot "observer" Version: 0.6 Date: 2008-09-21 Text: .Rdata files re-generated (with observer slot) Version: 0.6 Date: 2008-09-21 Text: simulation re-initializes objects that have an initfunc Version: 0.6 Date: 2008-09-21 Text: example of an ODE model that passes compiled code directly to the solver Version: 0.6 Date: 2008-09-21 Text: this is the useR!2008 (Dortmund) release Version: 0.5-7 Date: 2008-07-01 Text: the package uses now deSolve instead of odesolve Version: 0.5-7 Date: 2008-07-01 Text: euler is now imported from deSolve and removed from simecol Version: 0.5-7 Date: 2008-07-01 Text: allow solver slot to contain not only character but also function Version: 0.5-7 Date: 2008-07-01 Text: plain version of JSS publication added as vignette Version: 0.5-6 Text: small improvements and updates Version: 0.5-5 Date: 2008-04-08 Text: reworked ODE solvers, rk4 and lsoda generics removed, solvers are now called directly from sim, ensures compatibility with the deSolve package without the need to write generics for all possible (and future) ode solvers Version: 0.5-5 Date: 2008-04-08 Text: rehabilitation of addtoenv() Version: 0.5-5 Date: 2008-04-08 Text: documentation updates Version: 0.5-5 Date: 2008-04-08 Text: replacement functions now delete slot "out" Version: 0.5-4 Text: experimental code for parameter fitting of ODE models Version: 0.5-3 Date: 2007-12-09 Text: added citation of JSS article about simecol Version: 0.5-3 Date: 2007-12-09 Text: removed obsolete \non_function{} entry from documentation Version: 0.5-3 Date: 2007-12-09 Text: conversion of simObj to and from lists, as.list and as.simObj Version: 0.5-3 Date: 2007-12-09 Text: bivariate uniform random numbers (Plackett distribution) Version: 0.5-2 Date: 2007-10-01 Text: tcltk is now Suggested again (possible due to relaxed package check conditions) Version: 0.5-1 Text: fixed obsolete braces in .Rd's Version: 0.5 Date: 2007-06-15 Text: tcltk is now mandatory (in Depends), to solve issue with package check under R 2.6.0 (under development) Version: 0.5 Date: 2007-06-15 Text: check for empty out-slot in plot methods Version: 0.5 Date: 2007-06-15 Text: obsolete comments removed Version: 0.5 Date: 2007-06-15 Text: small documentation updates - addtoenv may be removed in the future Version: 0.5 Date: 2007-06-15 Text: version 0.5 is used in the upcoming JSS article Version: 0.4-3 Text: addtoenv() is no longer used in the solver functions Version: 0.4-3 Text: standard conform accessor functions --> Attention: old applications may need adaptions! Version: 0.4-3 Text: added demo("jss", package="simecol") Version: 0.4-3 Text: new examples, small code and documentation improvements Version: 0.4-2 Date: 2007-02-22 Text: helper classes: listOrNULL and functionOrNULL Version: 0.4-2 Date: 2007-02-22 Text: new slot initfunc, initialize method and complete rewrite of constructors Version: 0.4-2 Date: 2007-02-22 Text: new print and show methods Version: 0.4-2 Date: 2007-02-22 Text: general code cleanup and several bugfixes Version: 0.4-2 Date: 2007-02-22 Text: documentation improvements Version: 0.4-1 Text: general code cleanup Version: 0.4-1 Text: iteration is now a generic function Version: 0.4-1 Text: ... argument added to get-functions Version: 0.4-1 Text: argument "last" in out() Version: 0.3-14 Text: euler method for numerical integration Version: 0.3-11 Date: 2006-06-29 Category: several bugfixes and documentation improvements Text: Version: 0.3-10 Date: 2006-06-29 Text: some bug fixes and error checking in the accessor functions Version: 0.3-9 Text: documentation improvements Version: 0.3-8 Text: made rk4 a generic. This required to include a copy of the original rk4 from the odesolve package but this cosmetic issue will be fixed as soon as possible Version: 0.3-8 Text: improvements of documentation Version: 0.3-7 Text: renamed class rndwalkModel to rwalkModel Version: 0.3-7 Text: code cleanup and error checking Version: 0.3-7 Text: changed implementation of 'selfrefer' and renamed to 'addtoenv' Version: 0.3-7 Text: documentation issues Version: 0.3-7 Text: bugfixes Version: 0.3-6 Text: version presented at useR-2006 Version: 0.3-6 Text: slot 'equations' renamed to 'main' Version: 0.3-6 Text: new slot 'equations' holding sub-equations callable in main Version: 0.3.1 Text: complete rewrite using S4 classes instead of S3 lists Version: 0.3.1 Text: rename of classes and several functions Version: 0.3.1 Text: several examples and utility functions removed, they will appear again in future versions, separate packages or as downloadable examples on WWW. Version: 0.3.1 Text: the 0.3 branch is incompatible to 0.2.x versions of simecol Version: 0.3.1 Text: if you have problems porting old models, please ask me for assistance.