From a2f96edd46846018f3b8c37cd2c9a1231504d8f9 Mon Sep 17 00:00:00 2001 From: Dony Unardi Date: Mon, 18 Aug 2025 10:26:55 -0700 Subject: [PATCH 1/4] [skip vbump] upversion v0.8.0 --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index bd34129d3..245dc7aef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: teal.data Title: Data Model for 'teal' Applications -Version: 0.7.0.9006 -Date: 2025-08-11 +Version: 0.8.0 +Date: 2025-08-18 Authors@R: c( person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9533-457X")), diff --git a/NEWS.md b/NEWS.md index 76f3d353c..626b1a79b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.data 0.7.0.9006 +# teal.data 0.8.0 ### Breaking changes From 12aeb060f2b002588bb9b201c2d9f592668c00e4 Mon Sep 17 00:00:00 2001 From: Dony Unardi Date: Mon, 18 Aug 2025 10:38:52 -0700 Subject: [PATCH 2/4] update teal.code version --- DESCRIPTION | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 245dc7aef..6590d7f66 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -29,7 +29,7 @@ URL: https://insightsengineering.github.io/teal.data/, BugReports: https://github.com/insightsengineering/teal.data/issues Depends: R (>= 4.0), - teal.code (>= 0.6.1.9002) + teal.code (>= 0.7.0) Imports: checkmate (>= 2.1.0), lifecycle (>= 0.2.0), @@ -48,8 +48,6 @@ VignetteBuilder: rmarkdown RdMacros: lifecycle -Remotes: - insightsengineering/teal.code@main Config/Needs/verdepcheck: insightsengineering/teal.code, mllg/checkmate, r-lib/lifecycle, r-lib/rlang, yihui/knitr, rstudio/rmarkdown, insightsengineering/random.cdisc.data, r-lib/testthat, r-lib/withr From dcc532e5b4edad7065a0f9cc04176bdfc2a7997c Mon Sep 17 00:00:00 2001 From: Dawid Kaledkowski Date: Tue, 19 Aug 2025 07:44:03 +0200 Subject: [PATCH 3/4] restart cicd From eb374d402e23b708236a87cdde0218fba7262fe4 Mon Sep 17 00:00:00 2001 From: m7pr Date: Tue, 19 Aug 2025 11:35:02 +0200 Subject: [PATCH 4/4] fix scheduled jobs --- .github/workflows/scheduled.yaml | 2 ++ DESCRIPTION | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 325991155..4bd39919a 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -38,6 +38,8 @@ jobs: strategy: ${{ matrix.test-strategy }} additional-env-vars: | PKG_SYSREQS_DRY_RUN=true + extra-deps: | + sass (>= 0.4.9) branch-cleanup: if: > github.event_name == 'schedule' || ( diff --git a/DESCRIPTION b/DESCRIPTION index 6590d7f66..192c8bcb8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -31,7 +31,7 @@ Depends: R (>= 4.0), teal.code (>= 0.7.0) Imports: - checkmate (>= 2.1.0), + checkmate (>= 2.3.0), lifecycle (>= 0.2.0), methods, rlang (>= 1.1.0), @@ -42,7 +42,7 @@ Suggests: random.cdisc.data (>= 0.2.1), rmarkdown (>= 2.23), testthat (>= 3.2.2), - withr (>= 2.0.0) + withr (>= 3.0.0) VignetteBuilder: knitr, rmarkdown