Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shinyfaithful 1.1.0 #6

Merged
merged 1 commit into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Package: shinyfaithful
Title: Shiny4 workshop pkg
Version: 1.0.0
Version: 1.1.0
Authors@R: person('Guido', 'Maggio', email = '[email protected]', role = c('cre', 'aut'))
Description: Package used for the 4th course of the Series Intro to Shiny.
License: MIT + file LICENSE
Imports:
config (>= 0.3.2),
golem (>= 0.4.1),
graphics,
pkgload,
shiny (>= 1.8.1.1)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
URL: https://github.com/guidomaggioorg/shinyfaithful
BugReports: https://github.com/guidomaggioorg/shinyfaithful/issues
Suggests:
pkgload,
rsconnect,
spelling,
testthat (>= 3.0.0)
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(graphics,hist)
importFrom(pkgload,load_all)
importFrom(shiny,shinyApp)
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# shinyfaithful 1.1.0

* Correction deployment

# shinyfaithful 1.0.0

* Duplicated histogram (#1).
7 changes: 0 additions & 7 deletions R/shinyfaithful-package.R

This file was deleted.

1 change: 1 addition & 0 deletions deploy/deploy-shinyapps.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ app_files = c(
"R/",
"inst/"
)
# options(rsconnect.packrat = TRUE)
rsconnect::deployApp(
account = "gmaggio", # not necessary
appName = "FaithfulPlots", appFiles = app_files, forceUpdate = TRUE
Expand Down
23 changes: 0 additions & 23 deletions man/shinyfaithful-package.Rd

This file was deleted.