Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' || (
Expand Down
12 changes: 5 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand All @@ -29,9 +29,9 @@ 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)
Comment thread
gogonzo marked this conversation as resolved.
Imports:
checkmate (>= 2.1.0),
checkmate (>= 2.3.0),
lifecycle (>= 0.2.0),
methods,
rlang (>= 1.1.0),
Expand All @@ -42,14 +42,12 @@ 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
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
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.data 0.7.0.9006
# teal.data 0.8.0

### Breaking changes

Expand Down
Loading