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
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: gDRutils
Type: Package
Title: A package with helper functions for processing drug response data
Version: 1.11.1
Date: 2026-04-29
Version: 1.11.2
Date: 2026-05-05
Authors@R: c(person("Bartosz", "Czech", role=c("aut"),
comment = c(ORCID = "0000-0002-9908-3007")),
person("Arkadiusz", "Gladki", role=c("cre", "aut"), email="gladki.arkadiusz@gmail.com",
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## gDRutils 1.11.2 - 2026-05-05
* update author email address

## gDRutils 1.11.1 - 2026-04-29
* synchronize Bioconductor and GitHub versioning

Expand Down
2 changes: 1 addition & 1 deletion R/convert_mae_se_assay_to_dt.R
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ convert_se_assay_to_dt <- function(se,
#' \code{get_additional_variables} into the \code{DrugName} column. Defaults to \code{FALSE}.
#' @keywords convert
#'
#' @author Bartosz Czech <bartosz.czech@@contractors.roche.com>
#' @author Bartosz Czech <czech.bartosz@@external.gene.com>
#'
#' @return data.table representation of the data in \code{assay_name}.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/experiment_validators.R
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ validate_SE <- function(se,
#' mae <- get_synthetic_data("finalMAE_small.qs2")
#' validate_MAE(mae)
#'
#' @author Bartosz Czech <bartosz.czech@@contractors.roche.com>
#' @author Bartosz Czech <czech.bartosz@@external.gene.com>
validate_MAE <- function(mae) {
# Validate the SE structure, assays and metadata, as well as dimnames of assays
checkmate::assert_class(mae, "MultiAssayExperiment")
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ assert_choices <- function(x, choices, ...) {
#' @keywords package_utils
#' @export
#'
#' @author Bartosz Czech <bartosz.czech@@contractors.roche.com>
#' @author Bartosz Czech <czech.bartosz@@external.gene.com>
#'
#' @return list or vector depends on unify param
#'
Expand Down
2 changes: 1 addition & 1 deletion man/MAEpply.Rd

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

2 changes: 1 addition & 1 deletion man/convert_mae_assay_to_dt.Rd

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

2 changes: 1 addition & 1 deletion man/validate_MAE.Rd

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

Loading