Closed JT-39 closed 2 months ago
Refactoring the DfE shiny-template codebase so that it uses my style of coding. This includes:
here:here()
|>
library()
{shiny}
{ggplot2}
{ggriaph}
renv::clean()
Please check if your PR fulfills the following:
shinytest2::test_app()
styler::style_dir()
lintr::lint_dir()
Currently none of the styles described in the overview are implmented.
All these styles have been applied across the project (all app .R, test- and pre-commit.R scripts).
.R
test-
pre-commit.R
Pull request overview
Refactoring the DfE shiny-template codebase so that it uses my style of coding. This includes:
here:here()
when dealing with file paths|>
library()
(except for{shiny}
,{ggplot2}
and{ggriaph}
as these use a lot of internal functions)renv::clean()
Pull request checklist
Please check if your PR fulfills the following:
shinytest2::test_app()
)styler::style_dir()
andlintr::lint_dir()
)What is the current behaviour?
Currently none of the styles described in the overview are implmented.
What is the new behaviour?
All these styles have been applied across the project (all app
.R
,test-
andpre-commit.R
scripts).