{
  "_id": "6a48be2ce06c18f0a65499e9",
  "Package": "tidyods",
  "Title": "Read cells from ODS files",
  "Version": "0.0.1",
  "Authors@R": "person(\"Matt\", \"Kerlogue\", , \"matt.kerlogue@me.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Import cells from ODS files. Identify a cell's postion,\nvalue types and formulas, and provide methods to \"rectify\"\ncells back to a 2-dimensional data.frame.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "URL": "https://github.com/mattkerlogue/tidyods,\nhttps://mattkerlogue.github.io/tidyods/",
  "BugReports": "https://github.com/mattkerlogue/tidyods/issues",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libicu-dev libxml2-dev libx11-dev",
  "Repository": "https://mattkerlogue.r-universe.dev",
  "Date/Publication": "2023-05-09 19:15:33 UTC",
  "RemoteUrl": "https://github.com/mattkerlogue/tidyods",
  "RemoteRef": "HEAD",
  "RemoteSha": "6a5632456ee3de0c192ece4a145b748f058b6a10",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-04 07:14:59 UTC",
    "User": "root"
  },
  "Author": "Matt Kerlogue [aut, cre]",
  "Maintainer": "Matt Kerlogue <matt.kerlogue@me.com>",
  "_user": "mattkerlogue",
  "_type": "src",
  "_file": "tidyods_0.0.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/6cbdd1f77e8a0b5995c78ff0456ee50c937c0411d59c51c2acd6ac2fd1783d03",
  "_filesize": 629243,
  "_sha256": "6cbdd1f77e8a0b5995c78ff0456ee50c937c0411d59c51c2acd6ac2fd1783d03",
  "_expires": "2026-10-12T08:02:51.000Z",
  "_created": "2026-07-04T07:14:59.000Z",
  "_published": "2026-07-04T08:02:52.681Z",
  "_jobs": [
    {
      "job": 85113200346,
      "time": 137,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8079511448"
    },
    {
      "job": 85113200339,
      "time": 162,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8079514545"
    },
    {
      "job": 85113200329,
      "time": 94,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8079849709"
    },
    {
      "job": 85113200347,
      "time": 76,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8079852475"
    },
    {
      "job": 85113019346,
      "time": 170,
      "config": "source",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8079492222"
    },
    {
      "job": 85113200348,
      "time": 130,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8079510521"
    },
    {
      "job": 85113200357,
      "time": 76,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8079503203"
    },
    {
      "job": 85113200361,
      "time": 80,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8079503849"
    },
    {
      "job": 85113200337,
      "time": 71,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8079502471"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mattkerlogue/actions/runs/28698751704",
  "_status": "failure",
  "_upstream": "https://github.com/mattkerlogue/tidyods",
  "_commit": {
    "id": "6a5632456ee3de0c192ece4a145b748f058b6a10",
    "author": "Matt Kerlogue <matt.kerlogue@me.com>",
    "committer": "Matt Kerlogue <matt.kerlogue@me.com>",
    "message": "Penguin statistics\n",
    "time": 1683659733
  },
  "_maintainer": {
    "name": "Matt Kerlogue",
    "email": "matt.kerlogue@me.com",
    "login": "mattkerlogue",
    "mastodon": "@mattkerlogue@fosstodon.org",
    "bluesky": "@matt.kerlogue.co.uk",
    "description": "Doing things with data (often in R) and a lapsed geographer",
    "uuid": 35345053
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cellranger",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "prettyunits",
      "role": "Imports"
    },
    {
      "package": "ps",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "zip",
      "role": "Imports"
    },
    {
      "package": "bench",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "lubridate",
      "role": "Suggests"
    },
    {
      "package": "mockery",
      "role": "Suggests"
    },
    {
      "package": "palmerpenguins",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "mattkerlogue",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "ods",
    "ods-files",
    "opendocument",
    "opendocument-spreadsheet",
    "spreadsheet",
    "tidy",
    "tidy-data"
  ],
  "_stars": 4,
  "_contributors": [
    {
      "user": "mattkerlogue",
      "count": 79,
      "uuid": 35345053
    }
  ],
  "_userbio": {
    "uuid": 35345053,
    "type": "user",
    "name": "Matt Kerlogue",
    "followers": 37,
    "description": "Doing things with data (often in R) and a lapsed geographer"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tidyods"
  },
  "_devurl": "https://github.com/mattkerlogue/tidyods",
  "_pkgdown": "https://mattkerlogue.github.io/tidyods/",
  "_searchresults": 6,
  "_rbuild": "4.6.1",
  "_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/tidyods.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "ods_sheets",
    "read_ods_cells",
    "read_ods_sheet",
    "simple_rectify",
    "smart_rectify"
  ],
  "_help": [
    {
      "page": "ods_sheets",
      "title": "List the sheets in an ODS file",
      "topics": [
        "ods_sheets"
      ]
    },
    {
      "page": "read_ods_cells",
      "title": "Read cells from an ODS sheet",
      "topics": [
        "read_ods_cells"
      ]
    },
    {
      "page": "read_ods_sheet",
      "title": "Read an ODS sheet to a rectangular dataset",
      "topics": [
        "read_ods_sheet"
      ]
    },
    {
      "page": "rectify",
      "title": "Convert ODS cells to a two-dimensional dataset",
      "topics": [
        "simple_rectify",
        "smart_rectify"
      ]
    }
  ],
  "_pkglogo": "https://github.com/mattkerlogue/tidyods/raw/HEAD/man/figures/tidyods_hex_banner.png",
  "_readme": "https://github.com/mattkerlogue/tidyods/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "cellranger",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "dplyr",
    "generics",
    "glue",
    "hms",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "ps",
    "purrr",
    "R6",
    "readr",
    "rematch",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr",
    "xml2",
    "zip"
  ],
  "_score": 2.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "tidyods",
  "_universes": [
    "mattkerlogue"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-07-04T07:17:14.000Z",
      "distro": "resolute",
      "commit": "6a5632456ee3de0c192ece4a145b748f058b6a10",
      "fileid": "https://r2.ropensci.org/f3a7de0e617a28b006ad29716d5fea82a0981980800f064fd86d1d1a38171f8c",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/mattkerlogue/actions/runs/28698751704"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-07-04T07:17:38.000Z",
      "distro": "resolute",
      "commit": "6a5632456ee3de0c192ece4a145b748f058b6a10",
      "fileid": "https://r2.ropensci.org/041d9dc386f128f14c7388417c327994746b645647fbccfa9cc2fd647827d9fe",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/mattkerlogue/actions/runs/28698751704"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.1",
      "date": "2026-07-04T08:01:56.000Z",
      "commit": "6a5632456ee3de0c192ece4a145b748f058b6a10",
      "fileid": "https://r2.ropensci.org/3663e27c0d03fda5e885d0845681df17227a275e730518cf3baccf9b79ffbbf3",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/mattkerlogue/actions/runs/28698751704"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.1",
      "date": "2026-07-04T08:02:24.000Z",
      "commit": "6a5632456ee3de0c192ece4a145b748f058b6a10",
      "fileid": "https://r2.ropensci.org/b2cd231745dcfa0d77d793023eba5519b6ae48efbb896fa67a2a3ac40373998b",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/mattkerlogue/actions/runs/28698751704"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.1",
      "date": "2026-07-04T07:17:22.000Z",
      "commit": "6a5632456ee3de0c192ece4a145b748f058b6a10",
      "fileid": "https://r2.ropensci.org/ba54090b9416caf84202c395409b30126571584eecbab8f5fc0d0b8d554afed5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mattkerlogue/actions/runs/28698751704"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-07-04T07:16:09.000Z",
      "commit": "6a5632456ee3de0c192ece4a145b748f058b6a10",
      "fileid": "https://r2.ropensci.org/048f6d2d90ee2708e641ba35a561a3cf3148c35dacdbfd437d25710e92ad0c48",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/mattkerlogue/actions/runs/28698751704"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-07-04T07:16:10.000Z",
      "commit": "6a5632456ee3de0c192ece4a145b748f058b6a10",
      "fileid": "https://r2.ropensci.org/19f843522fcebb5c2d1c1fc2123870898adaaa13dda83ba55431ac7e669914a1",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/mattkerlogue/actions/runs/28698751704"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-07-04T07:16:06.000Z",
      "commit": "6a5632456ee3de0c192ece4a145b748f058b6a10",
      "fileid": "https://r2.ropensci.org/5e985eb2c201c6127438da9679888fd9afd3f35411437cda55d98bb808586ab8",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/mattkerlogue/actions/runs/28698751704"
    }
  ]
}