From f0120eee116549210b68c71ee2f952a5120cf51e Mon Sep 17 00:00:00 2001 From: ernestguevarra <5742010+ernestguevarra@users.noreply.github.com> Date: Wed, 18 Dec 2024 23:21:17 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20rapidsur?= =?UTF-8?q?veys/okapi@661f696c5e84d8133da22661efa65ba49716a443=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev/authors.html | 10 ++++-- dev/index.html | 51 +++++++++++++++------------ dev/pkgdown.yml | 2 +- dev/reference/ona_form_delete.html | 2 +- dev/reference/ona_org_delete.html | 2 +- dev/reference/ona_project_delete.html | 2 +- dev/search.json | 2 +- 7 files changed, 41 insertions(+), 30 deletions(-) diff --git a/dev/authors.html b/dev/authors.html index 6459ba4..6249ba8 100644 --- a/dev/authors.html +++ b/dev/authors.html @@ -43,13 +43,17 @@
Source: inst/CITATION
Ernest Guevarra (2023). okapi: Open Data Kit (ODK)-based Computer-assisted Personal Interview (CAPI) Tools R package version 0.1.0.9000 URL https://rapidsurveys.io/okapi/
+Ernest Guevarra (2024). +okapi: Open Data Kit (ODK)-based Computer-assisted Personal Interview (CAPI) Tools. +doi:10.5281/zenodo.206914853, R package version 0.0.0.9000, https://rapidsurveys.io/okapi/. +
@Manual{, title = {okapi: Open Data Kit (ODK)-based Computer-assisted Personal Interview (CAPI) Tools}, author = {{Ernest Guevarra}}, - year = {2023}, - note = {R package version 0.1.0.9000}, + year = {2024}, + note = {R package version 0.0.0.9000}, url = {https://rapidsurveys.io/okapi/}, + doi = {10.5281/zenodo.206914853}, }diff --git a/dev/index.html b/dev/index.html index b2c6fd2..56ba47e 100644 --- a/dev/index.html +++ b/dev/index.html @@ -61,19 +61,14 @@ -
Data collection using computer-assisted personal interviewing or CAPI tools is now the standard approach for conducting surveys and studies. A wide range of CAPI systems are currently being used. The ability to interface with these systems helps in the overall data process. This package provides interface functions to CAPI systems based on the Open Data Kit or ODK technology.
- - +Data collection using computer-assisted personal interviewing (CAPI) tools is now the standard approach for conducting surveys and studies. A wide range of CAPI systems are currently being used. The ability to interface with these systems helps in the overall data process. This package provides interface functions to CAPI systems based on the Open Data Kit (ODK) technology.
+Currently, okapi provides functions to interface with two ODK-based systems: ONA and KoboToolbox via their respective APIs. The current set of functions perform the following tasks:
+Currently, okapi provides functions to interface with ONA via its API. The current set of functions perform the following tasks:
Authenticate with the respective servers using either an account password or an API token;
List resources in the server available to interface with; and,
okapi is not yet available on CRAN.
-You can install okapi
from the RapidSurveys R Universe with:
okapi is not yet on CRAN but can be installed from the RapidSurveys R Universe with:
install.packages(
"okapi",
- repos = c(
- 'https://rapidsurveys.r-universe.dev',
- 'https://cloud.r-project.org'
- )
+ repos = c('https://rapidsurveys.r-universe.dev', 'https://cloud.r-project.org')
)