mirror of
https://github.com/sensebox/opensensmapr
synced 2025-02-22 14:53:57 +01:00
8 lines
156 B
R
8 lines
156 B
R
if (requireNamespace('lintr', quietly = TRUE)) {
|
|
context('lints')
|
|
|
|
test_that('Package Style', {
|
|
skip_on_cran()
|
|
lintr::expect_lint_free()
|
|
})
|
|
}
|