-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
109 lines (109 loc) · 2.39 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Package: gmhcommunities
Title: GMH Communities Data Hub Platform
Version: 0.0.0.9000
Authors@R: c(
person("Jimmy", "Briggs", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7489-8787")),
person("Patrick", "Howard", , "[email protected]", role = c("aut", "rev")),
person("No Clocks, LLC", , , "[email protected]", role = c("cph", "fnd"))
)
Description: Provides a suite of tools for working with the GMH
Communities Data Hub Platform.
License: MIT + file LICENSE
URL: https://github.com/noclocks/gmhdatahub, http://docs.noclocks.dev/gmhcommunities/
BugReports: https://github.com/noclocks/gmhdatahub/issues
Depends:
R (>= 4.1)
Imports:
apexcharter,
bsicons,
bslib,
cachem,
cli,
config,
DBI,
dbplyr,
dbx,
dialr,
digest,
dint,
dplyr,
DT,
fontawesome,
fs,
ggmap,
glue,
googleway,
htmltools,
httr2,
janitor,
jsonlite,
jsonvalidate,
leaflet,
lobstr,
logger,
lubridate,
memoise,
mime,
openxlsx,
options,
pkgload,
pool,
purrr,
qs2,
reactable,
readr,
rhandsontable,
rintrojs,
rlang (>= 1.1.0),
RPostgres,
sass,
scales,
shiny,
shinycustomloader,
shinyjs,
shinyvalidate,
shinyWidgets,
snakecase,
stringr,
tibble,
tibblify,
tidyr,
tidyselect,
utils,
waiter,
withr,
yaml
Suggests:
knitr,
later,
promises,
rmarkdown,
shinytest2,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Remotes:
r-lib/httr2,
rstudio/bslib
Config/cmdline/needs: cli, processx, callr
Config/coverage/needs: covr covrpage
Config/docker/needs: dockerfiler
Config/gcp/needs: gargle, googleCloudRunner, googleCloudStorageR,
googleCloudAuthR, config
Config/npm/needs: npm
Config/pkgdown/needs: pkgdown, testdown, gitdown, covrpage
Config/database/needs: DBI, pool, dplyr, dbplyr, RPostgres, config
Config/api/needs: httr2, jsonlite, plumber, R6, config
Config/shiny/needs: shiny, bslib, shinyjs, bsicons, htmltools
Config/python/needs: reticulate
Config/shinytest/needs: shiny, shinytest2, shinyloadtest
Config/httptest/needs: httptest2
Config/tests/needs: testthat (>= 3.0.0), spelling
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2