diff --git a/DESCRIPTION b/DESCRIPTION index 07117e1c..d7a8c5d5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,10 +3,17 @@ Title: Reporting Tools for 'shiny' Modules Version: 0.2.1.9018 Date: 2024-02-09 Authors@R: c( - person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = "cre"), + person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9533-457X")), + person("Aleksander", "Chlebowski", , "aleksander.chlebowski@contractors.roche.com", role = "aut", comment = c(ORCID = "0000-0001-5018-6294")), + person("Andre", "Verissimo", , "andre.verissimo@roche.com", role = "aut", comment = c(ORCID = "0000-0002-2212-339X")), + person("Kartikeya", "Kirar", , "kartikeya.kirar@businesspartner.roche.com", role = "aut"), + person("Vedha", "Viyash", , "vedha.viyash@roche.com", role = "aut"), + person("Marcin", "Kosinski", , "marcin.kosinski.mk1@roche.com", role = "aut"), person("Maciej", "Nasinski", role = "aut"), person("Konrad", "Pagacz", role = "aut"), - person(c("Mahmoud", "mahmoud.hallal@roche.com"), "Hallal", role = "aut"), + person("Mahmoud", "Hallal", , "mahmoud.hallal@roche.com", role = "aut"), + person("Chendi", "Liao", , "chendi.liao@roche.com", role = "rev"), + person("Dony", "Unardi", , "unardid@gene.com", role = "rev"), person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")) ) Description: Prebuilt 'shiny' modules containing tools for the generation diff --git a/NEWS.md b/NEWS.md index e61c012e..8cd8b3c1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,10 @@ # teal.reporter 0.2.1.9018 -* `add_card_button_srv` allows to specify `card_fun` with `label` parameter for card's title & content customization. +### Enhancements +* `add_card_button_srv` allows to specify `card_fun` with `label` parameter for card's title & content customization. * Supports automatic `Rcode` formatting using the suggested `formatR` package in reports. +* Improve output on PDF file format. # teal.reporter 0.2.1 @@ -12,7 +14,6 @@ * Updated `TableBlock` to convert tables into `flextables` to show in rendered report. * Fixed CRAN requirements for the first CRAN submission. * Removed manual pages for non-exported objects. - * Fixed CRAN requirements for the first CRAN submission. # teal.reporter 0.2.0 @@ -61,7 +62,7 @@ * Improved the add reporter card button to be disabled when clicked. ### Bug fixes -* Fixed how `trellis` plots are catched by the `set_content` method in the `PictureBlock`. +* Fixed how `trellis` plots are caught by the `set_content` method in the `PictureBlock`. ### Miscellaneous * Added `to_list` and `from_list` methods to all content related classes. diff --git a/R/teal.reporter.R b/R/teal.reporter.R index 38ec7541..d9c93984 100644 --- a/R/teal.reporter.R +++ b/R/teal.reporter.R @@ -1,15 +1,10 @@ #' Reporting tools for `shiny` modules. #' -#' @description #' A collection of tools for creating, previewing and modifying reports from `shiny` modules. #' -#' @docType package #' @keywords internal -#' @name teal.reporter -NULL +"_PACKAGE" -#' To avoid R CMD check warnings. -#' @noRd #' @importFrom checkmate assert_string #' @importFrom grid grid.newpage #' @importFrom lifecycle badge diff --git a/inst/WORDLIST b/inst/WORDLIST index 07a787dc..9c38f033 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -3,11 +3,9 @@ Hoffmann Prebuilt README Repo -catched cloneable funder -hallal mahmoud repo rmarkdown -roche +ORCID diff --git a/man/teal.reporter.Rd b/man/teal.reporter-package.Rd similarity index 54% rename from man/teal.reporter.Rd rename to man/teal.reporter-package.Rd index 7dc07e96..7ca37fe7 100644 --- a/man/teal.reporter.Rd +++ b/man/teal.reporter-package.Rd @@ -1,9 +1,9 @@ % Generated by roxygen2: do not edit by hand % Please edit documentation in R/teal.reporter.R \docType{package} -\name{teal.reporter} -\alias{teal.reporter-package} +\name{teal.reporter-package} \alias{teal.reporter} +\alias{teal.reporter-package} \title{Reporting tools for \code{shiny} modules.} \description{ A collection of tools for creating, previewing and modifying reports from \code{shiny} modules. @@ -18,17 +18,24 @@ Useful links: } \author{ -\strong{Maintainer}: Dawid Kaledkowski \email{dawid.kaledkowski@roche.com} +\strong{Maintainer}: Dawid Kaledkowski \email{dawid.kaledkowski@roche.com} (\href{https://orcid.org/0000-0001-9533-457X}{ORCID}) Authors: \itemize{ + \item Aleksander Chlebowski \email{aleksander.chlebowski@contractors.roche.com} (\href{https://orcid.org/0000-0001-5018-6294}{ORCID}) + \item Andre Verissimo \email{andre.verissimo@roche.com} (\href{https://orcid.org/0000-0002-2212-339X}{ORCID}) + \item Kartikeya Kirar \email{kartikeya.kirar@businesspartner.roche.com} + \item Vedha Viyash \email{vedha.viyash@roche.com} + \item Marcin Kosinski \email{marcin.kosinski.mk1@roche.com} \item Maciej Nasinski \item Konrad Pagacz - \item Mahmoud mahmoud.hallal@roche.com Hallal + \item Mahmoud Hallal \email{mahmoud.hallal@roche.com} } 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] }