ee_check-tools: Interface to check Python and non-R dependencies
Description
R functions for checking Google credentials (Google Earth Engine,
Google Drive and Google Cloud Storage) available in their system and the
Python environment and the Third-Party Python Packages used by rgee.
# NOT RUN {library(rgee)
ee_reattach() # reattach ee as a reserved word
ee_check_python()
ee_check_rgee_python_packages()
ee_check_credentials()
ee_check() # put it all together# }