Skip to content

Commit a5cc749

Browse files
authored
Update README.md
1 parent ba8987c commit a5cc749

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,20 @@ ISCAM
77
<!-- badges: end -->
88

99
```
10-
# install.packages("pak") # uncomment this line and run it once.
10+
# install.packages("pak") # uncomment this line and run it *once*.
1111
pak::pkg_install("VisruthSK/ISCAM") # this installs the package
1212
library(ISCAM) # this loads the package
1313
```
1414

15-
load(url("http://www.rossmanchance.com/iscam3/ISCAM.RData"))
15+
This package collates and presents functions for ISCAM alongside some data. To be used alongside the textbook.
16+
17+
If you don't know how a function e.g. `EXAMPLE()` works, you can write `?EXAMPLE` in the console to get help and some examples. Also look to the textbook to see how it is used. If you see code like `iscambinomprob(14, 16, .5, FALSE)` in the text or elsewhere, use `ISCAM::binomprob(14, 16, .5, FALSE)`.
18+
19+
Workspace: `load(url("http://www.rossmanchance.com/iscam3/ISCAM.RData"))`
1620

1721
TODO:
18-
- [x] Pick licence
19-
- [x] Add all Functions
20-
- [x] Collate common functions
21-
- [x] Rename some functions
22-
- [x] Add data
2322
- [ ] Write documentation
2423
- [ ] Add examples
25-
- [ ] Create vignette
26-
- [ ] Test
24+
- [ ] Create vignette?
25+
- [ ] Test?
2726
- [ ] Write readme on Github
28-
- [ ] Get everything ready for CRAN

0 commit comments

Comments
 (0)