Fix broken Rd link

This commit is contained in:
Joe Cheng
2012-07-28 01:54:33 -07:00
parent 38bf13e9bf
commit d64c99ed28
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ hasDecimals <- function(value) {
#' Animation Options
#'
#' Creates an options object for customizing animations for \link{slider}.
#' Creates an options object for customizing animations for \link{sliderInput}.
#'
#' @param interval The interval, in milliseconds, between each animation step.
#' @param loop \code{TRUE} to automatically restart the animation when it

View File

@@ -23,6 +23,6 @@
}
\description{
Creates an options object for customizing animations for
\link{slider}.
\link{sliderInput}.
}