Skip to content

Commit

Permalink
fix lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Dec 25, 2023
1 parent bb4f5f2 commit 1aef3e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
install.packages(
c(
"Rcpp", "knitr", "rmarkdown", "tinytest", "rcmdcheck", "dplyr",
"lobstr", "pkgdown", "testthat", "data.table", "ggplot2"
"lobstr", "pkgdown", "testthat", "data.table", "ggplot2", "pkgdown"
)
)
Expand All @@ -99,7 +99,7 @@ jobs:
install.packages(
c(
"Rcpp", "knitr", "rmarkdown", "tinytest", "rcmdcheck", "dplyr",
"lobstr", "pkgdown", "testthat", "data.table", "ggplot2"
"lobstr", "pkgdown", "testthat", "data.table", "ggplot2", "pkgdown"
)
)
Expand Down
4 changes: 4 additions & 0 deletions .lintr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
linters:
linters_with_defaults(
line_length_linter(100L)
)

0 comments on commit 1aef3e0

Please sign in to comment.