diff --git a/DESCRIPTION b/DESCRIPTION index f0923e9e..16b336f3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,10 @@ Type: Package Package: teal.code Title: Code Storage and Execution Class for 'teal' Applications -Version: 0.7.1.9003 -Date: 2026-04-23 +Version: 0.7.2 +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"), person("Aleksander", "Chlebowski", , "aleksander.chlebowski@contractors.roche.com", role = "aut"), person("Marcin", "Kosinski", , "marcin.kosinski.mk1@roche.com", role = "aut"), person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"), @@ -14,7 +14,7 @@ Authors@R: c( person("Konrad", "Pagacz", , "konrad.pagacz@contractors.roche.com", role = "aut"), person("Junlue", "Zhao", , "zhaoj88@gene.com", 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: Introduction of 'qenv' S4 class, that facilitates code @@ -53,7 +53,6 @@ Config/Needs/website: insightsengineering/nesttemplate Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.3 Collate: 'qenv-c.R' 'qenv-class.R' @@ -75,3 +74,4 @@ Collate: 'teal.code-package.R' 'utils-get_code_dependency.R' 'utils.R' +Config/roxygen2/version: 8.0.0 diff --git a/NEWS.md b/NEWS.md index 5b61cfd5..ecbd757a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,10 @@ -# teal.code 0.7.1.9003 +# teal.code 0.7.2 ### Bug fixes -* Fixed a problem parsing Chinese characters due to the encoding (#284) -* Fixed get_code documentation (#247) +* Fixed a problem parsing Chinese characters due to the encoding (#284). +* Fixed get_code documentation (#247). +* Update maintainer. # teal.code 0.7.1 diff --git a/man/dev_suppress.Rd b/man/dev_suppress.Rd index 5cbea756..c31a35b9 100644 --- a/man/dev_suppress.Rd +++ b/man/dev_suppress.Rd @@ -19,7 +19,7 @@ directly in the IDE. } \details{ The function uses \code{\link[base:on.exit]{base::on.exit}} to ensure that the PDF graphics -device is closed (using \code{\link[grDevices:dev]{grDevices::dev.off}}) when the function exits, +device is closed (using \code{\link[grDevices:dev.off]{grDevices::dev.off}}) when the function exits, regardless of whether it exits normally or due to an error. This is necessary to clean up the graphics device properly and avoid any potential issues. } diff --git a/man/teal.code-package.Rd b/man/teal.code-package.Rd index ba76f388..9124ca1e 100644 --- a/man/teal.code-package.Rd +++ b/man/teal.code-package.Rd @@ -20,10 +20,11 @@ Useful links: } \author{ -\strong{Maintainer}: Dawid Kaledkowski \email{dawid.kaledkowski@roche.com} +\strong{Maintainer}: Dony Unardi \email{unardid@gene.com} [reviewer] Authors: \itemize{ + \item Dawid Kaledkowski \email{dawid.kaledkowski@roche.com} \item Aleksander Chlebowski \email{aleksander.chlebowski@contractors.roche.com} \item Marcin Kosinski \email{marcin.kosinski.mk1@roche.com} \item Pawel Rucki \email{pawel.rucki@roche.com} @@ -37,7 +38,6 @@ Authors: Other contributors: \itemize{ \item Chendi Liao \email{chendi.liao@roche.com} [reviewer] - \item Dony Unardi \email{unardid@gene.com} [reviewer] \item F. Hoffmann-La Roche AG [copyright holder, funder] }