-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
45 lines (45 loc) · 1.11 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
Package: shinyBigQuery
Title: shinyBigQuery: Access Google BigQuery through R Shiny
Version: 0.0.4.1000
Authors@R: c(
person('David', 'Mayer', email = '[email protected]', role = c('cre', 'aut')),
person(given = "The Wiley Lab", role = c("cph", "fnd"))
)
Description: A shiny module to authenticate your R Shiny Application with Google BigQuery.
License: MIT + file LICENSE
Depends:
R (>= 3.5.0)
Imports:
bigrquery (>= 1.2.0),
config,
DBI,
dplyr (>= 1.0.0),
gargle,
glue,
golem,
httr,
jsonlite,
magrittr,
purrr,
rlang (>= 0.4.7),
shiny (>= 1.5.0),
shinycssloaders (>= 1.0.0),
shinydashboard,
shinydashboardPlus (>= 2.0.0),
shinyjs,
shinyWidgets (>= 0.6.0),
tibble,
tidyr (>= 1.1.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://shinybigquery.thewileylab.org, https://github.com/thewileylab/shinyBigQuery
BugReports: https://github.com/thewileylab/shinyBigQuery/issues
Suggests:
htmltools,
processx,
spelling,
sodium,
testthat
Language: en-US