-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.29 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
Package: APCalignApp
Title: Shiny Interface to R Package APCalign
Version: 0.0.0.9000
Authors@R:
c(
person(given = "Daniel", family = "Falster", role = c("aut", "ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-9814-092X")),
person(given = "Elizabeth", family = "Wenk", role = c("aut", "ctb"), email = "[email protected]", comment = c(ORCID = "0000-0001-5640-5910")),
person(given = "Will", family = "Cornwell", role = c("aut", "ctb"), email = "[email protected]", comment = c(ORCID = "0000-0003-4080-4073")),
person(given = "Fonti", family = "Kar", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-2760-3974")),
person(given = "Carl", family= "Boettiger", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-1642-628X"))
)
Description: APCalignApp allows you to align and update your Australian Plant Names to currently accepted standards set by the Australian Plant Census.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
shiny (<= 4.2.3),
shinythemes,
shinybusy,
DT,
bsplus,
utils,
APCalign
Remotes:
traitecoevo/APCalign
Suggests:
testthat (>= 3.0.0),
shinytest,
pkgload
Config/testthat/edition: 3