Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dimensionality control for data testing #309

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ Suggests:
knitr (>= 1.42),
rmarkdown (>= 2.23),
testthat (>= 3.0.4),
withr (>= 2.0.0)
withr (>= 2.0.0),
ggplot2,
Hmisc
VignetteBuilder:
knitr
RdMacros:
Expand All @@ -57,4 +59,4 @@ Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
6 changes: 6 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Generated by roxygen2: do not edit by hand

export(apply_metadata)
export(check_long_strings)
export(check_special_chars)
export(describe_cols)
export(detect_issues)
export(is_empty_string)
export(mutate_na)
export(radab)
export(radae)
Expand All @@ -23,6 +28,7 @@ export(radsub)
export(radtr)
export(radtte)
export(radvs)
export(reduce_num_levels_in_df)
export(rel_var)
export(replace_na)
export(rtexp)
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# random.cdisc.data 0.3.15.9004
### Enhancements
* Added `reduce_num_levels_in_df` for dimensionality control in realistic data to maximize information content while limiting the number of levels in categorical variables.
* Added vignette about data handling called `data_pre_processing.Rmd`.

### Miscellaneous
* Renamed `var_relabel` into `rcd_var_relabel` and copied new functionalities to avoid namespace conflict with `formatters` package.
Expand Down
Loading
Loading