Skip to content

Commit

Permalink
prepare cran release
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Aug 19, 2019
1 parent eaf7fd5 commit 3830fa9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: shinybusy
Title: Busy Indicator for 'Shiny' Applications
Version: 0.1.2.900
Version: 0.1.3
Authors@R: c(person("Fanny", "Meyer", email = "[email protected]", role = c("aut")),
person("Victor", "Perrier", email = "[email protected]", role = c("aut", "cre")),
person("Silex Technologies", comment = "https://www.silex-ip.com", role = "fnd"),
Expand Down
2 changes: 1 addition & 1 deletion R/busy-spinner.R
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ spinner <- function(spin = "double-bounce", color = "#112446") {
#' @param margins Distance from margins, a vector of length two, where first element is distance from top/bottom,
#' second element distance from right/left.
#' @param spin_id An explicit id for the spinner, useful if you want to use multiple spinners.
#' @param height,width Height and width ot the spinner, default to \code{'50px'} for both, must be specified.
#' @param height,width Height and width of the spinner, default to \code{'50px'} for both, must be specified.
#'
#' @export
#'
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## Test environments
* local OS Windows 10 install, R 3.6.0
* ubuntu 14.04 (on travis-ci), R 3.5.3
* local OS Windows 10 install, R 3.6.1
* ubuntu 14.04 (on travis-ci), R 3.6.0
* win-builder (devel and release)

## R CMD check results

0 errors | 0 warnings | 0 note

* Fix two issues from the first release.
* Fix a bug in Internet Explorer.
Thanks! Victor

0 comments on commit 3830fa9

Please sign in to comment.