Skip to content

Commit 0b6ade6

Browse files
authored
[skip_vbump]v0.1.1 updates (#106)
* v0.1.1 updates * Automatic renv profile update. * Automatic renv profile update. --------- Co-authored-by: rammprasad <rammprasad@users.noreply.github.com>
1 parent b6e634f commit 0b6ade6

File tree

9 files changed

+18
-14
lines changed

9 files changed

+18
-14
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: sdtm.oak
22
Type: Package
33
Title: SDTM Data Transformation Engine
4-
Version: 0.1.0
4+
Version: 0.1.1
55
Authors@R: c(
66
person("Rammprasad", "Ganapathy", email = "ganapathy.rammprasad@gene.com",
77
role = c("aut", "cre")),

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# sdtm.oak V0.1.1
2+
3+
Fixed the bug that was causing test cases to fail. Updated derive_blfl function to account for baseline_timepoints. Typo updates in the documention.
4+
15
# sdtm.oak V0.1.0
26

37
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.
@@ -20,7 +24,7 @@ The V0.1.0 release of {sdtm.oak} users can create the majority of the SDTM domai
2024
- Functions to create conditioned dataframes to support if then else conditions in SDTM mappings
2125
- Articles
2226
- Algorithms
23-
- Creating an Events SDTM domain
27+
- Creating an interventions SDTM domain
2428
- Creating a Findings SDTM domain
2529
- Conditioned Data Frames
2630
- Converting dates, times or date-times to ISO 8601

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ We are planning to develop the below features in the subsequent releases.\
6767
## References and Documentation
6868

6969
* Please go to [Algorithms](https://pharmaverse.github.io/sdtm.oak/articles/algorithms.html) article to learn about Algorithms.
70-
* Please go to [Create Events Domain](https://pharmaverse.github.io/sdtm.oak/articles/events_domain.html) to learn about step by step process to create an Events domain.
70+
* Please go to [Create Interventions Domain](https://pharmaverse.github.io/sdtm.oak/articles/interventions_domain.html) to learn about step by step process to create an Events domain.
7171
* Please go to [Create Findings Domain](https://pharmaverse.github.io/sdtm.oak/articles/findings_domain.html) to learn about step by step process to create an Events domain.
7272
* Please go to [Path to Automation](https://pharmaverse.github.io/sdtm.oak/articles/study_sdtm_spec.html)
7373
to learn about how the foundational release sets up the stage for automation.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ specification.
8888
[Algorithms](https://pharmaverse.github.io/sdtm.oak/articles/algorithms.html)
8989
article to learn about Algorithms.
9090
- Please go to [Create Events
91-
Domain](https://pharmaverse.github.io/sdtm.oak/articles/events_domain.html)
91+
Domain](https://pharmaverse.github.io/sdtm.oak/articles/interventions_domain.html)
9292
to learn about step by step process to create an Events domain.
9393
- Please go to [Create Findings
9494
Domain](https://pharmaverse.github.io/sdtm.oak/articles/findings_domain.html)

renv.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"R.oo": {
5959
"Package": "R.oo",
60-
"Version": "1.26.0",
60+
"Version": "1.27.0",
6161
"Source": "Repository",
6262
"Repository": "CRAN",
6363
"Requirements": [
@@ -66,7 +66,7 @@
6666
"methods",
6767
"utils"
6868
],
69-
"Hash": "4fed809e53ddb5407b3da3d0f572e591"
69+
"Hash": "6ac79ff194202248cf946fe3a5d6d498"
7070
},
7171
"R.utils": {
7272
"Package": "R.utils",

renv/profiles/4.2/renv.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"R.oo": {
5959
"Package": "R.oo",
60-
"Version": "1.26.0",
60+
"Version": "1.27.0",
6161
"Source": "Repository",
6262
"Repository": "CRAN",
6363
"Requirements": [
@@ -66,7 +66,7 @@
6666
"methods",
6767
"utils"
6868
],
69-
"Hash": "4fed809e53ddb5407b3da3d0f572e591"
69+
"Hash": "6ac79ff194202248cf946fe3a5d6d498"
7070
},
7171
"R.utils": {
7272
"Package": "R.utils",

renv/profiles/4.3/renv.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"R.oo": {
5959
"Package": "R.oo",
60-
"Version": "1.26.0",
60+
"Version": "1.27.0",
6161
"Source": "Repository",
6262
"Repository": "CRAN",
6363
"Requirements": [
@@ -66,7 +66,7 @@
6666
"methods",
6767
"utils"
6868
],
69-
"Hash": "4fed809e53ddb5407b3da3d0f572e591"
69+
"Hash": "6ac79ff194202248cf946fe3a5d6d498"
7070
},
7171
"R.utils": {
7272
"Package": "R.utils",

vignettes/findings_domain.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ library(dplyr, warn.conflicts = FALSE)
2424

2525
This article describes how to create a Findings SDTM domain using the {sdtm.oak} package. Examples are currently presented and tested in the context of the VS domain.
2626

27-
Before reading this article, it is recommended that users review the "Creating an Events Domain" article, which provides a detailed explanation of various concepts in {sdtm.oak}, such as `oak_id_vars`, `condition_add`, etc. It also offers guidance on which mapping algorithms or functions to use for different mappings and provides a more detailed explanation of how these mapping algorithms or functions work.
27+
Before reading this article, it is recommended that users review the "Creating an Interventions Domain" article, which provides a detailed explanation of various concepts in {sdtm.oak}, such as `oak_id_vars`, `condition_add`, etc. It also offers guidance on which mapping algorithms or functions to use for different mappings and provides a more detailed explanation of how these mapping algorithms or functions work.
2828

2929
In this article, we will dive directly into programming and provide further explanation only where it is required.
3030

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "Creating an Events SDTM domain"
2+
title: "Creating an Interventions SDTM domain"
33
output:
44
rmarkdown::html_vignette
55
vignette: >
6-
%\VignetteIndexEntry{Creating an Events SDTM domain}
6+
%\VignetteIndexEntry{Creating an Interventions SDTM domain}
77
%\VignetteEncoding{UTF-8}
88
%\VignetteEngine{knitr::rmarkdown}
99
---
@@ -22,7 +22,7 @@ library(dplyr, warn.conflicts = FALSE)
2222

2323
# Introduction
2424

25-
This article describes creating an Events SDTM domain using the `sdtm.oak` package. Examples are currently presented and tested in the context of the CM domain.
25+
This article describes creating an Interventions SDTM domain using the `sdtm.oak` package. Examples are currently presented and tested in the context of the CM domain.
2626

2727
# Raw data
2828

0 commit comments

Comments
 (0)