File tree Expand file tree Collapse file tree 3 files changed +12
-20
lines changed
Expand file tree Collapse file tree 3 files changed +12
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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+
3540You 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)){
4247pacman :: 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**
Original file line number Diff line number Diff 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+
3845You 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)){
4754pacman :: 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**
You can’t perform that action at this time.
0 commit comments