Skip to content

Commit

Permalink
Update README.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
lfagliano authored Oct 31, 2023
1 parent d706625 commit 18e9230
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ knitr::opts_chunk$set(
)
```

# acledR <a href='billingtt.github.io/acledR/'><img src='man/figures/logo.png' align="right" height="139" /></a>
# acledR <a href='ACLED.github.io/acledR/'><img src='man/figures/logo.png' align="right" height="139" /></a>

<!-- badges: start -->

[![R-CMD-check](https://github.com/billingtt/acledR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/billingtt/acledR/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/ACLED/acledR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ACLED/acledR/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/ACLED/acledR/graph/badge.svg?token=TDJodXhEvx)](https://codecov.io/gh/ACLED/acledR)
<!-- badges: end -->

Expand Down Expand Up @@ -61,7 +61,7 @@ Now you can install the package and it will automatically locate your PAT.

```{r, eval=F}
# install from github
devtools::install_github("billingtt/acledR")
devtools::install_github("ACLED/acledR")
```


Expand All @@ -70,5 +70,5 @@ devtools::install_github("billingtt/acledR")
Until the acledR package gets added into the Comprehensive R Archive Network (CRAN), users can utilize devtools to install the package from Github. Thankfully, the installation is rather simple. You can install it through the following code:

```{r, eval = F}
devtools::install_github("billingtt/acledR") ## if you are interested in a particular branch, please add a 'ref' argument.
devtools::install_github("ACLED/acledR") ## if you are interested in a particular branch, please add a 'ref' argument.
```

0 comments on commit 18e9230

Please sign in to comment.