diff --git a/README.Rmd b/README.Rmd index e5dd78f..d508656 100644 --- a/README.Rmd +++ b/README.Rmd @@ -42,19 +42,18 @@ Currently, `okapi` provides functions to interface with two ODK-based systems: [ ## Installation - - -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 diff --git a/README.md b/README.md index 398df36..b817241 100644 --- a/README.md +++ b/README.md @@ -45,20 +45,19 @@ current set of functions perform the following tasks: ## Installation - +`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