Skip to content

Commit bceb2fa

Browse files
committed
tweak README
1 parent 48697be commit bceb2fa

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,24 @@ You can install the latest official release version from CRAN
2323
install.packages("OpenRepGrid.ic")
2424
```
2525

26-
or the development version from GitHub
26+
or the development version from GitHub.
2727

2828
``` r
2929
# install.packages("devtools")
3030
devtools::install_github("markheckmann/OpenRepGrid.ic")
3131
```
3232

33-
Then type `ic()` to start the shiny app.
33+
Then type the following to start the shiny app.
34+
35+
```r
36+
library(OpenRepGrid.ic)
37+
ic()
38+
```
3439

3540

3641
## Datasets
3742

38-
You can find the datasets used in our publication on Zenodo
43+
You can find the datasets used in our publication on Zenodo.
3944

4045
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3629868.svg)](https://doi.org/10.5281/zenodo.3629868)
4146

0 commit comments

Comments
 (0)