-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
95 lines (95 loc) · 1.88 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
Package: gmhdatahub
Title: Shiny Dashboard for the GMH Communities Data Hub Platform
Version: 0.0.0.9000
Authors@R: c(
person("Jimmy", "Briggs", , "jimmy.briggs@jimbrig.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7489-8787")),
person("Patrick", "Howard", , "patrick.howard@noclocks.dev", role = c("aut", "rev")),
person("No Clocks, LLC", , , "team@noclocks.dev", role = c("cph", "fnd"))
)
Description: Provides a Shiny dashboard and API client for interactingwith
GMH Communities leasing data via the Entrata API. Includesfunctions
for API authentication, data retrieval, and datavisualization.
License: file LICENSE
URL: https://github.com/noclocks/gmhdatahub
BugReports: https://github.com/noclocks/gmhdatahub/issues
Depends:
R (>= 4.1)
Imports:
bsicons,
bslib,
cli,
dplyr,
fontawesome,
golem,
htmltools,
httr2,
jsonlite,
logger,
pkgload,
purrr,
rlang (>= 1.1.0),
sass,
shiny,
shinyjs,
shinyWidgets,
stringr,
waiter
Suggests:
httptest2,
kableExtra,
knitr,
rmarkdown,
shinytest2,
spelling,
testthat (>= 3.0.0),
tibble,
tidyr
Remotes:
rstudio/bslib,
r-lib/httr2,
rstudio/sass
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/tests/needs:
testthat (>= 3.0.0),
spelling,
httptest2,
shinytest2
Config/coverage/needs:
covr,
covrpage
Config/pkgdown/needs:
pkgdown,
testdown,
gitdown,
covrpage
Config/database/needs:
DBI,
pool,
dbplyr,
dplyr,
RPostgres,
config
Config/api/needs:
httr2,
jsonlite,
plumber,
R6,
config
Config/shiny/needs:
shiny,
shinyjs,
shinyWidgets,
waiter,
bslib,
bsicons,
fontawesome,
sass,
golem
LazyData: true