-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.08 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
32
33
34
35
36
37
38
39
40
Package: dashboard
Title: Dashboard about status of {easystats} packages
Version: 1.0.0
Authors@R:
c(person(given = "Etienne",
family = "Bacher",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Indrajeet",
family = "Patil",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")))
Maintainer: Etienne Bacher <[email protected]>
Description: {{ Description }}
License: MIT + file LICENSE
URL: https://easystats.github.io/dashboard/dashboard.html,
https://github.com/easystats/dashboard/
BugReports: https://github.com/easystats/dashboard/issues
Imports:
cranlogs,
easystats,
emo,
flexdashboard,
flextable,
gh,
git2r,
glue,
htmltools,
httr2,
reactable,
rmarkdown,
tidyverse,
tidyversedashboard
Remotes:
thinkR-open/tidyversedashboard@more-options,
hadley/emo
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3.9000