Skip to content

Commit

Permalink
Merge pull request #20 from rapidsurveys/dev
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
ernestguevarra authored Mar 13, 2024
2 parents a75d6c9 + 6f86d26 commit 15bc150
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
21 changes: 10 additions & 11 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,18 @@ Currently, `okapi` provides functions to interface with two ODK-based systems: [

## Installation

<!---
You can install `okapi` from [CRAN](https://cran.r-project.org):
`okapi` is not yet available on [CRAN](https://cran.r-project.org).

```{r install_cran, eval = FALSE}
install.packages("okapi")
```
--->

You can install the development version of `okapi` from [GitHub](https://github.com/rapidsurveys/okapi) with:
You can install `okapi` from the [RapidSurveys R Universe](https://rapidsurveys.r-universe.dev) with:

```{r install_github, eval = FALSE}
if(!require(remotes)) install.packages("remotes")
remotes::install_github("rapidsurveys/okapi")
```{r install, echo = TRUE, eval = FALSE}
install.packages(
"okapi",
repos = c(
'https://rapidsurveys.r-universe.dev',
'https://cloud.r-project.org'
)
)
```

## Usage
Expand Down
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,19 @@ current set of functions perform the following tasks:

## Installation

<!---
You can install `okapi` from [CRAN](https://cran.r-project.org):
&#10;
```r
install.packages("okapi")
```
--->
`okapi` is not yet available on [CRAN](https://cran.r-project.org).

You can install the development version of `okapi` from
[GitHub](https://github.com/rapidsurveys/okapi) with:
You can install `okapi` from the [RapidSurveys R
Universe](https://rapidsurveys.r-universe.dev) with:

``` r
if(!require(remotes)) install.packages("remotes")
remotes::install_github("rapidsurveys/okapi")
install.packages(
"okapi",
repos = c(
'https://rapidsurveys.r-universe.dev',
'https://cloud.r-project.org'
)
)
```

## Usage
Expand Down

0 comments on commit 15bc150

Please sign in to comment.