test_that("dependencies are detected", {
load("expected_dependencies.RData")
expect_equal(
detect_dependencies(
system.file("test_project", package = "easyMake")),
expected_dependencies
)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.