-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CRAN release documentation update (#82)
* Readme update * Documentation updates * Documentation updates * Fix link * whitelist words * Fix Slack URL in README * Whitelist word "GSK" * Make name of the package hyperlinked in pkgdown * Make VignetteIndexEntry agree with title * Add authors' hyperlinks to pkgdown * Fix inadvert double backticks * Updates * readme updates * Update _pkgdown.yml Co-authored-by: edgar-manukyan <[email protected]> * Update .lycheeignore * Update .lycheeignore --------- Co-authored-by: Ramiro Magno <[email protected]> Co-authored-by: Adam Foryś <[email protected]> Co-authored-by: edgar-manukyan <[email protected]>
- Loading branch information
1 parent
ac83562
commit a8fde23
Showing
7 changed files
with
248 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
.*@users.noreply.github.com | ||
https://www.linkedin.com/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,39 @@ | ||
# 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. | ||
|
||
# sdtm.oak 0.0.0.9004 (development version) | ||
|
||
* 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. | ||
|
||
# sdtm.oak 0.0.0.9002 (development version) | ||
|
||
## New Features | ||
|
||
* 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 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. | ||
# sdtm.oak V0.1.0 | ||
|
||
The V0.1.0 release of {sdtm.oak} users can create the majority of the SDTM domains. Domains that are *NOT* in scope for the V0.1.0 release are DM, Trial Design Domains, SV, SE, RELREC, Associated Person domains, and EPOCH Variable across all domains. | ||
|
||
- Functions for commonly used SDTM mapping Algorithms | ||
- `assign_no_ct()` to process assign_no_ct algorithm | ||
- `assign_ct()` to process assign_ct algorithm | ||
- `hardcode_no_ct()` to process hardcode_no_ct algorithm | ||
- `hardcode_ct()` to process hardcode_ct algorithm | ||
- `assign_datetime()` to process assign_datetime algorithm | ||
- `condition_add()` to process condition_add algorithm (if/else conditions) | ||
- Functions for SDTM derived variables | ||
- `derive_blfl()` to Derive Baseline Flag or Last Observation Before Exposure Flag | ||
- `derive_seq()` to Derive the sequence number (--SEQ) variable | ||
- `derive_study_day()` to Derive study day | ||
- `create_iso8601()` for ISO8601 date, datetime conversion. | ||
- Functions to support {sdtm.oak} | ||
- ` generate_oak_id_vars()` to derive oak id variables | ||
- `read_ct_spec()` to read the controlled terminology spec | ||
- Functions to create conditioned dataframes to support if then else conditions in SDTM mappings | ||
- Articles | ||
- Algorithms | ||
- Creating an Events SDTM domain | ||
- Creating a Findings SDTM domain | ||
- Conditioned Data Frames | ||
- Converting dates, times or date-times to ISO 8601 | ||
- Path to Automation | ||
|
||
## Further details on this Release | ||
|
||
- 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: `derive_seq()` for deriving a sequence number variable. | ||
- New function: `assign_datetime()` for deriving an ISO8601 date-time variable. | ||
- 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 handling controlled terminologies: `read_ct_spec()`, `read_ct_spec_example()`, `ct_spec_example()` and `ct_map()`. | ||
- New function `create_iso8601()` for conversion of vectors of dates, times or date-times to ISO8601 format. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,3 +65,10 @@ RFXSTDTC | |
TPT | ||
xxTPT | ||
APSC | ||
CDASH | ||
COSA | ||
IGs | ||
RELREC | ||
SDTMIG | ||
SV | ||
GSK |
Oops, something went wrong.