-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
60 lines (60 loc) · 1.39 KB
/
DESCRIPTION
File metadata and controls
60 lines (60 loc) · 1.39 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: bddashboard
Title: An agile framework for biodiversity dashboards
Description: Key functionality for generating robust yet flexible biodiversity dashboards in Shiny.
Version: 0.1.1
License: GPL-3 | file LICENSE
URL: https://github.com/bd-R/bddashboard
BugReports: https://github.com/bd-R/bddashboard/issues
Authors@R: c(
person(
"Rahul", "Chauhan",
email = "rahul.chauhan049@gmail.com",
role = c("aut", "cre")),
person(
"Rahul", "Saxena",
email = "b417033@iiit-bh.ac.in",
role = c("aut")),
person(
"Thiloshon", "Nagarajah",
email = "thiloshon@gmail.com",
role = c("aut")),
person(
"Tomer", "Gueta",
email = "tomer.gu@gmail.com",
role = c("aut"),
comment = c(ORCID = '0000-0003-1557-8596')),
person(
"Vijay", "Barve", ,
email = "vijay.barve@gmail.com",
role = c("aut"),
comment = c(ORCID = '0000-0002-4852-2567'))
)
Imports:
config,
golem,
shiny,
shinyjs,
shinydashboard,
dashboardthemes,
plotly,
DT,
leaflet,
sp,
leaflet.extras,
shinyWidgets,
dplyr,
promises,
future,
RColorBrewer,
rintrojs,
readr,
flexdashboard,
formattable,
bdutilities.app (>= 0.0.1),
pkgload,
shinyBS
Remotes:
bd-r/bdutilities.app
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1