{
  "_id": "69d8c238c5259ad4cd81176c",
  "Package": "arkdb",
  "Version": "0.0.19",
  "Title": "Archive and Unarchive Databases Using Flat Files",
  "Description": "Flat text files provide a robust, compressible, and\nportable way to store tables from databases.  This package\nprovides convenient functions for exporting tables from\nrelational database connections into compressed text files and\nstreaming those text files back into a database without\nrequiring the whole table to fit in working memory.",
  "Authors@R": "c(person(\"Carl\", \"Boettiger\", \nemail = \"cboettig@gmail.com\",\nrole = c(\"aut\", \"cre\", \"cph\"),\ncomment=c(ORCID = \"0000-0002-1642-628X\")),\nperson(\"Richard\", \"FitzJohn\", role = \"ctb\"),\nperson(\"Brandon\", \"Bertelsen\", email=\"brandon@bertelsen.ca\", role = \"ctb\"))",
  "URL": "https://github.com/ropensci/arkdb,\nhttps://docs.ropensci.org/arkdb/",
  "BugReports": "https://github.com/ropensci/arkdb/issues",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "ByteCompile": "true",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(markdown = TRUE)",
  "Language": "en-US",
  "Repository": "https://ropensci.r-universe.dev",
  "Date/Publication": "2026-02-09 15:07:47 UTC",
  "RemoteUrl": "https://github.com/ropensci/arkdb",
  "RemoteRef": "master",
  "RemoteSha": "1dda73d138f51536d8958462d01650c19dec88d1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-04-10 09:21:28 UTC",
    "User": "root"
  },
  "Author": "Carl Boettiger [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-1642-628X>),\nRichard FitzJohn [ctb],\nBrandon Bertelsen [ctb]",
  "Maintainer": "Carl Boettiger <cboettig@gmail.com>",
  "MD5sum": "06d5f3b1d91c0482b917911e2d2da322",
  "_user": "ropensci",
  "_type": "src",
  "_file": "arkdb_0.0.19.tar.gz",
  "_fileid": "05a3f24baf53498646737a08b2494d12549938ec2afb71f2d66bec338a27b023",
  "_filesize": 229017,
  "_sha256": "05a3f24baf53498646737a08b2494d12549938ec2afb71f2d66bec338a27b023",
  "_created": "2026-04-10T09:21:28.000Z",
  "_published": "2026-04-10T09:26:16.561Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 70758692000,
      "time": 171,
      "config": "linux-devel-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6368013081"
    },
    {
      "job": 70758691988,
      "time": 175,
      "config": "linux-release-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6368013730"
    },
    {
      "job": 70758691979,
      "time": 147,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6368006305"
    },
    {
      "job": 70758691989,
      "time": 159,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6368009394"
    },
    {
      "job": 70758257898,
      "time": 226,
      "config": "pkgdown",
      "r": "4.5.2",
      "check": "OK",
      "artifact": "6367974239"
    },
    {
      "job": 70758257928,
      "time": 203,
      "config": "source",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6367968259"
    },
    {
      "job": 70758691980,
      "time": 112,
      "config": "wasm-release",
      "r": "4.5.1",
      "check": "OK",
      "artifact": "6367997322"
    },
    {
      "job": 70758692001,
      "time": 144,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6368005845"
    },
    {
      "job": 70758691991,
      "time": 242,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6368031235"
    },
    {
      "job": 70758691998,
      "time": 156,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6368009153"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/24235875815",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ropensci/arkdb",
  "_commit": {
    "id": "1dda73d138f51536d8958462d01650c19dec88d1",
    "author": "Carl Boettiger <cboettig@berkeley.edu>",
    "committer": "Carl Boettiger <cboettig@berkeley.edu>",
    "message": "fix docs\n",
    "time": 1770649667
  },
  "_maintainer": {
    "name": "Carl Boettiger",
    "email": "cboettig@gmail.com",
    "login": "cboettig",
    "mastodon": "@cboettig@ecoevo.social",
    "bluesky": "@cboettig.bsky.social",
    "orcid": "0000-0002-1642-628X",
    "uuid": 222586
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0",
      "role": "Depends"
    },
    {
      "package": "DBI",
      "role": "Imports"
    },
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "arrow",
      "role": "Suggests"
    },
    {
      "package": "R.utils",
      "role": "Suggests"
    },
    {
      "package": "progress",
      "role": "Suggests"
    },
    {
      "package": "readr",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "dbplyr",
      "role": "Suggests"
    },
    {
      "package": "nycflights13",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "fs",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "RSQLite",
      "role": "Suggests"
    },
    {
      "package": "duckdb",
      "role": "Suggests"
    },
    {
      "package": "vroom",
      "role": "Suggests"
    },
    {
      "package": "utf8",
      "role": "Suggests"
    },
    {
      "package": "future.apply",
      "role": "Suggests"
    }
  ],
  "_owner": "ropensci",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-17",
      "n": 2
    },
    {
      "week": "2025-47",
      "n": 1
    },
    {
      "week": "2026-07",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "archiving",
    "database",
    "dbi",
    "peer-reviewed"
  ],
  "_stars": 80,
  "_contributors": [
    {
      "user": "cboettig",
      "count": 189,
      "uuid": 222586
    },
    {
      "user": "1beb",
      "count": 54,
      "uuid": 421859
    },
    {
      "user": "jennybc",
      "count": 3,
      "uuid": 599454
    },
    {
      "user": "hadley",
      "count": 1,
      "uuid": 4196
    },
    {
      "user": "jeroen",
      "count": 1,
      "uuid": 216319
    },
    {
      "user": "noamross",
      "count": 1,
      "uuid": 571752
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 1200269,
    "type": "organization",
    "name": "rOpenSci",
    "description": "Tools and R Packages for Open Science"
  },
  "_downloads": {
    "count": 593,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/arkdb"
  },
  "_devurl": "https://github.com/ropensci/arkdb",
  "_pkgdown": "https://docs.ropensci.org/arkdb",
  "_searchresults": 41,
  "_metadata": {
    "review": {
      "id": 224,
      "status": "reviewed",
      "version": "0.0.0.9000",
      "organization": "rOpenSci Software Review",
      "url": "https://github.com/ropensci/software-review/issues/224"
    },
    "ropensci_category": "databases"
  },
  "_rbuild": "4.5.3",
  "_assets": [
    "extra/arkdb.html",
    "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",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ropensci/arkdb",
  "_realowner": "ropensci",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2018-08-20"
    },
    {
      "version": "0.0.2",
      "date": "2018-08-20"
    },
    {
      "version": "0.0.3",
      "date": "2018-09-11"
    },
    {
      "version": "0.0.4",
      "date": "2018-09-27"
    },
    {
      "version": "0.0.5",
      "date": "2018-10-31"
    },
    {
      "version": "0.0.6",
      "date": "2020-09-18"
    },
    {
      "version": "0.0.7",
      "date": "2020-10-15"
    },
    {
      "version": "0.0.8",
      "date": "2020-11-04"
    },
    {
      "version": "0.0.10",
      "date": "2021-03-05"
    },
    {
      "version": "0.0.11",
      "date": "2021-03-14"
    },
    {
      "version": "0.0.12",
      "date": "2021-04-05"
    },
    {
      "version": "0.0.13",
      "date": "2021-10-15"
    },
    {
      "version": "0.0.14",
      "date": "2021-10-18"
    },
    {
      "version": "0.0.15",
      "date": "2022-02-15"
    },
    {
      "version": "0.0.16",
      "date": "2022-09-09"
    },
    {
      "version": "0.0.17",
      "date": "2024-01-09"
    },
    {
      "version": "0.0.18",
      "date": "2024-01-16"
    },
    {
      "version": "0.0.19",
      "date": "2026-02-16"
    }
  ],
  "_exports": [
    "ark",
    "arkdb_delete_db",
    "local_db",
    "local_db_disconnect",
    "process_chunks",
    "streamable_base_csv",
    "streamable_base_tsv",
    "streamable_parquet",
    "streamable_readr_csv",
    "streamable_readr_tsv",
    "streamable_table",
    "streamable_vroom",
    "unark"
  ],
  "_help": [
    {
      "page": "arkdb-package",
      "title": "arkdb: Archive and Unarchive Databases Using Flat Files",
      "topics": [
        "arkdb-package",
        "arkdb"
      ]
    },
    {
      "page": "ark",
      "title": "Archive tables from a database as flat files",
      "topics": [
        "ark"
      ]
    },
    {
      "page": "arkdb_delete_db",
      "title": "delete the local arkdb database",
      "topics": [
        "arkdb_delete_db"
      ]
    },
    {
      "page": "local_db",
      "title": "Connect to a local stand-alone database",
      "topics": [
        "local_db"
      ]
    },
    {
      "page": "local_db_disconnect",
      "title": "Disconnect from the arkdb database.",
      "topics": [
        "local_db_disconnect"
      ]
    },
    {
      "page": "process_chunks",
      "title": "process a table in chunks",
      "topics": [
        "process_chunks"
      ]
    },
    {
      "page": "streamable_base_csv",
      "title": "streamable csv using base R functions",
      "topics": [
        "streamable_base_csv"
      ]
    },
    {
      "page": "streamable_base_tsv",
      "title": "streamable tsv using base R functions",
      "topics": [
        "streamable_base_tsv"
      ]
    },
    {
      "page": "streamable_parquet",
      "title": "streamable chunked parquet using 'arrow'",
      "topics": [
        "streamable_parquet"
      ]
    },
    {
      "page": "streamable_readr_csv",
      "title": "streamable csv using 'readr'",
      "topics": [
        "streamable_readr_csv"
      ]
    },
    {
      "page": "streamable_readr_tsv",
      "title": "streamable tsv using 'readr'",
      "topics": [
        "streamable_readr_tsv"
      ]
    },
    {
      "page": "streamable_table",
      "title": "streamable table",
      "topics": [
        "streamable_table"
      ]
    },
    {
      "page": "streamable_vroom",
      "title": "streamable tables using 'vroom'",
      "topics": [
        "streamable_vroom"
      ]
    },
    {
      "page": "unark",
      "title": "Unarchive a list of compressed tsv files into a database",
      "topics": [
        "unark"
      ]
    }
  ],
  "_pkglogo": "https://github.com/ropensci/arkdb/raw/master/man/figures/logo.svg",
  "_readme": "https://github.com/ropensci/arkdb/raw/master/README.md",
  "_rundeps": [
    "DBI"
  ],
  "_vignettes": [
    {
      "source": "arkdb.Rmd",
      "filename": "arkdb.html",
      "title": "Introduction to arkdb",
      "author": "Carl Boettiger",
      "engine": "knitr::rmarkdown",
      "headings": [
        "arkdb",
        "Package rationale",
        "Installation",
        "Tutorial",
        "Creating an archive of an existing database",
        "Unarchive",
        "Pluggable text formats",
        "A note on compression",
        "Distributing data"
      ],
      "created": "2018-07-07 03:58:19",
      "modified": "2025-11-20 16:44:06",
      "commits": 9
    }
  ],
  "_score": 7.470116353151004,
  "_indexed": true,
  "_nocasepkg": "arkdb",
  "_universes": [
    "ropensci",
    "cboettig"
  ],
  "_binaries": [
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.19",
      "date": "2026-04-10T09:23:44.000Z",
      "distro": "noble",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "66e69f20d6854607384f340acd70afccaabfa7f7cba27cd6605430e247862fcd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24235875815"
    },
    {
      "r": "4.5.3",
      "os": "linux",
      "version": "0.0.19",
      "date": "2026-04-10T09:23:46.000Z",
      "distro": "noble",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "d258c5f73f7a1b7379bcd198d6dad2b7d70ee10de28f487b7ec00d522744b4d8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24235875815"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.19",
      "date": "2026-04-10T09:23:19.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "daced2444d663c2138f3ca8d7f5d02fd81ebd96917136d39e7661210a5b8a135",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24235875815"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.19",
      "date": "2026-04-10T09:23:29.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "31c894407dd45fda1a80000e63003a6ad6ab775d817e452494fd0e8678653804",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24235875815"
    },
    {
      "r": "4.5.1",
      "os": "wasm",
      "version": "0.0.19",
      "date": "2026-04-10T09:23:39.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "78aa5526fecb5bc946d81ffb76d910f4374517c70cf4538d658c692b9562cc25",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24235875815"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.19",
      "date": "2026-04-10T09:22:52.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "da68c0248226134928ea10f3e682127b8fd4605642c3f888f7540d7a8e76c8eb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24235875815"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.19",
      "date": "2026-04-10T09:24:26.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "aec226bd312b13a59562f9590abb46468f8de2dbb28920c43865cc6083d7344d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24235875815"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.19",
      "date": "2026-04-10T09:23:04.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "cb9f477210cb7a5c5db45e14a01e1a23092fb1fb8b6a460bbe15dac1d4036bc3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24235875815"
    }
  ]
}