sen2r (version 1.2.1)

check_sen2r_deps: Check package dependencies

Description

The function allows to graphically check that all the dependencies are installed.

Usage

check_sen2r_deps()

Arguments

Value

NULL (the function is called for its side effects)

Details

This package needs some external dependencies to run:

  • Python

  • GDAL

  • Sen2Cor

This function opens a GUI which allows to check that these dependencies are installed. This check is highly suggested before using the library for the fist time, in order to avoid errors.

Examples

Run this code
# NOT RUN {
if (interactive()) {
  check_sen2r_deps()
}
# }

Run the code above in your browser using DataCamp Workspace