From 53445b1bcacc9168299f6d81baaed680e3b174a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Revilla?= Date: Wed, 18 Dec 2024 10:35:16 +0100 Subject: [PATCH] Update logo usage --- README.Rmd | 2 +- README.md | 10 ++++++++-- man/rlistings-package.Rd | 2 -- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.Rmd b/README.Rmd index 62fead2b..3c6223fc 100644 --- a/README.Rmd +++ b/README.Rmd @@ -16,7 +16,7 @@ knitr::opts_chunk$set( ) ``` -# rlistings +# rlistings diff --git a/README.md b/README.md index 99fc1a35..1aca7823 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# rlistings +# rlistings @@ -98,6 +98,13 @@ The following example shows a simple listing and its printed output. ``` r library(rlistings) +#> Loading required package: formatters +#> +#> Attaching package: 'formatters' +#> The following object is masked from 'package:base': +#> +#> %||% +#> Loading required package: tibble # Reducing the data mtcars_ex <- mtcars %>% dplyr::mutate("car" = rownames(mtcars)) @@ -106,7 +113,6 @@ as_listing(mtcars_ex, key_cols = c("gear", "carb"), disp_cols = c("gear", "carb", "qsec", "car") ) %>% head() -#> sorting incoming data by key columns #> gear carb qsec car #> ——————————————————————————————————————— #> 3 1 19.44 Hornet 4 Drive diff --git a/man/rlistings-package.Rd b/man/rlistings-package.Rd index ef1d82a5..c9de1103 100644 --- a/man/rlistings-package.Rd +++ b/man/rlistings-package.Rd @@ -6,8 +6,6 @@ \alias{rlistings-package} \title{rlistings: Clinical Trial Style Data Readout Listings} \description{ -\if{html}{\figure{logo.png}{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{