Skip to content
Open
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
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Type: Package
Package: teal.data
Title: Data Model for 'teal' Applications
Version: 0.8.0.9002
Date: 2025-12-15
Version: 0.8.1
Date: 2026-06-26
Authors@R: c(
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre"),
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = "aut",
comment = c(ORCID = "0000-0001-9533-457X")),
person("Aleksander", "Chlebowski", , "aleksander.chlebowski@contractors.roche.com", role = "aut",
comment = c(ORCID = "0000-0001-5018-6294")),
Expand All @@ -18,7 +18,7 @@ Authors@R: c(
person("Konrad", "Pagacz", role = "aut"),
person("Junlue", "Zhao", role = "aut"),
person("Chendi", "Liao", , "chendi.liao@roche.com", role = "rev"),
person("Dony", "Unardi", , "unardid@gene.com", role = "rev"),
person("Dony", "Unardi", , "unardid@gene.com", role = c("rev", "cre")),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Provides a 'teal_data' class as a unified data model for
Expand Down Expand Up @@ -56,7 +56,6 @@ Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Collate:
'cdisc_data.R'
'data.R'
Expand All @@ -81,3 +80,4 @@ Collate:
'topological_sort.R'
'verify.R'
'zzz.R'
Config/roxygen2/version: 8.0.0
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# teal.data 0.8.0.9002
# teal.data 0.8.1

* Update maintainer.

# teal.data 0.8.0

Expand Down
4 changes: 2 additions & 2 deletions man/teal.data-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading