Skip to content

Commit

Permalink
cran release
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarty committed Dec 8, 2023
1 parent a898629 commit fb83596
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,19 @@
* [Optional Arguments](#args-optional)
* [Argument only for `bm_extract`](#args-extract)

## Installation <a name="installation">
## Installation <a name="installation"></a>

The package can be installed via devtools.
The package can be installed via CRAN.

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

To install the development version from Github:

```r
# install.packages("devtools")
devtools::install_github("worldbank/blackmarbler")
devtools::install_github("dime-worldbank/blackmarbler")
```

## Bearer Token <a name="token">
Expand Down

0 comments on commit fb83596

Please sign in to comment.