Package: ctoclient Type: Package Title: A Modern and Flexible Data Pipeline for 'SurveyCTO' Version: 0.1.0 Date: 2026-03-28 Authors@R: c( person( "Gutama Girja", "Urago", email = "girjagutama@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-5588-2301") ) ) Description: A modern and flexible R client for the 'SurveyCTO', a mobile and offline data collection platform, providing a modern and consistent interface for programmatic access to server resources. Built on top of the 'httr2' package, it enables secure and efficient data retrieval and returns analysis-ready data through optional tidying. It includes functions to create, upload, and download server datasets, in addition to fetching form data, files, and submission attachments. Robust authentication and request handling make the package suitable for automated survey monitoring and downstream analysis. License: MIT + file LICENSE Language: en-US Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: checkmate, cli, dplyr, httr2, purrr, readr, readxl, rlang, stringr, tidyr Suggests: curl, httptest2, jsonlite, knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://guturago.github.io/ctoclient/, https://github.com/guturago/ctoclient/ BugReports: https://github.com/guturago/ctoclient/issues Depends: R (>= 4.1.0) VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev libssl-dev libx11-dev Repository: https://guturago.r-universe.dev Date/Publication: 2026-05-13 15:53:02 UTC RemoteUrl: https://github.com/guturago/ctoclient RemoteRef: HEAD RemoteSha: 1f72f2758a1677871f39990eaf7c44a4bee17815 NeedsCompilation: no Packaged: 2026-06-12 06:29:24 UTC; root Author: Gutama Girja Urago [aut, cre, cph] (ORCID: ) Maintainer: Gutama Girja Urago