Skip to content

Commit 20c19e6

Browse files
authored
Merge pull request #6 from guidomaggioorg/develop
shinyfaithful 1.1.0
2 parents 90e9399 + 369aeab commit 20c19e6

6 files changed

+7
-33
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
Package: shinyfaithful
22
Title: Shiny4 workshop pkg
3-
Version: 1.0.0
3+
Version: 1.1.0
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
77
Imports:
88
config (>= 0.3.2),
99
golem (>= 0.4.1),
1010
graphics,
11-
pkgload,
1211
shiny (>= 1.8.1.1)
1312
Encoding: UTF-8
1413
LazyData: true
1514
RoxygenNote: 7.3.1
1615
URL: https://github.com/guidomaggioorg/shinyfaithful
1716
BugReports: https://github.com/guidomaggioorg/shinyfaithful/issues
1817
Suggests:
18+
pkgload,
1919
rsconnect,
2020
spelling,
2121
testthat (>= 3.0.0)

NAMESPACE

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

NEWS.md

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

37
* Duplicated histogram (#1).

R/shinyfaithful-package.R

-7
This file was deleted.

deploy/deploy-shinyapps.R

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ app_files = c(
1515
"R/",
1616
"inst/"
1717
)
18+
# options(rsconnect.packrat = TRUE)
1819
rsconnect::deployApp(
1920
account = "gmaggio", # not necessary
2021
appName = "FaithfulPlots", appFiles = app_files, forceUpdate = TRUE

man/shinyfaithful-package.Rd

-23
This file was deleted.

0 commit comments

Comments
 (0)