Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rammprasad committed Jul 31, 2024
1 parent 22343b8 commit 349865b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 12 deletions.
46 changes: 35 additions & 11 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 5 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.




Expand Down

0 comments on commit 349865b

Please sign in to comment.