Skip to content

Commit

Permalink
[186316637]: Remove styler dependency; fix #639
Browse files Browse the repository at this point in the history
  • Loading branch information
gergness committed Apr 23, 2024
1 parent 31a8793 commit 0478990
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Suggests:
rmarkdown,
rstudioapi,
spelling,
styler,
testthat (>= 2.0.0),
withr
VignetteBuilder: knitr
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test-no-compress-fixtures:
export NOT_CRAN=true && R --slave -e 'library(httptest); system.time(devtools::test(filter="${file}", reporter=ifelse(nchar("${r}"), "${r}", "summary")))'

lint:
R --slave -e 'styler::style_pkg(transformers = styler::tidyverse_style(indent_by = 4))'
R --slave -e 'if (!requireNamespace("styler")) install.packages("styler"); styler::style_pkg(transformers = styler::tidyverse_style(indent_by = 4))'

deps:
R --slave -e 'Nexus <- "https://rproxy:I0VktB3jZdplfsEgeiAR@ui.nexus.crint.net/repository/rcrunch/"; if (!dir.exists(file.path(.libPaths()[1], "devtools"))) install.packages("devtools", repo=Nexus); devtools::install_deps(dependencies=TRUE)'
Expand Down

0 comments on commit 0478990

Please sign in to comment.