Nothing
library(DependencyReviewer)
library(testthat)
test_that("Lint file", {
path <- normalizePath(system.file(
package = "DependencyReviewer", "testScript.R"))
expect_type(darwinLintFile(path), "list")
})
test_that("Lint package", {
path <- normalizePath(paste0(.Library, "/base"))
expect_type(darwinLintPackage(path = path), "list")
})
test_that("Lint score file", {
path <- normalizePath(system.file(
package = "DependencyReviewer", "testScript.R"))
expect_s3_class(darwinLintScore(
lintFunction = darwinLintFile,
path), "data.frame")
})
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.