# With darwin file lintr
darwinLintScore(
lintFunction = darwinLintFile,
system.file(package = "DependencyReviewer", "testScript.R")
)
# With standard package lintr
darwinLintScore(
lintFunction = lintr::lint_package,
system.file(package = "DependencyReviewer")
)
Run the code above in your browser using DataLab