Nothing
test_that("defunct gs* functions error via .Defunct()", {
expect_error(gsMPG(), class = "defunctError")
expect_error(gsGOC(), class = "defunctError")
expect_error(gsGOCCorridor(), class = "defunctError")
expect_error(gsGOCDistance(), class = "defunctError")
expect_error(gsGOCPoint(), class = "defunctError")
expect_error(gsGOCVisualize(), class = "defunctError")
expect_error(gsGraphDataFrame(), class = "defunctError")
expect_error(gsMPGstitch(), class = "defunctError")
})
test_that("defunct functions point to their replacement", {
expect_error(gsMPG(), "MPG")
expect_error(gsGOC(), "GOC")
expect_error(gsGOCCorridor(), "corridor")
expect_error(gsGOCDistance(), "distance")
expect_error(gsGOCPoint(), "point")
expect_error(gsGOCVisualize(), "grain")
expect_error(gsGraphDataFrame(), "graphdf")
})
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.