mirror of
https://github.com/sensebox/opensensmapr
synced 2025-02-23 07:53:58 +01:00
9 lines
156 B
R
9 lines
156 B
R
![]() |
if (requireNamespace('lintr', quietly = TRUE)) {
|
||
|
context('lints')
|
||
|
|
||
|
test_that('Package Style', {
|
||
|
skip_on_cran()
|
||
|
lintr::expect_lint_free()
|
||
|
})
|
||
|
}
|