Package: Rcompadre
Type: Package
Title: Utilities for using the 'COM(P)ADRE' Matrix Model Database
Version: 1.1.0
Authors@R: c(
    person(given = "Patrick", 
           family = "Barks",
           email = "barks@biology.sdu.dk",
           role = "aut",
           comment = c(ORCID = "0000-0002-5947-8151")),
    person(given = "Danny",
           family = "Buss",
           email = "dlb50@cam.ac.uk",
           role = "aut"),
    person(given = "Roberto",
           family = "Salguero-Gomez",
           email = "rob.salguero@zoo.ox.ac.uk",
           role = "aut",
           comment = c(ORCID = "0000-0002-6085-4433")),
    person(given = "Iain",
           family = "Stott",
           email = "stott@biology.sdu.dk",
           role = "aut",
           comment = c(ORCID = "0000-0003-2724-7436")),
    person(given = "William K.",
           family = "Petry",
           email = "wpetry@ncsu.edu",
           role = "aut",
           comment = c(ORCID = "0000-0002-5230-5987")),
    person(given = "Tamora",
           family = "James",
           email = "tamoradjames@protonmail.com",
           role = "aut",
           comment = c(ORCID = "0000-0003-1363-4742")),
    person(given = "Owen",
           family = "Jones",
           email = "jones@biology.sdu.dk",
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-5720-4686")),
    person(given = "Julia",
           family = "Jones",
           email = "juagjones@gmail.com",
           role = "aut",
           comment = c(ORCID = "0000-0001-9223-1778")),
    person(given = "Gesa",
           family = "Römer",
           email = "gesa@biology.sdu.dk",
           role = "aut",
           comment = c(ORCID = "0000-0002-4859-5870")),
    person(given = "Sam",
           family = "Levin",
           role = "aut",
           email = "levisc8@gmail.com",
           comment = c(ORCID = "0000-0002-3289-9925"))) 
Description: Utility functions for interacting with the 'COMPADRE' and 'COMADRE' databases of matrix population models. Described in Jones et al. (2021) <doi:10.1101/2021.04.26.441330>.
License: GPL-3
URL: https://github.com/jonesor/Rcompadre
BugReports: https://github.com/jonesor/Rcompadre/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 2.10)
Imports: methods, popdemo, tibble
Suggests: covr, dplyr, ggplot2, knitr, maps, rcrossref, rmarkdown,
        spelling, testthat
VignetteBuilder: knitr
Collate: 'CompadreDB.R' 'CompadreDB-Methods.R'
        'CompadreDB-Subsetting.R' 'CompadreDB-Tidyverse.R'
        'CompadreMat.R' 'ClassUnionMethods.R' 'cdb_check_species.R'
        'cdb_build_cdb.R' 'cdb_collapse.R' 'cdb_compare.R'
        'cdb_fetch.R' 'cdb_flag.R' 'cdb_flatten.R' 'cdb_id.R'
        'cdb_id_stages.R' 'cdb_id_studies.R' 'cdb_mean_matF.R'
        'cdb_metadata.R' 'cdb_rbind.R' 'cdb_unflatten.R' 'cdb_unnest.R'
        'data.R' 'mpm_mean.R' 'mpm_methods.R' 'string_representation.R'
        'zzz.R'
Language: en-GB
Config/testthat/parallel: true
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-10-15 18:51:59 UTC; jones
Author: Patrick Barks [aut] (<https://orcid.org/0000-0002-5947-8151>),
  Danny Buss [aut],
  Roberto Salguero-Gomez [aut] (<https://orcid.org/0000-0002-6085-4433>),
  Iain Stott [aut] (<https://orcid.org/0000-0003-2724-7436>),
  William K. Petry [aut] (<https://orcid.org/0000-0002-5230-5987>),
  Tamora James [aut] (<https://orcid.org/0000-0003-1363-4742>),
  Owen Jones [aut, cre] (<https://orcid.org/0000-0001-5720-4686>),
  Julia Jones [aut] (<https://orcid.org/0000-0001-9223-1778>),
  Gesa Römer [aut] (<https://orcid.org/0000-0002-4859-5870>),
  Sam Levin [aut] (<https://orcid.org/0000-0002-3289-9925>)
Maintainer: Owen Jones <jones@biology.sdu.dk>
Repository: CRAN
Date/Publication: 2021-10-15 19:30:02 UTC
