-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 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
38
39
40
41
42
43
44
Type: Package
Package: yardlistr
Title: Generate Summary Plots from eBird Data
Version: 0.2.0
Authors@R:
person("Gleb G.", "Ebert", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-7734-3824"))
Description: The yardlistr package loads your personal eBird data from a
csv file, processes checklists from a user-specified list of locations
and generates a variety of plots for each location.
License: MIT + file LICENSE
URL: https://github.com/gl-eb/yardlistr, https://www.gl-eb.me/yardlistr/
BugReports: https://github.com/gl-eb/yardlistr/issues
Depends:
R (>= 4.1.0)
Imports:
cli,
dplyr,
forcats,
fs,
ggplot2,
glue,
lifecycle,
lubridate,
purrr,
ragg,
readr,
rlang,
scales,
stringr,
tibble,
tidyr,
tidyselect,
viridisLite
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)