-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.07 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: rshinycloudrun
Title: Shiny App on Google Cloud Run
Version: 0.0.1
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: Deploy a Shiny app to Google Cloud Run.
License: MIT + file LICENSE
URL: https://github.com/noclocks/demo-rshiny-cloudrun,
https://docs.noclocks.dev/demo-rshiny-cloudrun/
BugReports: https://github.com/noclocks/demo-rshiny-cloudrun/issues
Depends:
R (>= 4.1)
Imports:
config (>= 0.3.2),
datasets,
glue,
golem (>= 0.4.1),
graphics,
rlang,
shiny (>= 1.8.1.1),
tibble
Suggests:
knitr,
rmarkdown,
shinytest2,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/Needs/coverage: covr
Config/Needs/website: pkgdown
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2