From 369aeab739c19f4c2ee4b37b4e80c1e5c586a147 Mon Sep 17 00:00:00 2001 From: GuidoMaggio Date: Thu, 16 May 2024 19:43:11 +0200 Subject: [PATCH] * Correction deployment --- DESCRIPTION | 4 ++-- NAMESPACE | 1 - NEWS.md | 4 ++++ R/shinyfaithful-package.R | 7 ------- deploy/deploy-shinyapps.R | 1 + man/shinyfaithful-package.Rd | 23 ----------------------- 6 files changed, 7 insertions(+), 33 deletions(-) delete mode 100644 R/shinyfaithful-package.R delete mode 100644 man/shinyfaithful-package.Rd diff --git a/DESCRIPTION b/DESCRIPTION index 1b99f7b..746d897 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: shinyfaithful Title: Shiny4 workshop pkg -Version: 1.0.0 +Version: 1.1.0 Authors@R: person('Guido', 'Maggio', email = 'guido.maggio@mirai-solutions.com', role = c('cre', 'aut')) Description: Package used for the 4th course of the Series Intro to Shiny. License: MIT + file LICENSE @@ -8,7 +8,6 @@ Imports: config (>= 0.3.2), golem (>= 0.4.1), graphics, - pkgload, shiny (>= 1.8.1.1) Encoding: UTF-8 LazyData: true @@ -16,6 +15,7 @@ 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) diff --git a/NAMESPACE b/NAMESPACE index 6ab9621..abbe80c 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) diff --git a/NEWS.md b/NEWS.md index 0e2ce69..ac02e82 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# shinyfaithful 1.1.0 + +* Correction deployment + # shinyfaithful 1.0.0 * Duplicated histogram (#1). diff --git a/R/shinyfaithful-package.R b/R/shinyfaithful-package.R deleted file mode 100644 index 0840e48..0000000 --- a/R/shinyfaithful-package.R +++ /dev/null @@ -1,7 +0,0 @@ -#' @keywords internal -"_PACKAGE" - -## usethis namespace: start -#' @importFrom pkgload load_all -## usethis namespace: end -NULL diff --git a/deploy/deploy-shinyapps.R b/deploy/deploy-shinyapps.R index c42b8bc..eac8e71 100644 --- a/deploy/deploy-shinyapps.R +++ b/deploy/deploy-shinyapps.R @@ -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 diff --git a/man/shinyfaithful-package.Rd b/man/shinyfaithful-package.Rd deleted file mode 100644 index 50ab08a..0000000 --- a/man/shinyfaithful-package.Rd +++ /dev/null @@ -1,23 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/shinyfaithful-package.R -\docType{package} -\name{shinyfaithful-package} -\alias{shinyfaithful} -\alias{shinyfaithful-package} -\title{shinyfaithful: Shiny4 workshop pkg} -\description{ -Package used for the 4th course of the Series Intro to Shiny. -} -\seealso{ -Useful links: -\itemize{ - \item \url{https://github.com/guidomaggioorg/shinyfaithful} - \item Report bugs at \url{https://github.com/guidomaggioorg/shinyfaithful/issues} -} - -} -\author{ -\strong{Maintainer}: Guido Maggio \email{guido.maggio@mirai-solutions.com} - -} -\keyword{internal}