View source: R/install_dependencies.R
install_dependencies | R Documentation |
This function will install packages that are needed in CameraTrapDetectoR
install_dependencies( packages = c("torchvision", "torch", "magick", "shiny", "shinyFiles", "shinyBS", "shinyjs", "rappdirs", "fs", "operators") )
packages |
packages to be installed, as a vector. If you are planning to use
the Shiny App, leave this value as default. If you want to avoid installing the
Shiny-specificy dependencies, use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.