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
32 lines (32 loc) · 878 Bytes
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 878 Bytes
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
Package: vegbankweb
Type: Package
Title: "VegBank Web: A Shiny Application for Vegetation Plot Data"
Version: 0.2.0
Authors@R:
person(given = "Darian", family = "Gill", email = "help@vegbank.org", role = c("aut", "cre"))
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
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3