From 1a71d1809eb41b9cd371ac106eb772851ab78512 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:33:04 +0000 Subject: [PATCH 1/4] Initial plan From 5902b5e9eba2224e0d0e2fd3114a7c089d15139f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:34:36 +0000 Subject: [PATCH 2/4] Add junco to reverse dependency checks --- .revdeprefs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.revdeprefs.yaml b/.revdeprefs.yaml index 71a8ab21..7c1e5849 100644 --- a/.revdeprefs.yaml +++ b/.revdeprefs.yaml @@ -2,3 +2,4 @@ - insightsengineering/chevron - insightsengineering/autoslider.core - insightsengineering/teal.modules.clinical +- johnsonandjohnson/junco From 8fdfeff24f02e0672b85e82c6deed03aafb29be3 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:47:41 +0000 Subject: [PATCH 3/4] [skip roxygen] [skip vbump] Roxygen Man Pages Auto Update --- DESCRIPTION | 2 +- man/listing_methods.Rd | 2 +- man/paginate.Rd | 2 +- man/reexports.Rd | 2 +- man/rlistings-package.Rd | 3 +++ 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 086e09a3..5ecaeeab 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -56,4 +56,4 @@ Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.3 +Config/roxygen2/version: 8.0.0 diff --git a/man/listing_methods.Rd b/man/listing_methods.Rd index 15d9b62e..bdd74d31 100644 --- a/man/listing_methods.Rd +++ b/man/listing_methods.Rd @@ -85,7 +85,7 @@ calculating string widths and heights, as returned by \code{\link[formatters:fon The type of rounding to perform. Allowed values: (\code{"iec"}, \code{"iec_mod"} or \code{"sas"}) See \code{\link[formatters:round_fmt]{round_fmt()}} for details.} -\item{...}{additional parameters passed to \code{\link[formatters:tostring]{formatters::toString()}}.} +\item{...}{additional parameters passed to \code{\link[formatters:toString]{formatters::toString()}}.} \item{i}{(\code{any})\cr object passed to base \code{[} methods.} diff --git a/man/paginate.Rd b/man/paginate.Rd index 6bd021c7..e977561c 100644 --- a/man/paginate.Rd +++ b/man/paginate.Rd @@ -89,7 +89,7 @@ A list of \code{listing_df} objects where each list element corresponds to a sep Pagination of a listing. This can be vertical for long listings with many rows and/or horizontal if there are many columns. This function is a wrapper of -\code{\link[formatters:paginate_indices]{formatters::paginate_to_mpfs()}} and it is mainly meant for exploration and testing. +\code{\link[formatters:paginate_to_mpfs]{formatters::paginate_to_mpfs()}} and it is mainly meant for exploration and testing. } \examples{ dat <- ex_adae diff --git a/man/reexports.Rd b/man/reexports.Rd index 1006b197..15130dbe 100644 --- a/man/reexports.Rd +++ b/man/reexports.Rd @@ -24,6 +24,6 @@ These objects are imported from other packages. Follow the links below to see their documentation. \describe{ - \item{formatters}{\code{\link[formatters]{export_as_txt}}} + \item{formatters}{\code{\link[formatters:export_as_txt]{export_as_txt()}}} }} diff --git a/man/rlistings-package.Rd b/man/rlistings-package.Rd index ac657bac..022631d6 100644 --- a/man/rlistings-package.Rd +++ b/man/rlistings-package.Rd @@ -6,6 +6,8 @@ \alias{rlistings-package} \title{rlistings: Clinical Trial Style Data Readout Listings} \description{ +\if{html}{\figure{logo.svg}{options: style='float: right' alt='logo' width='120'}} + Listings are often part of the submission of clinical trial data in regulatory settings. We provide a framework for the specific formatting features often used when displaying large datasets in that context. } \seealso{ @@ -22,6 +24,7 @@ Useful links: Authors: \itemize{ + \item Joe Zhu \email{joe.zhu@roche.com} (\href{https://orcid.org/0000-0001-7566-2787}{ORCID}) \item Gabriel Becker \email{gabembecker@gmail.com} (original creator of the package) \item Adrian Waddell \email{adrian.waddell@gmail.com} \item Davide Garolini \email{davide.garolini@roche.com} (\href{https://orcid.org/0000-0002-1445-1369}{ORCID}) From c7549eb2f253bbb7eedb5a77210271b412b1df7c Mon Sep 17 00:00:00 2001 From: Joe Zhu Date: Mon, 13 Jul 2026 20:08:39 +0800 Subject: [PATCH 4/4] Trigger Build