Skip to content

Commit ba8987c

Browse files
authored
Update README.md
1 parent 87da08d commit ba8987c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ ISCAM
55
<!-- badges: start -->
66
[![R-CMD-check](https://github.com/Vishwarrior26/ISCAM/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Vishwarrior26/ISCAM/actions/workflows/R-CMD-check.yaml)
77
<!-- badges: end -->
8-
9-
To use this package alongside your textbook, run `install.packages("ISCAM")` to install the pacakge, and `library(ISCAM)` to load it. Once you've done this, you can access ISCAM functions, all of which start with `ISCAM.` (eg `ISCAM.summary()` or `ISCAM.boxplot()`). You will also have acess to a few datasets, such as `Elephants` and `CloudSeeding`.
108

11-
12-
https://r-pkgs.org/whole-game.html
9+
```
10+
# install.packages("pak") # uncomment this line and run it once.
11+
pak::pkg_install("VisruthSK/ISCAM") # this installs the package
12+
library(ISCAM) # this loads the package
13+
```
1314

1415
load(url("http://www.rossmanchance.com/iscam3/ISCAM.RData"))
1516

0 commit comments

Comments
 (0)