Skip to content

Commit 9549478

Browse files
committed
update package design vignette
1 parent 6ccbbfb commit 9549478

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vignettes/design_principle.Rmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ These surrogate functions play crucial roles in the data analysis and cleaning w
302302
The modules and the surrogate functions depend on the following packages:
303303

304304
[{numberize}](https://github.com/epiverse-trace/numberize) used for the conversion of number from character to numeric, [{dplyr}](https://CRAN.R-project.org/package=dplyr) used in many ways including filtering, column creation, data summary, etc, [{magrittr}](https://CRAN.R-project.org/package=magrittr) used here for its `%>%` operator,
305-
[{linelist}](https://CRAN.R-project.org/package=linelist) used to perform some operations on linelist-type input objects, [{matchmaker}](https://CRAN.R-project.org/package=matchmaker) utilized to perform the dictionary-based cleaning, [{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, [{cli}](https://CRAN.R-project.org/package=cli) utilized to reformat all the messages in the package (from version 1.1.0 and above),
305+
[{linelist}](https://CRAN.R-project.org/package=linelist) used to perform some operations on linelist-type input objects, [{matchmaker}](https://CRAN.R-project.org/package=matchmaker) utilized to perform the dictionary-based cleaning, [{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,
306+
[{cli}](https://CRAN.R-project.org/package=cli) utilized to reformat all the messages in the package (from version 1.1.0 and above),
306307
[{rlang}](https://CRAN.R-project.org/package=rlang) used here for its `.data` functionality to retrieve data-variables from the data frame, [{readr}](https://CRAN.R-project.org/package=readr) used to import data, [{janitor}](https://CRAN.R-project.org/package=janitor) used to standardize column names in `standardize_column_names()`,
307308
[{tibble}](https://CRAN.R-project.org/package=tibble) used to work tibbles.
308309
[{naniar}](https://CRAN.R-project.org/package=tibble) used to for its predefined set of common missing value strings.

0 commit comments

Comments
 (0)