Skip to content

Commit

Permalink
more docs on dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Oct 4, 2013
1 parent 8d27243 commit 210bcea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion man/packages.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
\description{
Applications deployed to ShinyApps can depend on any package available on \href{http://cran.rstudio.com/}{CRAN} as well as any package hosted in a public \href{https://www.github.com}{GitHub} repository.

When an application is \link[shinyapps:deployApp]{deployed} it's source code is scanned for dependencies using the \code{\link{appDependencies}} function. The list of dependencies is sent to the ShinyApps service along with the application source code and these dependencies are then installed alongside the application.
When an application is deployed it's source code is scanned for dependencies using the \code{\link{appDependencies}} function. The list of dependencies is sent to the ShinyApps service along with the application source code and these dependencies are then installed alongside the application.
Note that the \code{Suggests} dependencies of packages are not automatically included in the list of dependent packages. See the \emph{Note} section of the documentation of the \link{appDependencies} function for details on how to force packages to be included in the dependency list.
}
\section{CRAN Packages}{
Expand Down

0 comments on commit 210bcea

Please sign in to comment.