Skip to content

Commit 0fd58e8

Browse files
committed
hit the cran
1 parent 41387c9 commit 0fd58e8

File tree

3 files changed

+12
-20
lines changed

3 files changed

+12
-20
lines changed

CRAN-RELEASE

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.Rmd

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ It is additionally a scraping and aggregating interface for Ken Pomeroy's men's
3232

3333
## Installation
3434

35+
You can install the CRAN version of [**```hoopR```** ](https://CRAN.R-project.org/package=hoopR) with:
36+
```{r readme_cran_install, eval=FALSE}
37+
install.packages("hoopR")
38+
```
39+
3540
You can install the released version of [**`hoopR`**](https://github.com/saiemgilani/hoopR/) from [GitHub](https://github.com/saiemgilani/hoopR) with:
3641

3742
```r
@@ -42,15 +47,6 @@ if (!requireNamespace('pacman', quietly = TRUE)){
4247
pacman::p_load_current_gh("saiemgilani/hoopR", dependencies = TRUE, update = TRUE)
4348
```
4449

45-
```r
46-
# if you would prefer devtools installation
47-
if (!requireNamespace('devtools', quietly = TRUE)){
48-
install.packages('devtools')
49-
}
50-
# Alternatively, using the devtools package:
51-
devtools::install_github(repo = "saiemgilani/hoopR")
52-
```
53-
5450
## Quick Start
5551

5652
### **NBA full play-by-play seasons (2002-2021) ~ 1-2 minutes**

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ data for themselves.
3535

3636
## Installation
3737

38+
You can install the CRAN version of
39+
[**`hoopR`**](https://CRAN.R-project.org/package=hoopR) with:
40+
41+
``` r
42+
install.packages("hoopR")
43+
```
44+
3845
You can install the released version of
3946
[**`hoopR`**](https://github.com/saiemgilani/hoopR/) from
4047
[GitHub](https://github.com/saiemgilani/hoopR) with:
@@ -47,15 +54,6 @@ if (!requireNamespace('pacman', quietly = TRUE)){
4754
pacman::p_load_current_gh("saiemgilani/hoopR", dependencies = TRUE, update = TRUE)
4855
```
4956

50-
``` r
51-
# if you would prefer devtools installation
52-
if (!requireNamespace('devtools', quietly = TRUE)){
53-
install.packages('devtools')
54-
}
55-
# Alternatively, using the devtools package:
56-
devtools::install_github(repo = "saiemgilani/hoopR")
57-
```
58-
5957
## Quick Start
6058

6159
### **NBA full play-by-play seasons (2002-2021) \~ 1-2 minutes**

0 commit comments

Comments
 (0)