-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.02 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
Package: birdsize
Title: Estimate Avian Body Size Distributions
Version: 0.0.0.9000
Date: 2023-02-27
Authors@R: c(
person("Renata", "Diaz", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0803-4734")),
person("John", "Dunning", role = "dtc")
)
Description: Generate estimated body size distributions for populations or
communities of birds, given either species ID or species' mean body
size. Designed to work naturally with the North American Breeding Bird
Survey, or with any dataset of bird species, abundance, and/or mean
size data.
License: MIT + file LICENSE
URL: https://github.com/diazrenata/birdsize
BugReports: https://github.com/diazrenata/birdsize/issues
Depends:
R (>= 2.10)
Imports:
stats,
truncnorm
Suggests:
covr,
dplyr,
ggplot2,
knitr,
purrr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3