Skip to content

Commit 2cea3c5

Browse files
committed
Tweak lintr rules.
1 parent 990fe48 commit 2cea3c5

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.lintr.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ linters <- lintr::modify_defaults(
44
, line_length_linter = NULL # we see how long lines are when we write them
55
, indentation_linter = NULL
66
, trailing_whitespace_linter = NULL
7-
, cyclocomp_linter = NULL # prevents trivial amount of nesting and long but straightforward functions
87
, object_name_linter = NULL # we have reasons to capitalize. nobody in our team CamelCase. shiny does
98
, object_length_linter = NULL # we don't type long var names just because
109
, pipe_continuation_linter = NULL # wickham being overly prescriptive

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dv.papo
22
Title: Patient Profile
3-
Version: 2.2.0
3+
Version: 2.2.0-9000
44
Authors@R:
55
c(person("Boehringer-Ingelheim Pharma GmbH & Co.KG", role = c("cph", "fnd")),
66
person(given = "Korbinian",

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# dv.papo 2.2.0-9000
2+
- [NOT USER-FACING] Tweak lintr rules.
3+
4+
- Refactor code to use {ggiraph} and {patchwork} instead of {plotly}.
15
# dv.papo 2.2.0
26

37
- Refactor code to use {ggiraph} and {patchwork} instead of {plotly}.

0 commit comments

Comments
 (0)