Skip to content

Commit 63617c9

Browse files
committed
Make README.Rmd silent on messages
1 parent 9f2b57a commit 63617c9

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ output: github_document
33
---
44

55
```{r setup, echo = FALSE}
6-
suppressWarnings(suppressPackageStartupMessages({
6+
suppressMessages(suppressWarnings(suppressPackageStartupMessages({
77
library(knitr)
88
library(ggplot2)
99
library(gridExtra)
1010
library(devtools)
1111
load_all()
12-
}))
12+
})))
1313
set.seed(1)
1414
1515
knitr::opts_chunk$set(

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11

2-
## ℹ Loading DataExplorer
3-
42
# DataExplorer <img src="man/figures/logo.png" align="right" width="130" height="150"/>
53

64
[![CRAN

0 commit comments

Comments
 (0)