Skip to content

Commit

Permalink
prepare cran release
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Feb 18, 2019
1 parent db1ffbd commit 1dc61ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: shinyWidgets
Title: Custom Inputs Widgets for Shiny
Version: 0.4.4.970
Version: 0.4.5
Authors@R: c(
person("Victor", "Perrier", email = "[email protected]", role = c("aut", "cre")),
person("Fanny", "Meyer", email = "[email protected]", role = c("aut")),
Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
shinyWidgets 0.4.4.900
shinyWidgets 0.4.5
======================

* Fix a bug with `awesome*` widgets due to FontAwesome upgrade in Shiny.
* Fix a bug with `awesome*` widgets due to FontAwesome upgrade in Shiny [@AshesITR](https://github.com/AshesITR).
* New methods for mutating vertical tabs (`appendVerticalTab`, `removeVerticalTab`, `reorderVerticalTabs`) by [@ifellows](https://github.com/ifellows)
* New widget `numericRangeInput` by [@wkdavis](https://github.com/wkdavis).

Expand Down Expand Up @@ -40,7 +40,7 @@ shinyWidgets 0.4.2
* New function `updateSearchInput` to update `searchInput` server-side [#52](https://github.com/dreamRs/shinyWidgets/issues/52).
* New argument `inline` to `prettySwitch`, `prettyToggle` and `prettyCheckbox` to position checkboxes side by side.
* New argument `html` to `confirmSweetAlert` and `sendSweetAlert` to pass HTML tags in alert window [#48](https://github.com/dreamRs/shinyWidgets/issues/48).
* New Shiny modules to create dependent slect menu : `selectizeGroup` and `pickerGroup`.
* New Shiny modules to create dependent select menu : `selectizeGroup` and `pickerGroup`.
* New widget : `noUiSlider`, a minimal slider range for numeric values.


Expand Down
10 changes: 4 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments

* local Windows 10 install, R 3.5.1
* ubuntu 12.04 (on travis-ci), R 3.5.1
* local Windows 10 install, R 3.5.2
* ubuntu 12.04 (on travis-ci), R 3.5.2
* win-builder (devel and release)

## R CMD check results
Expand All @@ -11,14 +11,12 @@

## Reverse dependencies

* I have run R CMD check on the 10 reverse dependencies :
- 1 note for one package (visNetwork), not related (installed package size).
- 1 error (getTBinR), a test failed.
* I have run R CMD check on the 17 reverse dependencies :
Complete summary available here: https://github.com/dreamRs/shinyWidgets/blob/master/revdep/README.md

-------

This version includes some new functions and features.
This version includes new features and bug fix.

Thanks!
Victor

0 comments on commit 1dc61ed

Please sign in to comment.