Skip to content

Commit 759b7b1

Browse files
authored
[skip vbump] upversion 0.8.1 (#390)
Fixes #389
1 parent abcc4eb commit 759b7b1

4 files changed

Lines changed: 10 additions & 22 deletions

File tree

DESCRIPTION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Type: Package
22
Package: teal.data
33
Title: Data Model for 'teal' Applications
4-
Version: 0.8.0.9002
5-
Date: 2025-12-15
4+
Version: 0.8.1
5+
Date: 2026-06-26
66
Authors@R: c(
7-
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre"),
7+
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = "aut",
88
comment = c(ORCID = "0000-0001-9533-457X")),
99
person("Aleksander", "Chlebowski", , "aleksander.chlebowski@contractors.roche.com", role = "aut",
1010
comment = c(ORCID = "0000-0001-5018-6294")),
@@ -18,7 +18,7 @@ Authors@R: c(
1818
person("Konrad", "Pagacz", role = "aut"),
1919
person("Junlue", "Zhao", role = "aut"),
2020
person("Chendi", "Liao", , "chendi.liao@roche.com", role = "rev"),
21-
person("Dony", "Unardi", , "unardid@gene.com", role = "rev"),
21+
person("Dony", "Unardi", , "unardid@gene.com", role = c("rev", "cre")),
2222
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
2323
)
2424
Description: Provides a 'teal_data' class as a unified data model for
@@ -56,7 +56,6 @@ Encoding: UTF-8
5656
Language: en-US
5757
LazyData: true
5858
Roxygen: list(markdown = TRUE)
59-
RoxygenNote: 7.3.3
6059
Collate:
6160
'cdisc_data.R'
6261
'data.R'
@@ -81,3 +80,4 @@ Collate:
8180
'topological_sort.R'
8281
'verify.R'
8382
'zzz.R'
83+
Config/roxygen2/version: 8.0.0

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# teal.data 0.8.0.9002
1+
# teal.data 0.8.1
2+
3+
* Update maintainer.
24

35
# teal.data 0.8.0
46

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,3 @@ get_code(iris2_data)
110110
## Getting help
111111

112112
If you encounter a bug or have a feature request, please file an issue. For questions, discussions, and staying up to date, please use the `teal` channel in the [`pharmaverse` slack workspace](https://pharmaverse.slack.com).
113-
114-
## Stargazers and Forkers
115-
116-
### Stargazers over time
117-
118-
[![Stargazers over time](https://starchart.cc/insightsengineering/teal.data.svg)](https://starchart.cc/insightsengineering/teal.data)
119-
120-
### Stargazers
121-
122-
[![Stargazers repo roster for @insightsengineering/teal.data](http://reporoster.com/stars/insightsengineering/teal.data)](https://github.com/insightsengineering/teal.data/stargazers)
123-
124-
### Forkers
125-
126-
[![Forkers repo roster for @insightsengineering/teal.data](http://reporoster.com/forks/insightsengineering/teal.data)](https://github.com/insightsengineering/teal.data/network/members)

man/teal.data-package.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)