1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-02-23 07:53:58 +01:00
opensensmapR/tests/testthat/lint.R

9 lines
156 B
R
Raw Normal View History

if (requireNamespace('lintr', quietly = TRUE)) {
context('lints')
test_that('Package Style', {
skip_on_cran()
lintr::expect_lint_free()
})
}