From ba5d935cbf4ed01f99d5aa43a7cd3c519d81ce9b Mon Sep 17 00:00:00 2001 From: Yuki Matsunaga <110437189+ukey1025@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:44:20 +0900 Subject: [PATCH 1/4] git commit for #240 Documentation: Typos in changelog page (#248) Co-authored-by: MATSUNAGA --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index a297c28..119a061 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# admiralophtha 1.1.0.9002 +# admiralophtha 1.1.0. ## Updates to Functions @@ -10,7 +10,7 @@ ## Various - All vignettes and templates in `{admiralophtha}` have been updated to use the `{admiral}` subject keys option rather than - explicitly quoting key variables such as `STUYDID` and `USUBJID`. For instance, a line such as `by_vars = exprs(STUDYID, USUBJID)` + explicitly quoting key variables such as `STUDYID` and `USUBJID`. For instance, a line such as `by_vars = exprs(STUDYID, USUBJID)` would be replaced by `by_vars = get_admiral_option("subject_keys")` (#226). # admiralophtha 1.0.0 From 0cb1ec2767c594c7931d7335090b04bcfc3ea5d6 Mon Sep 17 00:00:00 2001 From: manciniedoardo Date: Tue, 1 Oct 2024 08:45:09 +0000 Subject: [PATCH 2/4] [skip actions] Bump version to 1.1.0.9003 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1afa862..0e52db1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: admiralophtha Title: ADaM in R Asset Library - Ophthalmology -Version: 1.1.0.9002 +Version: 1.1.0.9003 Authors@R: c( person("Edoardo", "Mancini", , "edoardo.mancini@roche.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0006-4899-8641")), diff --git a/NEWS.md b/NEWS.md index 119a061..f2d2695 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# admiralophtha 1.1.0. +# admiralophtha 1.1.0.9003 ## Updates to Functions From ada5274a0345d2784d65e226a239018cac4d44f8 Mon Sep 17 00:00:00 2001 From: Edoardo Mancini <53403957+manciniedoardo@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:18:04 +0000 Subject: [PATCH 3/4] #245 Update DESCRIPTION file to remove duplicate files (#246) --- DESCRIPTION | 4 ---- 1 file changed, 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0e52db1..b90239a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -49,17 +49,13 @@ Suggests: diffdf, knitr, lintr, - lintr, methods, miniUI, - pharmaversesdtm, pharmaversesdtm (>= 1.0.0), pkgdown, - pkgdown, rmarkdown, roxygen2, spelling, - testthat, testthat (>= 3.0.0), tibble, usethis From 5cb0b28ea7b9c09c036823c004e8174e4ecc0691 Mon Sep 17 00:00:00 2001 From: manciniedoardo Date: Wed, 2 Oct 2024 15:18:52 +0000 Subject: [PATCH 4/4] [skip actions] Bump version to 1.1.0.9004 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b90239a..e5f8376 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: admiralophtha Title: ADaM in R Asset Library - Ophthalmology -Version: 1.1.0.9003 +Version: 1.1.0.9004 Authors@R: c( person("Edoardo", "Mancini", , "edoardo.mancini@roche.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0006-4899-8641")), diff --git a/NEWS.md b/NEWS.md index f2d2695..aa540b8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# admiralophtha 1.1.0.9003 +# admiralophtha 1.1.0.9004 ## Updates to Functions