-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.04 KB
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.04 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
Package: bdutilities.app
Title: Reusable Supporting UI Functions Across the bdverse
Version: 0.2.5
Description: Shared Shiny modules across the bdverse apps.
License: GPL-3
Date: 2021-09-09
Authors@R: c(
person(
"Thiloshon", "Nagarajah",
email = "thiloshon@gmail.com",
role = c("aut","cre")),
person(
"Tomer", "Gueta",
email = "tomer.gu@gmail.com",
role = c("aut"),
comment = c(ORCID = '0000-0003-1557-8596')))
Maintainer: Thiloshon Nagarajah <thiloshon@gmail.com>
URL: https://github.com/bd-R/bdutilities.app, https://bd-r.github.io/The-bdverse/index.html
BugReports: https://github.com/bd-R/bdutilities.app/issues
Imports:
shiny,
shinydashboard,
shinyjs,
leaflet,
DT,
data.table,
rgbif,
spocc,
finch,
yaml,
gtools,
knitr,
lazyeval,
bdDwC (>= 0.1.51),
bdutilities
Remotes:
bd-R/bdDwC,
bd-R/bdutilities
Suggests:
testthat
Depends: R (>= 3.4)
LazyData: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1