Package: cxr
Type: Package
Title: A Toolbox for Modelling Species Coexistence in R
Version: 1.0.0
URL: https://github.com/RadicalCommEcol/cxr
Authors@R: c(person("David", "Garcia-Callejas", role = c("aut", "cre"), 
    email = "david.garcia.callejas@gmail.com", 
    comment = c(ORCID = "0000-0001-6982-476X")),
    person("Ignasi", "Bartomeus", role = c("aut"), 
    email = "nacho.bartomeus@gmail.com", 
    comment = c(ORCID = "0000-0001-7893-4389")),
    person("Oscar", "Godoy", role = c("aut"), email = "ogodoy.re@gmail.com", 
    comment = c(ORCID = "0000-0003-4988-6626")),
    person("Maxime", "Lancelot", role = c("ctb")))
Description: Recent developments in modern coexistence theory have advanced 
    our understanding on how species are able to persist and co-occur 
    with other species at varying abundances. However, applying this 
    mathematical framework to empirical data is still challenging, 
    precluding a larger adoption of the theoretical tools developed 
    by empiricists. This package provides a complete toolbox for modelling 
    interaction effects between species, and calculate fitness and 
    niche differences. 
    The functions are flexible, may accept covariates, 
    and different fitting algorithms can be used. 
    A full description of the underlying methods is available in 
    García-Callejas, D., Godoy, O., and Bartomeus, I. (2020) <doi:10.1111/2041-210X.13443>.
License: MIT + file LICENSE
BugReports: https://github.com/RadicalCommEcol/cxr/issues
Encoding: UTF-8
Depends: R (>= 3.5)
Imports: optimx, stats, mvtnorm
RoxygenNote: 7.1.1
Suggests: ggplot2, tidyr, dplyr, magrittr, knitr, stringr, rmarkdown,
        testthat (>= 0.8.0), BB, ucminf, dfoptim, minqa, hydroPSO,
        GenSA, DEoptimR, nloptr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-04-06 11:34:26 UTC; david
Author: David Garcia-Callejas [aut, cre]
    (<https://orcid.org/0000-0001-6982-476X>),
  Ignasi Bartomeus [aut] (<https://orcid.org/0000-0001-7893-4389>),
  Oscar Godoy [aut] (<https://orcid.org/0000-0003-4988-6626>),
  Maxime Lancelot [ctb]
Maintainer: David Garcia-Callejas <david.garcia.callejas@gmail.com>
Repository: CRAN
Date/Publication: 2021-04-16 09:20:02 UTC
Built: R 4.0.2; ; 2021-04-17 10:27:23 UTC; unix
