Skip to content

Commit

Permalink
Fixed CRAN checks
Browse files Browse the repository at this point in the history
  • Loading branch information
fmannhardt committed Sep 18, 2018
1 parent 1122022 commit a780589
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 0 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ Imports:
rlang,
magrittr,
dplyr,
tidyr,
htmlwidgets,
DiagrammeR (>= 1.0.0),
DiagrammeRsvg,
RColorBrewer,
zoo,
scales
Expand Down
5 changes: 3 additions & 2 deletions R/processanimateR.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
#' # Animate the process with default options (relative time and with jitter)
#' animate_process(patients, animation_mode = "relative", animation_jitter = 10)
#'
#' # Change default token sizes
#' \donttest{
#'
#' #' # Change default token sizes
#' animate_process(patients, token_size = 2)
#'
#' # Change default token color
Expand All @@ -40,7 +42,6 @@
#' # Change default token opacity
#' animate_process(patients, token_opacity = 0.5)
#'
#' \donttest{
#' # Change default token image (GIFs work too)
#' animate_process(patients, token_image = "https://upload.wikimedia.org/wikipedia/en/5/5f/Pacman.gif")
#'
Expand Down
5 changes: 3 additions & 2 deletions man/animate_process.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a780589

Please sign in to comment.