Skip to content

Commit

Permalink
move of sdp to a suggests scope
Browse files Browse the repository at this point in the history
  • Loading branch information
cb4ds committed Mar 13, 2021
1 parent 8693863 commit 114e714
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: periscope
Type: Package
Title: Enterprise Streamlined 'Shiny' Application Framework
Version: 0.6.0.9001
Version: 0.6.0.9008
Authors@R: c(
person("Constance", "Brett", email="connie@aggregate-genius.com", role = c("aut", "cre")),
person("Isaac", "Neuhaus", role = "aut", comment = "canvasXpress JavaScript Library Maintainer"),
Expand All @@ -14,17 +14,15 @@ Description: An enterprise-targeted scalable and UI-standardized 'shiny' framewo
consistent user experience regardless of application or developer.
URL: https://github.com/cb4ds/periscope, http://periscopeapps.org:3838, https://www.canvasxpress.org
BugReports: https://github.com/cb4ds/periscope/issues
Repository: BRAN
License: GPL-3
Encoding: UTF-8
Language: en-US
LazyData: true
Depends:
R (>= 3.4)
R (>= 3.5)
Imports:
shiny (>= 1.1),
shinydashboard (>= 0.5),
shinydashboardPlus,
shinyBS (>= 0.61),
lubridate (>= 1.6),
DT (>= 0.2),
Expand All @@ -37,5 +35,6 @@ Suggests:
knitr,
rmarkdown,
testthat,
shinydashboardPlus,
openxlsx (>= 3.0)
VignetteBuilder: knitr
11 changes: 9 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
#Revisions and Change Log

### v0.6.0
* Updated to provide handling for shinydashboardPlus old (<= 0.7.5) and new versions (2.X)
* Removed import less-than requirement designation for shinydashboardPlus
* Ensured shiny 1.6 compatibility
* Updated tests and fixed a few minor bugs
* The shinydashboardPlus package was moved to a suggests scope as it is not utilized directly by this package, just in some of the generated apps.

### v0.5.4
* Updated tests in preparation for Shiny 1.6 release - no functional changes

### v0.5.3
* Updated dependencies for shinyDashboardPlus - 2.x will be a breaking release
* Updated dependencies for shinydashboardPlus - 2.x will be a breaking release
* Cleaned up logging documentation and exports

### v0.5.2
Expand Down Expand Up @@ -39,7 +46,7 @@

### v0.4.7
* Added shinydashboard plus functionality for a right-hand sidebar as an option
* Updated documentation and examples for shinydashboardplus functionality
* Updated documentation and examples for shinydashboardPlus functionality
* Added a preference to turn off the reset application button

### v0.4.6
Expand Down
9 changes: 4 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## Comments from Maintainer

* Merging test updates from Carson Sievert (RStudio) to resolve minor issues with expectations of UI layout properties that will cause failing tests in Shiny 1.6 which is due to be released next week.

* We were asked by Carson to make this update ASAP, rather than waiting, so there is a NOTE about the time since last submission (5d) - this is necessary as we were just notified a few days ago of the need for this update.
* Updated the package to handle both the old and new releases of shinydashboardPlus
* Updated tests, fixed a few minor bugs

---

Expand All @@ -12,13 +11,13 @@
RStudio Server Pro (Ubuntu 18.04.2)

* R 3.6.3
* R 4.0.3
* R 4.0.4

Travis-CI (Ubuntu 16.04.6)

* R 3.6.3
* R 4.0.2
* R devel (2021-01-09 r79815)
* R devel (2021-03-11 r80086)

WinBuilder

Expand Down

0 comments on commit 114e714

Please sign in to comment.