Skip to content

Commit cfefa4b

Browse files
authored
[skip vbump] upversion v0.8.0 (#380)
Closes #379
1 parent e78d3bf commit cfefa4b

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/scheduled.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
strategy: ${{ matrix.test-strategy }}
3939
additional-env-vars: |
4040
PKG_SYSREQS_DRY_RUN=true
41+
extra-deps: |
42+
sass (>= 0.4.9)
4143
branch-cleanup:
4244
if: >
4345
github.event_name == 'schedule' || (

DESCRIPTION

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: teal.data
33
Title: Data Model for 'teal' Applications
4-
Version: 0.7.0.9006
5-
Date: 2025-08-11
4+
Version: 0.8.0
5+
Date: 2025-08-18
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre"),
88
comment = c(ORCID = "0000-0001-9533-457X")),
@@ -29,9 +29,9 @@ URL: https://insightsengineering.github.io/teal.data/,
2929
BugReports: https://github.com/insightsengineering/teal.data/issues
3030
Depends:
3131
R (>= 4.0),
32-
teal.code (>= 0.6.1.9002)
32+
teal.code (>= 0.7.0)
3333
Imports:
34-
checkmate (>= 2.1.0),
34+
checkmate (>= 2.3.0),
3535
lifecycle (>= 0.2.0),
3636
methods,
3737
rlang (>= 1.1.0),
@@ -42,14 +42,12 @@ Suggests:
4242
random.cdisc.data (>= 0.2.1),
4343
rmarkdown (>= 2.23),
4444
testthat (>= 3.2.2),
45-
withr (>= 2.0.0)
45+
withr (>= 3.0.0)
4646
VignetteBuilder:
4747
knitr,
4848
rmarkdown
4949
RdMacros:
5050
lifecycle
51-
Remotes:
52-
insightsengineering/teal.code@main
5351
Config/Needs/verdepcheck: insightsengineering/teal.code, mllg/checkmate,
5452
r-lib/lifecycle, r-lib/rlang, yihui/knitr, rstudio/rmarkdown,
5553
insightsengineering/random.cdisc.data, r-lib/testthat, r-lib/withr

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal.data 0.7.0.9006
1+
# teal.data 0.8.0
22

33
### Breaking changes
44

0 commit comments

Comments
 (0)