Skip to content

Commit

Permalink
[skip vbump] upversion to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi committed Jan 24, 2024
1 parent 98f5631 commit 2920652
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: teal.data
Title: Data Model for 'teal' Applications
Version: 0.3.0.9042
Version: 0.4.0
Date: 2024-01-24
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
Expand Down Expand Up @@ -52,7 +52,7 @@ Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Collate:
Collate:
'cdisc_data.R'
'data.R'
'default_cdisc_join_keys.R'
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.3.0.9042
# teal.data 0.4.0

### Enhancements

Expand Down
4 changes: 2 additions & 2 deletions R/deprecated.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NULL

.deprecate_function <- function(what, details) {
lifecycle::deprecate_stop(
when = "0.3.1",
when = "0.4.0",
what = what,
details = details
)
Expand Down Expand Up @@ -338,7 +338,7 @@ get_join_keys <- function(...) {
#' `r lifecycle::badge("deprecated")`
#'
#' In previous versions of `teal.data` labels were managed with `get_labels()`.
#' This function is deprecated as of `0.3.1`, use `col_labels` instead.
#' This function is deprecated as of `0.4.0`, use `col_labels` instead.
#' @export
get_labels <- function(...) {
.deprecate_function("get_labels()", "Use col_labels(data)")
Expand Down
2 changes: 1 addition & 1 deletion R/teal_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ teal_data <- function(...,
)
) {
lifecycle::deprecate_stop(
when = "0.3.1",
when = "0.4.0",
"teal_data(
data_objects = 'should use data directly. Using TealDatasetConnector and TealDataset is deprecated.
Find more information on https://github.com/insightsengineering/teal/discussions/945'
Expand Down
2 changes: 1 addition & 1 deletion man/col_labels.Rd

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

0 comments on commit 2920652

Please sign in to comment.