Nothing
# tests/testthat/test-grass-find.R
testthat::test_that("findGRASS() validates Unix vs Windows path syntax", {
# On Unix, Windows-style drive specs must be rejected deterministically.
if (Sys.info()[["sysname"]] != "Windows") {
res <- link2GI::findGRASS(searchLocation = "C:/", quiet = TRUE)
testthat::expect_true(isFALSE(res) || (is.list(res) && isFALSE(res$exist)))
}
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.