View source: R/check_gui_deps.R
check_gui_deps | R Documentation |
Check if suggested dependencies required to run the sen2r GUI are present.
check_gui_deps(abort = TRUE)
abort |
Logical parameter: if TRUE (default), the function aborts in case some packages need to be installed; if FALSE, a warning is shown. |
Packages required to run the GUI (shiny
- and
leaflet
-related packages), which were sen2r
dependencies until
version 1.3.4, are now suggested dependencies.
sen2r
can be used without them with the exception of the GUI.
Logical (invisible): TRUE if all the required packages are installed,
FALSE (if abort = FALSE
) or an error if some is missing.
License: GPL 3.0
Luigi Ranghetti, phD (2020)
L. Ranghetti, M. Boschetti, F. Nutini, L. Busetto (2020). "sen2r": An R toolbox for automatically downloading and preprocessing Sentinel-2 satellite data. Computers & Geosciences, 139, 104473. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.cageo.2020.104473")}, URL: https://sen2r.ranghetti.info/.
check_gui_deps()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.