Skip to content

Commit

Permalink
make cran checks happy
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Aug 24, 2016
1 parent 304df91 commit 93ed1d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Imports:
htmlwidgets (>= 0.6),
jsonlite,
magrittr,
methods,
rmarkdown,
shiny
Suggests:
Expand Down
2 changes: 1 addition & 1 deletion R/api.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ callJS <- function() {
# initialization of the widget, so keep track of the desired function call
# by adding it to a list of functions that should be performed when the widget
# is ready
if (is(message$id, "timevis")) {
if (methods::is(message$id, "timevis")) {
widget <- message$id
message$id <- NULL
widget$x$api
Expand Down
2 changes: 1 addition & 1 deletion R/timevis.R
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
#' setSelection("3") %>%
#' fitWindow(list(animation = FALSE))
#'
#' #----------------------- Items can be a single point or a range, and can contain HTML -----------------
#' #------- Items can be a single point or a range, and can contain HTML -------
#' timevis(
#' data.frame(id = 1:2,
#' content = c("one", "two<br><h3>HTML is supported</h3>"),
Expand Down
2 changes: 1 addition & 1 deletion man/timevis.Rd

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

0 comments on commit 93ed1d1

Please sign in to comment.