Nothing
test_that("assess_dependencies returns the correct number of dependencies", {
expect_s3_class(
assess_source_good$dependencies,
c("pkg_metric_dependencies", "pkg_metric", "data.frame"))
expect_equal(
nrow(assess_source_good$dependencies),
0)
})
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.