We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2b57a commit 63617c9Copy full SHA for 63617c9
2 files changed
README.Rmd
@@ -3,13 +3,13 @@ output: github_document
3
---
4
5
```{r setup, echo = FALSE}
6
-suppressWarnings(suppressPackageStartupMessages({
+suppressMessages(suppressWarnings(suppressPackageStartupMessages({
7
library(knitr)
8
library(ggplot2)
9
library(gridExtra)
10
library(devtools)
11
load_all()
12
-}))
+})))
13
set.seed(1)
14
15
knitr::opts_chunk$set(
README.md
@@ -1,6 +1,4 @@
1
2
- ## ℹ Loading DataExplorer
-
# DataExplorer <img src="man/figures/logo.png" align="right" width="130" height="150"/>
[![CRAN
0 commit comments