Skip to content

Commit

Permalink
Merge pull request #141 from Merck/134-release-metalite-012
Browse files Browse the repository at this point in the history
  • Loading branch information
elong0527 authored May 18, 2023
2 parents fd42efe + 00c82d2 commit 06fc0d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: metalite
Title: ADaM Metadata Structure
Version: 0.1.1
Version: 0.1.2
Authors@R: c(
person("Yilong", "Zhang", role = c("aut")),
person("Yujie", "Zhao", email = "yujie.zhao@merck.com", role = c("aut", "cre")),
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# metalite 0.1.2

- Add styler workflow
- Fix bug to count unique mock number properly in `plan()`
- Fix bug to display NA value properly in `collect_n_subject()`
- Export `n_subject()`
- Add test cases for functions within collect_n_subject.R

# metalite 0.1.1

- Updated `DESCRIPTION` file to add more details to the `Description` field.
Expand Down
2 changes: 1 addition & 1 deletion R/collect_n_subject.R
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ meta_remove_blank_group <- function(meta,
#' meta <- meta_example() |>
#' define_parameter(name = "sex", var = "SEX", label = "Sex")
#' )
#' collect_n_subject(meta, "apat", "sex", use_na = "always")
#' collect_n_subject(meta, "apat", "sex")
collect_n_subject <- function(meta,
population,
parameter,
Expand Down

0 comments on commit 06fc0d1

Please sign in to comment.