Skip to content

Commit

Permalink
Pre-release activities (#246)
Browse files Browse the repository at this point in the history
Fixes #237
  • Loading branch information
donyunardi authored Feb 16, 2024
1 parent b39c6e3 commit c9ede84
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 18 deletions.
11 changes: 9 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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", , "[email protected]", role = "cre"),
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9533-457X")),
person("Aleksander", "Chlebowski", , "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-5018-6294")),
person("Andre", "Verissimo", , "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-2212-339X")),
person("Kartikeya", "Kirar", , "[email protected]", role = "aut"),
person("Vedha", "Viyash", , "[email protected]", role = "aut"),
person("Marcin", "Kosinski", , "[email protected]", role = "aut"),
person("Maciej", "Nasinski", role = "aut"),
person("Konrad", "Pagacz", role = "aut"),
person(c("Mahmoud", "[email protected]"), "Hallal", role = "aut"),
person("Mahmoud", "Hallal", , "[email protected]", role = "aut"),
person("Chendi", "Liao", , "[email protected]", role = "rev"),
person("Dony", "Unardi", , "[email protected]", role = "rev"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Prebuilt 'shiny' modules containing tools for the generation
Expand Down
7 changes: 4 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand Down
7 changes: 1 addition & 6 deletions R/teal.reporter.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 1 addition & 3 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ Hoffmann
Prebuilt
README
Repo
catched
cloneable
funder
hallal
mahmoud
repo
rmarkdown
roche
ORCID
15 changes: 11 additions & 4 deletions man/teal.reporter.Rd → man/teal.reporter-package.Rd

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

0 comments on commit c9ede84

Please sign in to comment.