Skip to content

Commit 9109ad4

Browse files
authored
Merge pull request #9 from guidomaggioorg/develop
shinyfaithful 1.1.1
2 parents be14db9 + 98cd92d commit 9109ad4

6 files changed

+37
-4
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: shinyfaithful
22
Title: Shiny4 workshop pkg
3-
Version: 1.1.0
3+
Version: 1.1.1
44
Authors@R: person('Guido', 'Maggio', email = '[email protected]', role = c('cre', 'aut'))
55
Description: Package used for the 4th course of the Series Intro to Shiny.
66
License: MIT + file LICENSE

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)

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# shinyfaithful 1.1.1
2+
3+
* Restored deployment
4+
15
# shinyfaithful 1.1.0
26

37
* Correction deployment

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)