Skip to content

Commit bb2b23f

Browse files
authored
[skip vbump] Release candidate v0.3.0 (#249)
Related to #236
1 parent 50824e5 commit bb2b23f

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

DESCRIPTION

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
Package: teal.reporter
22
Title: Reporting Tools for 'shiny' Modules
3-
Version: 0.2.1.9019
3+
Version: 0.3.0
44
Date: 2024-02-16
55
Authors@R: c(
66
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0001-9533-457X")),
8-
person("Aleksander", "Chlebowski", , "aleksander.chlebowski@contractors.roche.com", role = "aut",
9-
comment = c(ORCID = "0000-0001-5018-6294")),
10-
person("Andre", "Verissimo", , "andre.verissimo@roche.com", role = "aut",
11-
comment = c(ORCID = "0000-0002-2212-339X")),
128
person("Kartikeya", "Kirar", , "kartikeya.kirar@businesspartner.roche.com", role = "aut"),
13-
person("Vedha", "Viyash", , "vedha.viyash@roche.com", role = "aut"),
149
person("Marcin", "Kosinski", , "marcin.kosinski.mk1@roche.com", role = "aut"),
1510
person("Maciej", "Nasinski", role = "aut"),
1611
person("Konrad", "Pagacz", role = "aut"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal.reporter 0.2.1.9019
1+
# teal.reporter 0.3.0
22

33
### Enhancements
44

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ padding_lst <- function(ft, indents) {
256256
#' A single character string containing a text block of multiple lines (separated by `\n`)
257257
#' is split into multiple strings with n or less lines each.
258258
#'
259-
#' @param block_text `character` string containing the input block of text
259+
#' @param x `character` string containing the input block of text
260260
#' @param n `integer` number of lines per block
261261
#'
262262
#' @return

man/split_text_block.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/teal.reporter-package.Rd

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)