Skip to content

Commit

Permalink
Merge pull request #11 from epiverse-trace/dev
Browse files Browse the repository at this point in the history
adding etdev package to description file
  • Loading branch information
davidsantiagoquevedo committed Jul 5, 2023
2 parents 214d548 + cbce5df commit 13ccfac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ linters: linters_with_tags(
implicit_integer_linter = NULL,
extraction_operator_linter = NULL,
todo_comment_linter = NULL,
function_argument_linter = NULL,
function_argument_linter = NULL
# Use minimum R declared in DESCRIPTION or fall back to current R version.
# Install etdev package from https://github.com/epiverse-trace/etdev
backport_linter(if (length(x <- etdev::extract_min_r_version())) x else getRversion())
)
exclusions: list(
"tests/testthat.R" = list(unused_import_linter = Inf)
Expand Down

0 comments on commit 13ccfac

Please sign in to comment.