Skip to content

Commit

Permalink
fix: No renv (#212)
Browse files Browse the repository at this point in the history
* fix: No renv

* chore: Ignore indentation linter
  • Loading branch information
cicdguy authored Aug 9, 2024
1 parent 6877633 commit 581379d
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 2,045 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
^.github$
^docs$
^.lintr$
^codecov\.yml$
^datacutr\.Rcheck$
^datacutr.*\.tar\.gz$
^datacutr.*\.tgz$
Expand Down
1 change: 0 additions & 1 deletion .Rprofile

This file was deleted.

1 change: 1 addition & 0 deletions .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ linters: linters_with_defaults(
line_length_linter(100),
object_usage_linter=NULL,
infix_spaces_linter=NULL,
indentation_linter=NULL,
cyclocomp_linter(complexity_limit = 22)
)
exclusions: list(
Expand Down
6 changes: 0 additions & 6 deletions codecov.yml

This file was deleted.

Loading

0 comments on commit 581379d

Please sign in to comment.