Skip to content

Commit

Permalink
Rd files: fix broken cross references and empty sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Oct 4, 2013
1 parent 5c3634f commit 6ea0a0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/deployApp.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' explicitly).
#'
#' For details on options that affect the behavior of \code{deployApp} see the
#' article on \link[shinyapps:shinyapps-options]{package options}.
#' article on \link[shinyapps:shinyappsOptions]{package options}.
#' @param appDir Directory containing application source code. Defaults to
#' current working directory.
#' @param appName Name of application (names must be unique with ShinyApps
Expand Down
2 changes: 1 addition & 1 deletion man/deployApp.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
For details on options that affect the behavior of
\code{deployApp} see the article on
\link[shinyapps:shinyapps-options]{package options}.
\link[shinyapps:shinyappsOptions]{package options}.
}
\examples{
\dontrun{
Expand Down
6 changes: 3 additions & 3 deletions man/packages.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
\title{Using Packages with ShinyApps}

\description{

description
}

\details{

details
}

\examples{
\dontrun{


library(plyr)
}
}

0 comments on commit 6ea0a0d

Please sign in to comment.