Package: ecode
Title: Ordinary Differential Equation Systems in Ecology
Version: 0.1.0
Authors@R: c(
    person("Haoran", "Wu", email ="haoran.wu@wolfson.ox.ac.uk", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-9449-6112")),
    person("Chen", "Peng", email ="pengchen2001@zju.edu.cn", role = c("aut"), 
           comment = c(ORCID = "0000-0002-9449-7606"))
    )
Description: A framework to simulate ecosystem dynamics through ordinary differential equations (ODEs). 
    You create an ODE model, tells 'ecode' to explore its behaviour, and perform numerical 
    simulations on the model. 'ecode' also allows you to fit model parameters by machine learning 
    algorithms. Potential users include researchers who are interested in the dynamics of ecological 
    community and biogeochemical cycles.
Imports: ggplot2, cowplot, rlang, stringr
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
BugReports: https://github.com/HaoranPopEvo/ecode/issues
URL: https://github.com/HaoranPopEvo/ecode
NeedsCompilation: no
Packaged: 2024-06-30 14:55:42 UTC; asa
Author: Haoran Wu [aut, cre] (<https://orcid.org/0000-0001-9449-6112>),
  Chen Peng [aut] (<https://orcid.org/0000-0002-9449-7606>)
Maintainer: Haoran Wu <haoran.wu@wolfson.ox.ac.uk>
Repository: CRAN
Date/Publication: 2024-07-02 06:20:02 UTC
Built: R 4.6.0; ; 2025-07-18 07:53:26 UTC; unix
