Skip to content

Commit 737e5ae

Browse files
committed
Update logo and README
1 parent c261d4c commit 737e5ae

11 files changed

Lines changed: 11 additions & 9 deletions

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ License: MIT + file LICENSE
3333
Language: en-US
3434
URL: http://boxuancui.github.io/DataExplorer/
3535
BugReports: https://github.com/boxuancui/DataExplorer/issues
36-
RoxygenNote: 7.3.2
36+
RoxygenNote: 7.3.3
3737
Encoding: UTF-8
3838
VignetteBuilder: knitr

README.Rmd

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@ output: github_document
33
---
44

55
```{r setup, echo = FALSE}
6-
library(DataExplorer)
7-
library(knitr)
8-
library(ggplot2)
9-
library(gridExtra)
6+
suppressWarnings(suppressPackageStartupMessages({
7+
library(DataExplorer)
8+
library(knitr)
9+
library(ggplot2)
10+
library(gridExtra)
11+
}))
1012
set.seed(1)
1113
1214
knitr::opts_chunk$set(
1315
eval = FALSE,
14-
collapse = TRUE,
15-
comment = "#>",
16-
fig.path = "man/figures/README-"
17-
)
16+
collapse = TRUE,
17+
comment = "#>",
18+
fig.path = "man/figures/README-"
19+
)
1820
```
1921

2022
# DataExplorer <img src="man/figures/logo.png" align="right" width="130" height="150"/>
8 Bytes
Loading
-135 Bytes
Loading
239 Bytes
Loading
671 Bytes
Loading
456 Bytes
Loading

man/figures/README-plot-qq-1.png

789 Bytes
Loading
10.2 KB
Loading
-44 Bytes
Loading

0 commit comments

Comments
 (0)