context("rgee: ee_check test")
skip_if_no_pypkg()
# -------------------------------------------------------------------------
test_that("simple ee_check ",{
expect_true(ee_check_python())
expect_true(ee_check_python_packages())
expect_true(ee_check_credentials())
})
test_that("ee_check ",{
expect_true(ee_check())
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.