Skip to content

Commit

Permalink
hit the cran
Browse files Browse the repository at this point in the history
  • Loading branch information
saiemgilani committed Nov 10, 2021
1 parent 41387c9 commit 0fd58e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
2 changes: 0 additions & 2 deletions CRAN-RELEASE

This file was deleted.

14 changes: 5 additions & 9 deletions README.Rmd
Expand Up @@ -32,6 +32,11 @@ It is additionally a scraping and aggregating interface for Ken Pomeroy's men's

## Installation

You can install the CRAN version of [**```hoopR```** ](https://CRAN.R-project.org/package=hoopR) with:
```{r readme_cran_install, eval=FALSE}
install.packages("hoopR")
```

You can install the released version of [**`hoopR`**](https://github.com/saiemgilani/hoopR/) from [GitHub](https://github.com/saiemgilani/hoopR) with:

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

```r
# if you would prefer devtools installation
if (!requireNamespace('devtools', quietly = TRUE)){
install.packages('devtools')
}
# Alternatively, using the devtools package:
devtools::install_github(repo = "saiemgilani/hoopR")
```

## Quick Start

### **NBA full play-by-play seasons (2002-2021) ~ 1-2 minutes**
Expand Down
16 changes: 7 additions & 9 deletions README.md
Expand Up @@ -35,6 +35,13 @@ data for themselves.

## Installation

You can install the CRAN version of
[**`hoopR`**](https://CRAN.R-project.org/package=hoopR) with:

``` r
install.packages("hoopR")
```

You can install the released version of
[**`hoopR`**](https://github.com/saiemgilani/hoopR/) from
[GitHub](https://github.com/saiemgilani/hoopR) with:
Expand All @@ -47,15 +54,6 @@ if (!requireNamespace('pacman', quietly = TRUE)){
pacman::p_load_current_gh("saiemgilani/hoopR", dependencies = TRUE, update = TRUE)
```

``` r
# if you would prefer devtools installation
if (!requireNamespace('devtools', quietly = TRUE)){
install.packages('devtools')
}
# Alternatively, using the devtools package:
devtools::install_github(repo = "saiemgilani/hoopR")
```

## Quick Start

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

1 comment on commit 0fd58e8

@vercel
Copy link

@vercel vercel bot commented on 0fd58e8 Nov 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.