Skip to content

Commit 07b3007

Browse files
authored
Merge pull request #8 from guidomaggioorg/test-deployment
Test deployment
2 parents cd26bfc + a55672b commit 07b3007

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ importFrom(golem,bundle_resources)
88
importFrom(golem,favicon)
99
importFrom(golem,with_golem_options)
1010
importFrom(graphics,hist)
11+
importFrom(pkgload,load_all)
1112
importFrom(shiny,shinyApp)

R/shinyfaithful-package.R

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#' @keywords internal
2+
"_PACKAGE"
3+
4+
## usethis namespace: start
5+
#' @importFrom pkgload load_all
6+
## usethis namespace: end
7+
NULL

deploy/deploy-shinyapps.R

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ app_files = c(
1313
"DESCRIPTION",
1414
"NAMESPACE",
1515
"R/",
16-
"inst/",
17-
"renv.lock",
18-
".rscignore"
16+
"inst/"
1917
)
2018
# options(rsconnect.packrat = TRUE)
2119
rsconnect::deployApp(

man/shinyfaithful-package.Rd

+23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)