generated from DataONEorg/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
60 lines (60 loc) · 1.74 KB
/
DESCRIPTION
File metadata and controls
60 lines (60 loc) · 1.74 KB
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
Package: vegbankweb
Type: Package
Title: "VegBank Web: A Shiny Application for Vegetation Plot Data"
Version: 1.0.0
Date: 2026-03-27
Authors@R: c(
person("Darian", "Gill",
email = "[email protected]",
role = c("aut"),
comment=c(ORCID = "0009-0005-7848-2163")),
person("Jim", "Regetz",
email = "[email protected]",
role = c("aut", "cre"),
comment=c(ORCID = "0009-0008-2666-6229")),
person("Matthew B.", "Jones",
email = "[email protected]",
role = c("aut"),
comment=c(ORCID = "0000-0003-0077-4738")),
person("Michael T.", "Lee",
email = "[email protected]",
role = c("aut"),
comment=c(ORCID = "0009-0003-3874-8604")),
person("Matthew", "Brooke",
email = "[email protected]",
role = c("aut"),
comment=c(ORCID = "0000-0002-1472-913X")),
person("Robert K.", "Peet",
email = "[email protected]",
role = c("aut"),
comment=c(ORCID = "0000-0003-2823-6587"))
)
Description: "This package provides a Shiny web interface to browse, search, inspect and download vegetation plot data."
License: Apache License (>= 2)
Imports:
bslib (>= 0.8.0),
config (>= 0.3.2),
dplyr (>= 1.0.10),
DT (>= 0.34.0),
htmltools (>= 0.5.8.1),
htmlwidgets (>= 1.6.2),
httr (>= 1.4.0),
httpuv (>= 1.6.16),
jsonlite (>= 2.0),
leaflet (>= 2.2.2),
markdown (>= 2.0),
R6 (>= 2.6.1),
rlang (>= 1.0.0),
shiny (>= 1.11.1),
vegbankr (>= 0.9.0),
xml2 (>= 1.5.2)
Encoding: UTF-8
LazyData: true
Additional_repositories: https://nceas.r-universe.dev
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3