Skip to content

Commit 3be7f57

Browse files
authored
Update Introduction.Rmd
1 parent fd364e0 commit 3be7f57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/Introduction.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ find_figure <- function(names){
5757

5858
<!-- badges: end -->
5959

60-
**tidyprint** is an R package that provides a centralised tidy display strategy for biological data (e.g. SummarizedExperiment), and centralised messaging styles for the `tidyomics` packages. To facilitate the discussion about data display, we compare here four data diplay:
60+
**tidyprint** is an R package that provides a centralised tidy display strategy for biological data (e.g. SummarizedExperiment) and centralised messaging styles for the `tidyomics` packages. To facilitate the discussion about data display, we compare here four data displays:
6161

6262
1. **SummarizedExperiment**: Standard R/SummarizedExperiment printing style.
6363

@@ -73,7 +73,7 @@ Depending on your workflow and desired console output, `tidyprint` makes it easy
7373

7474
## 1. Installation
7575

76-
You need the `remotes` package to install from GitHub. If you don’t have it, install via:
76+
You need the `remotes` package to install from GitHub. If you don’t have it, install it via:
7777

7878
```{r eval=FALSE}
7979
install.packages("remotes")

0 commit comments

Comments
 (0)