Skip to content

Commit

Permalink
Merge branch 'main' into 2141_supersede_derive_param_extreme_record
Browse files Browse the repository at this point in the history
  • Loading branch information
zdz2101 authored Oct 23, 2023
2 parents 50f3d60 + 1ebc258 commit 33e4800
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 6 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ were enhanced such that more than one summary variable can be derived, e.g.,

## Various

- Website now has button/links to Slack channel and GitHub Issues (#2127)

# admiral 0.12.3

- Fixed a bug in `derive_var_dthcaus()` where if a subject has observations in
Expand Down
4 changes: 3 additions & 1 deletion R/derive_date_vars.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@
#' `"23:59:59"`. Specifying date variables makes sense only if the date is
#' imputed. If only time is imputed, date variables do not affect the result.

#' @param preserve Preserve day if month is missing and day is present
#' @param preserve Preserve lower level date/time part when higher order part
#' is missing, e.g. preserve day if month is missing or
#' preserve minute when hour is missing.
#'
#' For example `"2019---07"` would return `"2019-06-07` if `preserve = TRUE`
#' (and `date_imputation = "mid"`).
Expand Down
10 changes: 9 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ reference:
navbar:
structure:
left: [getstarted, reference, articles, community, news]
right: [search, slack, newissue, github]
components:
getstarted:
text: Get Started
Expand Down Expand Up @@ -199,5 +200,12 @@ navbar:
href: articles/lab_grading.html
- text: Hy's Law Implementation
href: articles/hys_law.html

slack:
icon: fa-slack
href: https://app.slack.com/client/T028PB489D3/C02M8KN8269
aria-label: Slack
newissue:
icon: fa-bug
href: https://github.com/pharmaverse/admiral/issues/new/choose
aria-label: New Issue

4 changes: 3 additions & 1 deletion man/convert_date_to_dtm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion man/convert_dtc_to_dtm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion man/derive_vars_dtm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion man/impute_dtc_dtm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33e4800

Please sign in to comment.