-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 1.77 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
Package: infinitylists
Title: A Shiny-Based Application for Generating Place-Based Species Lists for Australian Plants
Version: 1.0.0
Authors@R:
c(
person(given = "Thomas", family = "Mesaglio", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-1096-6066")),
person(given = "Will", family = "Cornwell", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0003-4080-4073")),
person(given = "Fonti", family = "Kar", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-2760-3974"))
)
Description: This shiny-based application allows users to extract plant occurrence data from the Atlas of Living Australia and generate a species list for any defined area in New South Wales. All records associated with either a physical voucher (stored in Australian herbaria) or a photographic voucher (stored in iNaturalist) are extracted. For each species within the defined area, the application will return voucher type, number of vouchers, date of the most recent voucher, spatial coordinates, voucher location, and the voucher collector. Records are displayed both in a table and on a map, and are downloadable as a CSV.
License: CC BY 4.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 4.1)
LazyData: true
Imports:
APCalign (>= 0.1.1),
arrow,
DT,
dplyr,
data.table,
galah,
httr,
janitor,
jsonlite,
leaflet,
lubridate,
purrr,
sf,
shiny,
shinybusy,
stringr,
shinythemes,
tidyr
Remotes:
traitecoevo/APCalign
Suggests:
bsplus,
here,
job,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://traitecoevo.github.io/infinitylists/