From 349865b7e411ace54bbff801897819f5ad9c359d Mon Sep 17 00:00:00 2001 From: Rammprasad Ganapathy Date: Wed, 31 Jul 2024 05:34:41 +0000 Subject: [PATCH] Documentation updates --- NEWS.md | 46 +++++++++++++++++++++++++++++++++++----------- README.Rmd | 6 +++++- 2 files changed, 40 insertions(+), 12 deletions(-) diff --git a/NEWS.md b/NEWS.md index 0f9a8602..264b6b1a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,33 +1,57 @@ +# sdtm.oak 0.1 + +- Functions for commonly used SDTM mapping Algorithms + - assign_no_ct\ + - assign_ct\ + - hardcode_no_ct\ + - hardcode_ct\ + - assign_datetime\ + - condition_add\ +- Functions for SDTM derived variables\ + - Derive Baseline Flag or Last Observation Before Exposure Flag\ + - Derive the sequence number (--SEQ) variable\ + - Derive study day\ + - ISO8601 date, datetime conversion.\ +- Functions to support {sdtm.oak} + - derive oak id variables + - Create conditioned dataframes to support if then else conditions in SDTM mappings + - Import study controlled terminology +- Articles + - Algorithms + - Creating an Events SDTM domain + - Creating a Findings SDTM domain + - Conditioned Data Frames + - Converting dates, times or date-times to ISO 8601 + - All about Metadata + # sdtm.oak 0.0.0.9005 (development version) -* New function for creating conditioned data frames: `condition_add()`. -* New pipe operator: `%.>%` for explicit dot placeholder placement. -* `oak_id_vars()` is now an exported function. +- New function for creating conditioned data frames: `condition_add()`. +- New pipe operator: `%.>%` for explicit dot placeholder placement. +- `oak_id_vars()` is now an exported function. # sdtm.oak 0.0.0.9004 (development version) -* New function: `derive_seq()` for deriving a sequence number variable. +- New function: `derive_seq()` for deriving a sequence number variable. # sdtm.oak 0.0.0.9003 (development version) ## New Features -* New function: `assign_datetime()` for deriving an ISO8601 date-time variable. +- New function: `assign_datetime()` for deriving an ISO8601 date-time variable. # sdtm.oak 0.0.0.9002 (development version) ## New Features -* New function: `derive_study_day()` for study day calculation. +- New function: `derive_study_day()` for study day calculation. -* New functions for basic SDTM derivations: ` assign_no_ct()`, `assign_ct()`, -`hardcode_no_ct()` and `hardcode_ct()`. +- New functions for basic SDTM derivations: `assign_no_ct()`, `assign_ct()`, `hardcode_no_ct()` and `hardcode_ct()`. -* New functions for handling controlled terminologies: `read_ct_spec()`, -`read_ct_spec_example()`, `ct_spec_example()` and `ct_map()`. +- New functions for handling controlled terminologies: `read_ct_spec()`, `read_ct_spec_example()`, `ct_spec_example()` and `ct_map()`. # sdtm.oak 0.0.0.9001 (development version) ## New Features -* New function `create_iso8601()` for conversion of vectors of dates, times or date-times to ISO8601 format. +- New function `create_iso8601()` for conversion of vectors of dates, times or date-times to ISO8601 format. diff --git a/README.Rmd b/README.Rmd index 1d58ed9e..f2e25a5a 100644 --- a/README.Rmd +++ b/README.Rmd @@ -74,10 +74,14 @@ We are planning to develop the below features in the subsequent releases.\ We ask users to follow the mentioned approach and try {sdtm.oak} to map any SDTM domains supported in this release. Users can also utilize the test data in the package to become familiar with the concepts before attempting on their own data. Please get in touch with us using one of the recommended approaches listed below. -[Slack](oakgarden.slack.com) +[Slack](https://oakgarden.slack.com) [GitHub](https://github.com/pharmaverse/sdtm.oak/issues) +## Acknowledgments + +We thank the contributors and authors of the package. We also thank the CDISC COSA for sponsoring the {sdtm.oak}. Additionally, we would like to sincerely thank the volunteers from Roche, Pfizer, GSK, Vertex, and Merck for their valuable input as integral members of the CDISC COSA - OAK leadership team. +