Skip to content

Commit 896b109

Browse files
committed
Update README to reflect release to CRAN
1 parent 9183ab4 commit 896b109

File tree

6 files changed

+98
-22
lines changed

6 files changed

+98
-22
lines changed

README.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ https://biostats.bepress.com/ucbbiostat/paper130/
3030

3131
# Installation Instructions
3232

33-
You may install `{nadir}` from GitHub by running:
33+
34+
`{nadir}` is available on CRAN -- You can install it from CRAN using:
3435

3536
```r
36-
devtools::install_github("ctesta01/nadir")
37+
install.packages("nadir")
3738
```
3839

39-
We expect `{nadir}` to be available from CRAN soon. Once it is available
40-
on CRAN, you may install it from CRAN using
40+
The development version of `{nadir}` may be installed from GitHub via running:
4141

4242
```r
43-
install.packages("nadir")
43+
devtools::install_github("ctesta01/nadir")
4444
```
4545

4646
## Why `{nadir}` and why reimplement super learner again?

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ closures, currying, and function factories.
3232

3333
# Installation Instructions
3434

35-
You may install `{nadir}` from GitHub by running:
35+
`{nadir}` is available on CRAN – You can install it from CRAN using:
3636

3737
``` r
38-
devtools::install_github("ctesta01/nadir")
38+
install.packages("nadir")
3939
```
4040

41-
We expect `{nadir}` to be available from CRAN soon. Once it is available
42-
on CRAN, you may install it from CRAN using
41+
The development version of `{nadir}` may be installed from GitHub via
42+
running:
4343

4444
``` r
45-
install.packages("nadir")
45+
devtools::install_github("ctesta01/nadir")
4646
```
4747

4848
## Why `{nadir}` and why reimplement super learner again?

docs/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)