-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
86 lines (86 loc) · 2.59 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Type: Package
Package: Rcompadre
Title: Utilities for using the 'COM(P)ADRE' Matrix Model Database
Version: 1.4.0.9000
Authors@R: c(
person("Patrick", "Barks", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-5947-8151")),
person("Danny", "Buss", , "[email protected]", role = "aut"),
person("Roberto", "Salguero-Gomez", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-6085-4433")),
person("Iain", "Stott", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-2724-7436")),
person("William K.", "Petry", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-5230-5987")),
person("Tamora", "James", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-1363-4742")),
person("Owen", "Jones", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5720-4686")),
person("Julia", "Jones", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9223-1778")),
person("Gesa", "Römer", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4859-5870")),
person("Sam", "Levin", , "[email protected]", role = "aut",
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
Depends:
R (>= 2.10)
Imports:
methods,
popdemo,
stats,
tibble,
utils
Suggests:
dplyr,
ggplot2,
knitr,
maps,
rcrossref,
rmarkdown,
testthat
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/testthat/parallel: false
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.2.3
Collate:
'CompadreDB.R'
'Rcompadre-package.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_elementwise_apply.R'
'mpm_mean.R'
'mpm_methods.R'
'mpm_sd.R'
'mpm_median.R'
'string_representation.R'
'zzz.R'