Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type: software
license: GPL-3.0-only
title: 'okapi: Open Data Kit (ODK)-based Computer-assisted Personal Interviewing (CAPI)
Tools'
version: 0.1.1.9000
version: 0.1.2
doi: 10.5281/zenodo.206914853
abstract: Data collection using computer-assisted personal interviewing or CAPI tools
is now the standard approach for conducting surveys and studies. A wide range of
Expand All @@ -28,7 +28,7 @@ preferred-citation:
authors:
- name: Ernest Guevarra
year: '2026'
notes: R package version 0.1.1.9000
notes: R package version 0.1.2
url: https://rapidsurveys.io/okapi/
doi: 10.5281/zenodo.206914853
repository-code: https://github.com/rapidsurveys/okapi
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: okapi
Type: Package
Title: Open Data Kit (ODK)-based Computer-assisted Personal Interviewing (CAPI)
Tools
Version: 0.1.1.9000
Version: 0.1.2
Authors@R: person(given = "Ernest",
family = "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ This project is released with a [Contributor Code of Conduct](https://rapidsurve

 

[![](https://github.com/rapidsurveys/ramOPmanual/blob/main/images/rapidsurveys_footer.png?raw=true)](https://rapidsurveys.io)
[![This is part of the RapidSurveys project under the Oxford iHealth initiative of the MSc in International Health and Tropical Medicine, Nuffield Department of Medicine, University of Oxford](https://github.com/rapidsurveys/ramOPmanual/blob/main/images/rapidsurveys_footer.png?raw=true)](https://rapidsurveys.io)
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ citation("okapi")
#> Ernest Guevarra (2026). _okapi: Open Data Kit (ODK)-based
#> Computer-assisted Personal Interview (CAPI) Tools_.
#> doi:10.5281/zenodo.206914853
#> <https://doi.org/10.5281/zenodo.206914853>, R package version
#> 0.1.1.9000, <https://rapidsurveys.io/okapi/>.
#> <https://doi.org/10.5281/zenodo.206914853>, R package version 0.1.2,
#> <https://rapidsurveys.io/okapi/>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {okapi: Open Data Kit (ODK)-based Computer-assisted Personal Interview (CAPI) Tools},
#> author = {{Ernest Guevarra}},
#> year = {2026},
#> note = {R package version 0.1.1.9000},
#> note = {R package version 0.1.2},
#> url = {https://rapidsurveys.io/okapi/},
#> doi = {10.5281/zenodo.206914853},
#> }
Expand All @@ -107,4 +107,7 @@ participating in this project you agree to abide by its terms.



[![](https://github.com/rapidsurveys/ramOPmanual/blob/main/images/rapidsurveys_footer.png?raw=true)](https://rapidsurveys.io)
[![This is part of the RapidSurveys project under the Oxford iHealth
initiative of the MSc in International Health and Tropical Medicine,
Nuffield Department of Medicine, University of
Oxford](https://github.com/rapidsurveys/ramOPmanual/blob/main/images/rapidsurveys_footer.png?raw=true)](https://rapidsurveys.io)
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bibentry(
title = "okapi: Open Data Kit (ODK)-based Computer-assisted Personal Interview (CAPI) Tools",
author = person("Ernest Guevarra"),
year = "2026",
note = "R package version 0.1.1.9000",
note = "R package version 0.1.2",
url = "https://rapidsurveys.io/okapi/",
doi = "10.5281/zenodo.206914853",
)