diff --git a/DESCRIPTION b/DESCRIPTION index c0e2649f..0762098a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: gDRutils Type: Package Title: A package with helper functions for processing drug response data -Version: 1.3.1 -Date: 2024-05-27 +Version: 1.3.2 +Date: 2024-06-24 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", diff --git a/NEWS.md b/NEWS.md index b0e58ef4..ab0740f9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +## gDRutils 1.3.2 - 2024-06-24 +* fixed issue in vignette + ## gDRutils 1.3.1 - 2024-05-27 * synchronize Bioconductor and GitHub versioning diff --git a/vignettes/gDRutils.Rmd b/vignettes/gDRutils.Rmd index c1461e6f..2030842e 100644 --- a/vignettes/gDRutils.Rmd +++ b/vignettes/gDRutils.Rmd @@ -111,7 +111,7 @@ or `validate_SE`. validate_SE(se) ``` -```{r, error=TRUE} +```{r, error=TRUE, purl = FALSE} assay(se, "Normalized") <- NULL validate_SE(se) ```