{
  "_id": "6a35a7c33efcd9bda43ef5b8",
  "Package": "eolas",
  "Title": "Client for the eolas.fyi Statistical Data API",
  "Version": "1.3.18",
  "Authors@R": "person(\"Virtus Solutions\", email = \"phil@virtus-solutions.io\", role = c(\"aut\", \"cre\"))",
  "Description": "Provides convenient access to the eolas.fyi REST API\n(<https://api.eolas.fyi>), which serves 1,500+ official\nstatistical and geospatial datasets from Stats NZ, OECD, RBNZ,\nLINZ, NZTA, and more. Source-specific functions\n(eolas_get_statsnz(), eolas_get_oecd(), etc.) return tidy data\nframes ready for analysis with ggplot2, dplyr, or your\nfavourite tooling.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/phildonovan/eolas-r, https://eolas.fyi",
  "BugReports": "https://github.com/phildonovan/eolas-r/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "cmake libssl-dev",
  "Repository": "https://phildonovan.r-universe.dev",
  "Date/Publication": "2026-06-19 19:27:57 UTC",
  "RemoteUrl": "https://github.com/phildonovan/eolas-r",
  "RemoteRef": "master",
  "RemoteSha": "b2078cd981cc9da53b0408bf0ad764312c28b664",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-19 20:31:22 UTC",
    "User": "root"
  },
  "Author": "Virtus Solutions [aut, cre]",
  "Maintainer": "Virtus Solutions <phil@virtus-solutions.io>",
  "MD5sum": "2adf71d6a2f9f7811c4fdefad13049e1",
  "_user": "phildonovan",
  "_type": "src",
  "_file": "eolas_1.3.18.tar.gz",
  "_fileid": "6269f52052149418d270ff9bab9824f73f8abebf641469b8871335b7f976e7d1",
  "_filesize": 374668,
  "_sha256": "6269f52052149418d270ff9bab9824f73f8abebf641469b8871335b7f976e7d1",
  "_created": "2026-06-19T20:31:22.000Z",
  "_published": "2026-06-19T20:34:11.001Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82418587254,
      "time": 136,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7757935720"
    },
    {
      "job": 82418587259,
      "time": 131,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7757934755"
    },
    {
      "job": 82418587260,
      "time": 76,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7757923460"
    },
    {
      "job": 82418587255,
      "time": 100,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7757928521"
    },
    {
      "job": 82418219570,
      "time": 183,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7757906932"
    },
    {
      "job": 82418587240,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7757930236"
    },
    {
      "job": 82418587252,
      "time": 104,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7757929287"
    },
    {
      "job": 82418587270,
      "time": 85,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7757925380"
    },
    {
      "job": 82418587261,
      "time": 99,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7757928114"
    }
  ],
  "_buildurl": "https://github.com/r-universe/phildonovan/actions/runs/27847008620",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/phildonovan/eolas-r",
  "_commit": {
    "id": "b2078cd981cc9da53b0408bf0ad764312c28b664",
    "author": "phildonovan <phildonovan99@protonmail.com>",
    "committer": "phildonovan <phildonovan99@protonmail.com>",
    "message": "feat: ignore start/end on non-temporal datasets in eolas_get()\n\nStrip spurious date bounds when info() shows no date_filter_column,\nwarn the user, and allow smart-routing to eolas_get_local(). Update\nrouting tests for temporal vs reference tables.\n",
    "time": 1781897277
  },
  "_maintainer": {
    "name": "Virtus Solutions",
    "email": "phil@virtus-solutions.io"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "httr2",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "cli",
      "version": ">= 3.0.0",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "version": ">= 3.0.0",
      "role": "Imports"
    },
    {
      "package": "arrow",
      "version": ">= 14.0.0",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "askpass",
      "role": "Suggests"
    },
    {
      "package": "keyring",
      "version": ">= 1.3.0",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "httptest2",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "sf",
      "version": ">= 1.0",
      "role": "Suggests"
    },
    {
      "package": "sfarrow",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "phildonovan",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-19",
      "n": 2
    },
    {
      "week": "2026-20",
      "n": 13
    },
    {
      "week": "2026-21",
      "n": 13
    },
    {
      "week": "2026-22",
      "n": 9
    },
    {
      "week": "2026-25",
      "n": 39
    }
  ],
  "_tags": [
    {
      "name": "v1.0.0",
      "date": "2026-05-12"
    },
    {
      "name": "v1.3.0",
      "date": "2026-06-17"
    },
    {
      "name": "v1.3.1",
      "date": "2026-06-17"
    },
    {
      "name": "v1.3.2",
      "date": "2026-06-17"
    },
    {
      "name": "v1.3.10",
      "date": "2026-06-19"
    },
    {
      "name": "v1.3.12",
      "date": "2026-06-19"
    },
    {
      "name": "v1.3.13",
      "date": "2026-06-19"
    },
    {
      "name": "v1.3.14",
      "date": "2026-06-19"
    },
    {
      "name": "v1.3.15",
      "date": "2026-06-19"
    },
    {
      "name": "v1.3.16",
      "date": "2026-06-19"
    },
    {
      "name": "v1.3.17",
      "date": "2026-06-19"
    },
    {
      "name": "v1.3.18",
      "date": "2026-06-19"
    },
    {
      "name": "v1.3.4",
      "date": "2026-06-19"
    },
    {
      "name": "v1.3.5",
      "date": "2026-06-19"
    },
    {
      "name": "v1.3.6",
      "date": "2026-06-19"
    },
    {
      "name": "v1.3.7",
      "date": "2026-06-19"
    },
    {
      "name": "v1.3.8",
      "date": "2026-06-19"
    },
    {
      "name": "v1.3.9",
      "date": "2026-06-19"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 1796295,
    "type": "user",
    "name": "Phil Donovan",
    "followers": 12,
    "description": "Data Science/Engineering/Architecture. SQL, Python, R with a lot of experience with many different platforms (e.g. dbt). "
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/eolas"
  },
  "_devurl": "https://github.com/phildonovan/eolas-r",
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/eolas.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "eolas_cache_clear",
    "eolas_column_label",
    "eolas_download_bulk",
    "eolas_get",
    "eolas_get_acc",
    "eolas_get_akl_council",
    "eolas_get_akl_transport",
    "eolas_get_bay_of_plenty",
    "eolas_get_charities",
    "eolas_get_colab_waikato",
    "eolas_get_doc",
    "eolas_get_ecan_canterbury",
    "eolas_get_edcounts",
    "eolas_get_eeca",
    "eolas_get_geonet",
    "eolas_get_hawkes_bay",
    "eolas_get_immigration",
    "eolas_get_linz",
    "eolas_get_local",
    "eolas_get_lris",
    "eolas_get_manawatu_whanganui",
    "eolas_get_mbie",
    "eolas_get_msd",
    "eolas_get_napier_whanganui",
    "eolas_get_northland",
    "eolas_get_nzta",
    "eolas_get_oecd",
    "eolas_get_otago",
    "eolas_get_pharmac",
    "eolas_get_police",
    "eolas_get_rbnz",
    "eolas_get_southland",
    "eolas_get_statsnz",
    "eolas_get_statsnz_geo",
    "eolas_get_taranaki",
    "eolas_get_top_of_south",
    "eolas_get_treasury",
    "eolas_get_wellington",
    "eolas_get_west_coast",
    "eolas_get_worksafe",
    "eolas_info",
    "eolas_integration",
    "eolas_key",
    "eolas_key_clear",
    "eolas_key_save",
    "eolas_key_status",
    "eolas_library_clear",
    "eolas_library_set",
    "eolas_library_status",
    "eolas_list",
    "eolas_list_acc",
    "eolas_list_akl_council",
    "eolas_list_akl_transport",
    "eolas_list_bay_of_plenty",
    "eolas_list_charities",
    "eolas_list_colab_waikato",
    "eolas_list_doc",
    "eolas_list_ecan_canterbury",
    "eolas_list_edcounts",
    "eolas_list_eeca",
    "eolas_list_geonet",
    "eolas_list_hawkes_bay",
    "eolas_list_immigration",
    "eolas_list_linz",
    "eolas_list_lris",
    "eolas_list_manawatu_whanganui",
    "eolas_list_mbie",
    "eolas_list_msd",
    "eolas_list_napier_whanganui",
    "eolas_list_northland",
    "eolas_list_nzta",
    "eolas_list_oecd",
    "eolas_list_otago",
    "eolas_list_pharmac",
    "eolas_list_police",
    "eolas_list_rbnz",
    "eolas_list_southland",
    "eolas_list_statsnz",
    "eolas_list_statsnz_geo",
    "eolas_list_taranaki",
    "eolas_list_top_of_south",
    "eolas_list_treasury",
    "eolas_list_wellington",
    "eolas_list_west_coast",
    "eolas_list_worksafe",
    "eolas_merge_changes",
    "eolas_meta",
    "eolas_search",
    "eolas_sync",
    "eolas_sync_bulk",
    "eolas_sync_changes"
  ],
  "_help": [
    {
      "page": "eolas_cache_clear",
      "title": "Clear cached state for a dataset (or the whole library)",
      "topics": [
        "eolas_cache_clear"
      ]
    },
    {
      "page": "eolas_column_label",
      "title": "Column description for a dataset returned by eolas",
      "topics": [
        "eolas_column_label"
      ]
    },
    {
      "page": "eolas_download_bulk",
      "title": "Download a complete dataset as a single file",
      "topics": [
        "eolas_download_bulk"
      ]
    },
    {
      "page": "eolas_get",
      "title": "Fetch dataset rows",
      "topics": [
        "eolas_get"
      ]
    },
    {
      "page": "eolas_get_acc",
      "title": "Fetch an ACC dataset",
      "topics": [
        "eolas_get_acc"
      ]
    },
    {
      "page": "eolas_get_akl_council",
      "title": "Fetch an Auckland Council dataset (overlays, heritage, hazards, zoning)",
      "topics": [
        "eolas_get_akl_council"
      ]
    },
    {
      "page": "eolas_get_akl_transport",
      "title": "Fetch an Auckland Transport dataset (roads, public transport, cycling)",
      "topics": [
        "eolas_get_akl_transport"
      ]
    },
    {
      "page": "eolas_get_bay_of_plenty",
      "title": "Fetch a Bay of Plenty Councils dataset (hazards, resource consents, planning)",
      "topics": [
        "eolas_get_bay_of_plenty"
      ]
    },
    {
      "page": "eolas_get_charities",
      "title": "Fetch a Charities Services dataset (registered NZ charities)",
      "topics": [
        "eolas_get_charities"
      ]
    },
    {
      "page": "eolas_get_colab_waikato",
      "title": "Fetch a Co-Lab Waikato dataset (planning, hazards, heritage across Waikato councils)",
      "topics": [
        "eolas_get_colab_waikato"
      ]
    },
    {
      "page": "eolas_get_doc",
      "title": "Fetch a DOC (Department of Conservation) dataset",
      "topics": [
        "eolas_get_doc"
      ]
    },
    {
      "page": "eolas_get_ecan_canterbury",
      "title": "Fetch an ECan / Canterbury dataset (environment, hazards, resource consents)",
      "topics": [
        "eolas_get_ecan_canterbury"
      ]
    },
    {
      "page": "eolas_get_edcounts",
      "title": "Fetch an Education Counts dataset",
      "topics": [
        "eolas_get_edcounts"
      ]
    },
    {
      "page": "eolas_get_eeca",
      "title": "Fetch an EECA dataset (NZ energy use, EV chargers, regional heat demand)",
      "topics": [
        "eolas_get_eeca"
      ]
    },
    {
      "page": "eolas_get_geonet",
      "title": "Fetch a GeoNet dataset (NZ earthquakes, volcanic alert levels, strong-motion sensors)",
      "topics": [
        "eolas_get_geonet"
      ]
    },
    {
      "page": "eolas_get_hawkes_bay",
      "title": "Fetch a Hawke's Bay Councils dataset (hazards, planning, coastal management)",
      "topics": [
        "eolas_get_hawkes_bay"
      ]
    },
    {
      "page": "eolas_get_immigration",
      "title": "Fetch an Immigration NZ dataset",
      "topics": [
        "eolas_get_immigration"
      ]
    },
    {
      "page": "eolas_get_linz",
      "title": "Fetch a LINZ series",
      "topics": [
        "eolas_get_linz"
      ]
    },
    {
      "page": "eolas_get_local",
      "title": "Download (or serve from cache) a whole dataset as a local data frame",
      "topics": [
        "eolas_get_local"
      ]
    },
    {
      "page": "eolas_get_lris",
      "title": "Fetch a Manaaki Whenua / LRIS dataset (land cover, soil, protected areas)",
      "topics": [
        "eolas_get_lris"
      ]
    },
    {
      "page": "eolas_get_manawatu_whanganui",
      "title": "Fetch a Manawatu-Whanganui Councils dataset (airsheds, coastal, freshwater)",
      "topics": [
        "eolas_get_manawatu_whanganui"
      ]
    },
    {
      "page": "eolas_get_mbie",
      "title": "Fetch an MBIE dataset",
      "topics": [
        "eolas_get_mbie"
      ]
    },
    {
      "page": "eolas_get_msd",
      "title": "Fetch an MSD dataset",
      "topics": [
        "eolas_get_msd"
      ]
    },
    {
      "page": "eolas_get_napier_whanganui",
      "title": "Fetch a Napier or Whanganui city dataset (district plan, heritage, infrastructure)",
      "topics": [
        "eolas_get_napier_whanganui"
      ]
    },
    {
      "page": "eolas_get_northland",
      "title": "Fetch a Northland Councils dataset (district plans, designations, heritage)",
      "topics": [
        "eolas_get_northland"
      ]
    },
    {
      "page": "eolas_get_nzta",
      "title": "Fetch a Waka Kotahi (NZTA) dataset",
      "topics": [
        "eolas_get_nzta"
      ]
    },
    {
      "page": "eolas_get_oecd",
      "title": "Fetch an OECD series",
      "topics": [
        "eolas_get_oecd"
      ]
    },
    {
      "page": "eolas_get_otago",
      "title": "Fetch an Otago Councils dataset (land use, water, planning, hazards)",
      "topics": [
        "eolas_get_otago"
      ]
    },
    {
      "page": "eolas_get_pharmac",
      "title": "Fetch a PHARMAC dataset (NZ pharmaceutical subsidy schedule + hospital medicines)",
      "topics": [
        "eolas_get_pharmac"
      ]
    },
    {
      "page": "eolas_get_police",
      "title": "Fetch an NZ Police / MoJ dataset",
      "topics": [
        "eolas_get_police"
      ]
    },
    {
      "page": "eolas_get_rbnz",
      "title": "Fetch an RBNZ series",
      "topics": [
        "eolas_get_rbnz"
      ]
    },
    {
      "page": "eolas_get_southland",
      "title": "Fetch a Southland Councils dataset (district plans, coastal, natural hazards)",
      "topics": [
        "eolas_get_southland"
      ]
    },
    {
      "page": "eolas_get_statsnz",
      "title": "Fetch a Stats NZ series",
      "topics": [
        "eolas_get_statsnz"
      ]
    },
    {
      "page": "eolas_get_statsnz_geo",
      "title": "Fetch a Stats NZ geospatial dataset (boundaries, census meshblocks, etc.).",
      "topics": [
        "eolas_get_statsnz_geo"
      ]
    },
    {
      "page": "eolas_get_taranaki",
      "title": "Fetch a Taranaki Councils dataset (coastal, biodiversity, district plans)",
      "topics": [
        "eolas_get_taranaki"
      ]
    },
    {
      "page": "eolas_get_top_of_south",
      "title": "Fetch a Gisborne / Top of South Councils dataset (coastal, planning, heritage)",
      "topics": [
        "eolas_get_top_of_south"
      ]
    },
    {
      "page": "eolas_get_treasury",
      "title": "Fetch a NZ Treasury series",
      "topics": [
        "eolas_get_treasury"
      ]
    },
    {
      "page": "eolas_get_wellington",
      "title": "Fetch a Wellington Region Councils dataset (hazards, planning, infrastructure)",
      "topics": [
        "eolas_get_wellington"
      ]
    },
    {
      "page": "eolas_get_west_coast",
      "title": "Fetch a West Coast (Te Tai o Poutini) dataset (faults, landslides, planning)",
      "topics": [
        "eolas_get_west_coast"
      ]
    },
    {
      "page": "eolas_get_worksafe",
      "title": "Fetch a WorkSafe NZ dataset",
      "topics": [
        "eolas_get_worksafe"
      ]
    },
    {
      "page": "eolas_info",
      "title": "Get metadata for a single dataset",
      "topics": [
        "eolas_info"
      ]
    },
    {
      "page": "eolas_integration",
      "title": "Generate connector configs for third-party data-pipeline tools",
      "topics": [
        "eolas_integration"
      ]
    },
    {
      "page": "eolas_key",
      "title": "Set your eolas API key",
      "topics": [
        "eolas_key"
      ]
    },
    {
      "page": "eolas_key_clear",
      "title": "Remove your eolas API key from the OS keyring",
      "topics": [
        "eolas_key_clear"
      ]
    },
    {
      "page": "eolas_key_save",
      "title": "Save your eolas API key to the OS keyring",
      "topics": [
        "eolas_key_save"
      ]
    },
    {
      "page": "eolas_key_status",
      "title": "Show which source is supplying your eolas API key",
      "topics": [
        "eolas_key_status"
      ]
    },
    {
      "page": "eolas_library_clear",
      "title": "Remove the library directory from the eolas config file",
      "topics": [
        "eolas_library_clear"
      ]
    },
    {
      "page": "eolas_library_set",
      "title": "Set the eolas library directory",
      "topics": [
        "eolas_library_set"
      ]
    },
    {
      "page": "eolas_library_status",
      "title": "Show the resolved eolas library directory",
      "topics": [
        "eolas_library_status"
      ]
    },
    {
      "page": "eolas_list",
      "title": "List available datasets",
      "topics": [
        "eolas_list"
      ]
    },
    {
      "page": "eolas_list_acc",
      "title": "List all ACC datasets",
      "topics": [
        "eolas_list_acc"
      ]
    },
    {
      "page": "eolas_list_akl_council",
      "title": "List all Auckland Council datasets available in eolas",
      "topics": [
        "eolas_list_akl_council"
      ]
    },
    {
      "page": "eolas_list_akl_transport",
      "title": "List all Auckland Transport datasets available in eolas",
      "topics": [
        "eolas_list_akl_transport"
      ]
    },
    {
      "page": "eolas_list_bay_of_plenty",
      "title": "List all Bay of Plenty Councils datasets available in eolas",
      "topics": [
        "eolas_list_bay_of_plenty"
      ]
    },
    {
      "page": "eolas_list_charities",
      "title": "List all Charities Services datasets available in eolas",
      "topics": [
        "eolas_list_charities"
      ]
    },
    {
      "page": "eolas_list_colab_waikato",
      "title": "List all Co-Lab Waikato datasets available in eolas",
      "topics": [
        "eolas_list_colab_waikato"
      ]
    },
    {
      "page": "eolas_list_doc",
      "title": "List all DOC datasets available in eolas",
      "topics": [
        "eolas_list_doc"
      ]
    },
    {
      "page": "eolas_list_ecan_canterbury",
      "title": "List all ECan / Canterbury datasets available in eolas",
      "topics": [
        "eolas_list_ecan_canterbury"
      ]
    },
    {
      "page": "eolas_list_edcounts",
      "title": "List all Education Counts datasets",
      "topics": [
        "eolas_list_edcounts"
      ]
    },
    {
      "page": "eolas_list_eeca",
      "title": "List all EECA datasets available in eolas",
      "topics": [
        "eolas_list_eeca"
      ]
    },
    {
      "page": "eolas_list_geonet",
      "title": "List all GeoNet datasets available in eolas",
      "topics": [
        "eolas_list_geonet"
      ]
    },
    {
      "page": "eolas_list_hawkes_bay",
      "title": "List all Hawke's Bay Councils datasets available in eolas",
      "topics": [
        "eolas_list_hawkes_bay"
      ]
    },
    {
      "page": "eolas_list_immigration",
      "title": "List all Immigration NZ datasets",
      "topics": [
        "eolas_list_immigration"
      ]
    },
    {
      "page": "eolas_list_linz",
      "title": "List all LINZ series",
      "topics": [
        "eolas_list_linz"
      ]
    },
    {
      "page": "eolas_list_lris",
      "title": "List all Manaaki Whenua / LRIS datasets",
      "topics": [
        "eolas_list_lris"
      ]
    },
    {
      "page": "eolas_list_manawatu_whanganui",
      "title": "List all Manawatu-Whanganui Councils datasets available in eolas",
      "topics": [
        "eolas_list_manawatu_whanganui"
      ]
    },
    {
      "page": "eolas_list_mbie",
      "title": "List all MBIE datasets",
      "topics": [
        "eolas_list_mbie"
      ]
    },
    {
      "page": "eolas_list_msd",
      "title": "List all MSD datasets",
      "topics": [
        "eolas_list_msd"
      ]
    },
    {
      "page": "eolas_list_napier_whanganui",
      "title": "List all Napier + Whanganui datasets available in eolas",
      "topics": [
        "eolas_list_napier_whanganui"
      ]
    },
    {
      "page": "eolas_list_northland",
      "title": "List all Northland Councils datasets available in eolas",
      "topics": [
        "eolas_list_northland"
      ]
    },
    {
      "page": "eolas_list_nzta",
      "title": "List all Waka Kotahi datasets",
      "topics": [
        "eolas_list_nzta"
      ]
    },
    {
      "page": "eolas_list_oecd",
      "title": "List all OECD series",
      "topics": [
        "eolas_list_oecd"
      ]
    },
    {
      "page": "eolas_list_otago",
      "title": "List all Otago Councils datasets available in eolas",
      "topics": [
        "eolas_list_otago"
      ]
    },
    {
      "page": "eolas_list_pharmac",
      "title": "List all PHARMAC datasets available in eolas",
      "topics": [
        "eolas_list_pharmac"
      ]
    },
    {
      "page": "eolas_list_police",
      "title": "List all NZ Police / MoJ datasets",
      "topics": [
        "eolas_list_police"
      ]
    },
    {
      "page": "eolas_list_rbnz",
      "title": "List all RBNZ series",
      "topics": [
        "eolas_list_rbnz"
      ]
    },
    {
      "page": "eolas_list_southland",
      "title": "List all Southland Councils datasets available in eolas",
      "topics": [
        "eolas_list_southland"
      ]
    },
    {
      "page": "eolas_list_statsnz",
      "title": "List all Stats NZ series",
      "topics": [
        "eolas_list_statsnz"
      ]
    },
    {
      "page": "eolas_list_statsnz_geo",
      "title": "List Stats NZ geospatial datasets only (filtered by namespace).",
      "topics": [
        "eolas_list_statsnz_geo"
      ]
    },
    {
      "page": "eolas_list_taranaki",
      "title": "List all Taranaki Councils datasets available in eolas",
      "topics": [
        "eolas_list_taranaki"
      ]
    },
    {
      "page": "eolas_list_top_of_south",
      "title": "List all Gisborne / Top of South Councils datasets available in eolas",
      "topics": [
        "eolas_list_top_of_south"
      ]
    },
    {
      "page": "eolas_list_treasury",
      "title": "List all NZ Treasury series",
      "topics": [
        "eolas_list_treasury"
      ]
    },
    {
      "page": "eolas_list_wellington",
      "title": "List all Wellington Region Councils datasets available in eolas",
      "topics": [
        "eolas_list_wellington"
      ]
    },
    {
      "page": "eolas_list_west_coast",
      "title": "List all West Coast (Te Tai o Poutini) datasets available in eolas",
      "topics": [
        "eolas_list_west_coast"
      ]
    },
    {
      "page": "eolas_list_worksafe",
      "title": "List all WorkSafe NZ datasets",
      "topics": [
        "eolas_list_worksafe"
      ]
    },
    {
      "page": "eolas_merge_changes",
      "title": "Merge a batch of change rows into the current local materialised snapshot",
      "topics": [
        "eolas_merge_changes"
      ]
    },
    {
      "page": "eolas_meta",
      "title": "Dataset metadata attached by eolas fetch functions",
      "topics": [
        "eolas_meta"
      ]
    },
    {
      "page": "eolas_search",
      "title": "Search datasets by name, title, or description",
      "topics": [
        "eolas_search"
      ]
    },
    {
      "page": "eolas_sync",
      "title": "Sync a dataset to a local file, auto-routing on its CDC serving tier",
      "topics": [
        "eolas_sync"
      ]
    },
    {
      "page": "eolas_sync_bulk",
      "title": "Incrementally sync a bulk dataset file",
      "topics": [
        "eolas_sync_bulk"
      ]
    },
    {
      "page": "eolas_sync_changes",
      "title": "Incrementally sync a changelog-tier dataset via the /changes feed",
      "topics": [
        "eolas_sync_changes"
      ]
    }
  ],
  "_readme": "https://github.com/phildonovan/eolas-r/raw/master/README.md",
  "_rundeps": [
    "arrow",
    "askpass",
    "assertthat",
    "bit",
    "bit64",
    "cli",
    "cpp11",
    "curl",
    "glue",
    "httr2",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "openssl",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rappdirs",
    "rlang",
    "sys",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 2.3979400086720375,
  "_indexed": true,
  "_nocasepkg": "eolas",
  "_universes": [
    "phildonovan"
  ],
  "_previous": "1.3.17",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3.18",
      "date": "2026-06-19T20:33:39.000Z",
      "distro": "noble",
      "commit": "b2078cd981cc9da53b0408bf0ad764312c28b664",
      "fileid": "0464aeec9fd2a81bf8b95fda9173dd1a79ca7806279eabd38a2f8d1b15f1904d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phildonovan/actions/runs/27847008620"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3.18",
      "date": "2026-06-19T20:33:35.000Z",
      "distro": "noble",
      "commit": "b2078cd981cc9da53b0408bf0ad764312c28b664",
      "fileid": "6065e3895a606c45b46dc721fd487aed17d36ea1dc1eaa13d13466ea805bbd33",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phildonovan/actions/runs/27847008620"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.3.18",
      "date": "2026-06-19T20:32:46.000Z",
      "commit": "b2078cd981cc9da53b0408bf0ad764312c28b664",
      "fileid": "dbc94d371e504ac5cf570b1cfdc8c153f6a18b5a22134316f807c44d0ceffad6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phildonovan/actions/runs/27847008620"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.3.18",
      "date": "2026-06-19T20:33:09.000Z",
      "commit": "b2078cd981cc9da53b0408bf0ad764312c28b664",
      "fileid": "ae970fdba20689fcb444a4026d9373b13f75ae01dd84ea3997795333f0a03751",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phildonovan/actions/runs/27847008620"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3.18",
      "date": "2026-06-19T20:33:31.000Z",
      "commit": "b2078cd981cc9da53b0408bf0ad764312c28b664",
      "fileid": "ecac38dbfa64688243a393b51da824da9e6b30073c10eafae99a8604087da05a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/phildonovan/actions/runs/27847008620"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.3.18",
      "date": "2026-06-19T20:32:57.000Z",
      "commit": "b2078cd981cc9da53b0408bf0ad764312c28b664",
      "fileid": "84ef6a87f7fe97f384ffc2e885bd07ba3ceb50499c64f9018b167ac20182f5e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phildonovan/actions/runs/27847008620"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.3.18",
      "date": "2026-06-19T20:32:39.000Z",
      "commit": "b2078cd981cc9da53b0408bf0ad764312c28b664",
      "fileid": "bddc5b6878052a8e4e0496c0a109e64eb24f4202065b860361865587165554cc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phildonovan/actions/runs/27847008620"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.3.18",
      "date": "2026-06-19T20:32:56.000Z",
      "commit": "b2078cd981cc9da53b0408bf0ad764312c28b664",
      "fileid": "6ac5fee0356d0dbeadb6e78b0892e45ecc7082a72d91af7cffc0696d4b5d766f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/phildonovan/actions/runs/27847008620"
    }
  ]
}