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/figures/logo.png b/man/figures/logo.png
deleted file mode 100644
index 4f122e61..00000000
Binary files a/man/figures/logo.png and /dev/null differ
diff --git a/man/figures/rlistings-logo.svg b/man/figures/logo.svg
similarity index 100%
rename from man/figures/rlistings-logo.svg
rename to man/figures/logo.svg
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{