Skip to content

Commit

Permalink
Remove dropped dependency from design vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo authored and Karim-Mane committed Jun 24, 2024
1 parent 4f1e888 commit f2b168f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vignettes/design_principle.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ The modules and surrogate functions will depend mainly on the following packages
[{lubridate}](https://CRAN.R-project.org/package=dplyr) used to create, handle, and manipulate objects of type Date,
[{reactable}](https://CRAN.R-project.org/package=reactable) mainly used here to customize the data cleaning report,
[{arsenal}](https://CRAN.R-project.org/package=arsenal) used in standardizing column names,
[{glue}](https://CRAN.R-project.org/package=glue) used here in substitution of `paste() and paste0()` to avoid linters,
[{snakecase}](https://CRAN.R-project.org/package=snakecase) used in standardizing column names to transform everything into snake-case except when specified otherwise,
[{withr}](https://CRAN.R-project.org/package=withr) utilized to handle the creation of temporary files and directory relevant for `print_report()` and,
[{readr}](https://CRAN.R-project.org/package=readr) used to import data.
Expand Down

0 comments on commit f2b168f

Please sign in to comment.