https://github.com/cran/simecol
Raw File
Tip revision: 3572d086074fa70adcecfa3dc8b445dd04654f0f authored by Thomas Petzoldt on 19 March 2015, 00:00:00 UTC
version 0.8-6
Tip revision: 3572d08
DESCRIPTION
Package: simecol
Version: 0.8-14
Title: Simulation of Ecological (and Other) Dynamic Systems
Authors@R: c(person("Thomas","Petzoldt", role = c("aut", "cre"),
                     email = "thomas.petzoldt@tu-dresden.de",
					 comment = c(ORCID = "0000-0002-4951-6468")))
Author: Thomas Petzoldt [aut, cre] (<https://orcid.org/0000-0002-4951-6468>)
Depends: R (>= 3.2), deSolve, methods
Imports: graphics, grDevices, stats, utils, minqa
Suggests: tcltk, FME, lattice
LazyLoad: yes
Maintainer: Thomas Petzoldt <thomas.petzoldt@tu-dresden.de>
Description: An object oriented framework to simulate
  ecological (and other) dynamic systems. It can be used for
  differential equations, individual-based (or agent-based) and other
  models as well. It supports structuring of simulation scenarios (to avoid copy
  and paste) and aims to improve readability and re-usability of code.
License: GPL (>= 2)
URL: http://www.simecol.de/
NeedsCompilation: yes
Packaged: 2021-10-06 21:47:19 UTC; thpe
Repository: CRAN
Date/Publication: 2021-10-07 06:40:02 UTC
back to top