From 752c5e121db2c207a18872821b6c63f7de5ac167 Mon Sep 17 00:00:00 2001 From: ernestguevarra <5742010+ernestguevarra@users.noreply.github.com> Date: Wed, 13 Mar 2024 23:11:34 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20rapidsur?= =?UTF-8?q?veys/okapi@15bc1509f20f43bedd4315ede2fcb8e2286f14ea=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 19 +++++++++---------- pkgdown.yml | 2 +- reference/ona_form_delete.html | 2 +- reference/ona_org_delete.html | 2 +- reference/ona_project_delete.html | 2 +- search.json | 2 +- 6 files changed, 14 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index 86e24a4..7ae7950 100644 --- a/index.html +++ b/index.html @@ -117,17 +117,16 @@
okapi
do?
You can install the development version of okapi
from GitHub with:
okapi
is not yet available on CRAN.
You can install okapi
from the RapidSurveys R Universe with:
-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'
+ )
+)