{
  "_id": "6a267125794753ddbc3ea7d9",
  "Package": "rsurveycto",
  "Type": "Package",
  "Title": "Interact with Data on 'SurveyCTO'",
  "Version": "0.2.6",
  "Authors@R": "c(\nperson('Jake', 'Hughey', , 'jake@agency.fund', c('aut', 'cre')),\nperson('Robert', 'On', , 'robert@agency.fund', 'aut'))",
  "Description": "'SurveyCTO' is a platform for mobile data collection in\noffline settings. The 'rsurveycto' R package uses the\n'SurveyCTO' REST API\n<https://docs.surveycto.com/05-exporting-and-publishing-data/05-api-access/01.api-access.html>\nto read datasets and forms from a 'SurveyCTO' server into R as\n'data.table's and to download file attachments. The package\nalso has limited support to write datasets to a server.",
  "URL": "https://agency-fund.github.io/rsurveycto/,\nhttps://github.com/agency-fund/rsurveycto",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(markdown = TRUE)",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libssl-dev",
  "Repository": "https://agency-fund.r-universe.dev",
  "Date/Publication": "2026-04-09 11:28:08 UTC",
  "RemoteUrl": "https://github.com/agency-fund/rsurveycto",
  "RemoteRef": "HEAD",
  "RemoteSha": "218f313027cc0e37eae85963fddd79e49934ad1f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-08 07:34:01 UTC",
    "User": "root"
  },
  "Author": "Jake Hughey [aut, cre],\nRobert On [aut]",
  "Maintainer": "Jake Hughey <jake@agency.fund>",
  "MD5sum": "7a8d12ca6220a0117da9928a40465ac4",
  "_user": "agency-fund",
  "_type": "src",
  "_file": "rsurveycto_0.2.6.tar.gz",
  "_fileid": "e6e9a5e69f342aeaa67965403b5602066593e99b580f2177f15dcfabb07e012c",
  "_filesize": 606334,
  "_sha256": "e6e9a5e69f342aeaa67965403b5602066593e99b580f2177f15dcfabb07e012c",
  "_created": "2026-06-08T07:34:01.000Z",
  "_published": "2026-06-08T07:37:09.444Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80043647042,
      "time": 128,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7474042190"
    },
    {
      "job": 80043647027,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7474043430"
    },
    {
      "job": 80043647113,
      "time": 143,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7474046437"
    },
    {
      "job": 80043647034,
      "time": 43,
      "config": "macos-release-arm64",
      "r": "",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 80043185379,
      "time": 185,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474004012"
    },
    {
      "job": 80043647039,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474037566"
    },
    {
      "job": 80043647094,
      "time": 88,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7474030260"
    },
    {
      "job": 80043647053,
      "time": 69,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7474025037"
    },
    {
      "job": 80043647064,
      "time": 94,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7474031956"
    }
  ],
  "_buildurl": "https://github.com/r-universe/agency-fund/actions/runs/27122618321",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/agency-fund/rsurveycto",
  "_commit": {
    "id": "218f313027cc0e37eae85963fddd79e49934ad1f",
    "author": "Jake Hughey <jakejhughey@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #35 from agency-fund/jjh-update\n\nfix same choices used by multiple fields.",
    "time": 1775734088
  },
  "_maintainer": {
    "name": "Jake Hughey",
    "email": "jake@agency.fund"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "checkmate",
      "version": ">= 2.3.2",
      "role": "Imports"
    },
    {
      "package": "cli",
      "version": ">= 3.6.3",
      "role": "Imports"
    },
    {
      "package": "curl",
      "version": ">= 5.2.1",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "version": ">= 1.15.4",
      "role": "Imports"
    },
    {
      "package": "glue",
      "version": ">= 1.7.0",
      "role": "Imports"
    },
    {
      "package": "httr",
      "version": ">= 1.4.7",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "version": ">= 1.8.8",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "version": ">= 1.0.4",
      "role": "Imports"
    },
    {
      "package": "readxl",
      "version": ">= 1.4.3",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.1.4",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "version": ">= 0.6.5",
      "role": "Imports"
    },
    {
      "package": "withr",
      "version": ">= 3.0.1",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.2.1.1",
      "role": "Suggests"
    }
  ],
  "_owner": "agency-fund",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-25",
      "n": 4
    },
    {
      "week": "2025-52",
      "n": 1
    },
    {
      "week": "2026-07",
      "n": 1
    },
    {
      "week": "2026-15",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "jakejh",
      "count": 140,
      "uuid": 2295314
    },
    {
      "user": "roboton",
      "count": 1,
      "uuid": 6075595
    }
  ],
  "_userbio": {
    "uuid": 115745920,
    "type": "organization",
    "name": "The Agency Fund",
    "description": "Mobilizing an ecosystem of diverse stakeholders to improve lives by expanding human agency."
  },
  "_downloads": {
    "count": 594,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rsurveycto"
  },
  "_devurl": "https://github.com/agency-fund/rsurveycto",
  "_pkgdown": "https://agency-fund.github.io/rsurveycto/",
  "_searchresults": 15,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/rsurveycto.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/agency-fund/rsurveycto",
  "_realowner": "agency-fund",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.5",
      "date": "2022-09-08"
    },
    {
      "version": "0.1.0",
      "date": "2022-09-27"
    },
    {
      "version": "0.1.2",
      "date": "2022-10-24"
    },
    {
      "version": "0.1.4",
      "date": "2022-11-24"
    },
    {
      "version": "0.1.6",
      "date": "2023-09-13"
    },
    {
      "version": "0.2.0",
      "date": "2024-08-17"
    },
    {
      "version": "0.2.1",
      "date": "2024-09-03"
    },
    {
      "version": "0.2.2",
      "date": "2025-06-18"
    },
    {
      "version": "0.2.4",
      "date": "2025-12-22"
    },
    {
      "version": "0.2.5",
      "date": "2026-02-16"
    },
    {
      "version": "0.2.6",
      "date": "2026-04-09"
    }
  ],
  "_exports": [
    "drop_empties",
    "scto_auth",
    "scto_catalog",
    "scto_get_attachments",
    "scto_get_form_definitions",
    "scto_get_form_metadata",
    "scto_get_form_responses",
    "scto_meta",
    "scto_quiet",
    "scto_read",
    "scto_unnest_form_definitions",
    "scto_write"
  ],
  "_help": [
    {
      "page": "drop_empties",
      "title": "Drop empty columns from a data.table",
      "topics": [
        "drop_empties"
      ]
    },
    {
      "page": "scto_auth",
      "title": "Authenticate with a SurveyCTO server",
      "topics": [
        "scto_auth"
      ]
    },
    {
      "page": "scto_get_attachments",
      "title": "Fetch file attachments from a SurveyCTO server",
      "topics": [
        "scto_get_attachments"
      ]
    },
    {
      "page": "scto_get_form_definitions",
      "title": "Fetch deployed form definitions from a SurveyCTO server",
      "topics": [
        "scto_get_form_definitions"
      ]
    },
    {
      "page": "scto_get_form_metadata",
      "title": "Fetch form metadata from a SurveyCTO server",
      "topics": [
        "scto_get_form_metadata"
      ]
    },
    {
      "page": "scto_get_form_responses",
      "title": "Read form data from a SurveyCTO server and convert to long format",
      "topics": [
        "scto_get_form_responses"
      ]
    },
    {
      "page": "scto_meta",
      "title": "Read metadata from a SurveyCTO server",
      "topics": [
        "scto_catalog",
        "scto_meta"
      ]
    },
    {
      "page": "scto_quiet",
      "title": "Suppress or permit messages from rsurveycto",
      "topics": [
        "scto_quiet"
      ]
    },
    {
      "page": "scto_read",
      "title": "Read data from a SurveyCTO server",
      "topics": [
        "scto_read"
      ]
    },
    {
      "page": "scto_unnest_form_definitions",
      "title": "Unnest previously fetched form definitions",
      "topics": [
        "scto_unnest_form_definitions"
      ]
    },
    {
      "page": "scto_write",
      "title": "Write data to a SurveyCTO server",
      "topics": [
        "scto_write"
      ]
    }
  ],
  "_readme": "https://github.com/agency-fund/rsurveycto/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "backports",
    "cellranger",
    "checkmate",
    "cli",
    "cpp11",
    "crayon",
    "curl",
    "data.table",
    "glue",
    "hms",
    "httr",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "R6",
    "readxl",
    "rematch",
    "rlang",
    "sys",
    "tibble",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 3.4771212547196626,
  "_indexed": true,
  "_nocasepkg": "rsurveycto",
  "_universes": [
    "agency-fund"
  ],
  "_binaries": [
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.6",
      "date": "2026-05-09T08:33:44.000Z",
      "commit": "218f313027cc0e37eae85963fddd79e49934ad1f",
      "fileid": "032868bb3b34b8defb449672af70c7c03eb52a39f0763430c8788d021a93ae9f",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/agency-fund/actions/runs/25596530860"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.6",
      "date": "2026-06-08T07:36:19.000Z",
      "distro": "noble",
      "commit": "218f313027cc0e37eae85963fddd79e49934ad1f",
      "fileid": "5a9a8ceb4d6904d2038479e02c48bd17841704ab35dba28c416d6cc1c0dca060",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/agency-fund/actions/runs/27122618321"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.6",
      "date": "2026-06-08T07:36:21.000Z",
      "distro": "noble",
      "commit": "218f313027cc0e37eae85963fddd79e49934ad1f",
      "fileid": "6b4dbc113e8c649c79f2e39f481ecb728cf78bbb0c72472b568cf927131861ff",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/agency-fund/actions/runs/27122618321"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.6",
      "date": "2026-06-08T07:36:37.000Z",
      "commit": "218f313027cc0e37eae85963fddd79e49934ad1f",
      "fileid": "3731321eb8761bd9494b1835c8c4d93cfedd368e6a86b2d32877eb0a31b8ffaa",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/agency-fund/actions/runs/27122618321"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.6",
      "date": "2026-06-08T07:36:18.000Z",
      "commit": "218f313027cc0e37eae85963fddd79e49934ad1f",
      "fileid": "66a04e643d9476f53cce323bf59981061dccd5d820cbfa20f02b6b0b9d64f7ab",
      "status": "success",
      "buildurl": "https://github.com/r-universe/agency-fund/actions/runs/27122618321"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.6",
      "date": "2026-06-08T07:35:38.000Z",
      "commit": "218f313027cc0e37eae85963fddd79e49934ad1f",
      "fileid": "39064eafb4fa4cfbc4f611d057e24220b4e887500e8f43ec6738f0ef6426f57c",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/agency-fund/actions/runs/27122618321"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.6",
      "date": "2026-06-08T07:35:16.000Z",
      "commit": "218f313027cc0e37eae85963fddd79e49934ad1f",
      "fileid": "a1d33826df3a4e6aeb68fef4849cbdff0c628a4b08c371e56ffa483101794efd",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/agency-fund/actions/runs/27122618321"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.6",
      "date": "2026-06-08T07:35:39.000Z",
      "commit": "218f313027cc0e37eae85963fddd79e49934ad1f",
      "fileid": "4390f004e1384a8bf2c2e6a7477e5056b949af5e0e870de153dc3e14cf63de20",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/agency-fund/actions/runs/27122618321"
    }
  ]
}