{
  "_id": "6a44d7066ff6f2357551c7f7",
  "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-07-01 08:29:14 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>",
  "_user": "ropensci",
  "_type": "src",
  "_file": "arkdb_0.0.19.tar.gz",
  "_fileid": "https://r2.ropensci.org/c8050f5e7e936926cba15d66efd95ed78e5a85bf5d952644d0ecb085676e9acd",
  "_filesize": 230156,
  "_sha256": "c8050f5e7e936926cba15d66efd95ed78e5a85bf5d952644d0ecb085676e9acd",
  "_expires": "2026-10-09T08:59:50.000Z",
  "_created": "2026-07-01T08:29:14.000Z",
  "_published": "2026-07-01T08:59:50.827Z",
  "_jobs": [
    {
      "job": 84488720504,
      "time": 180,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8004417643"
    },
    {
      "job": 84488720545,
      "time": 182,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004418822"
    },
    {
      "job": 84488720453,
      "time": 161,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8005010733"
    },
    {
      "job": 84488720614,
      "time": 152,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8005010111"
    },
    {
      "job": 84487749150,
      "time": 193,
      "config": "pkgdown",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8004305502"
    },
    {
      "job": 84487749155,
      "time": 215,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004315677"
    },
    {
      "job": 84488720555,
      "time": 136,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8004400827"
    },
    {
      "job": 84488720544,
      "time": 315,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8004470457"
    },
    {
      "job": 84488720514,
      "time": 289,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8004458709"
    },
    {
      "job": 84488720658,
      "time": 304,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004464715"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503829440",
  "_status": "success",
  "_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",
    "description": "",
    "uuid": 222586
  },
  "_distro": "resolute",
  "_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-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",
    "followers": 1106,
    "description": "Tools and R Packages for Open Science"
  },
  "_downloads": {
    "count": 519,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/arkdb"
  },
  "_devurl": "https://github.com/ropensci/arkdb",
  "_pkgdown": "https://docs.ropensci.org/arkdb",
  "_searchresults": 43,
  "_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.6.1",
  "_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",
    "LICENSE",
    "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.314709692955175,
  "_indexed": true,
  "_nocasepkg": "arkdb",
  "_universes": [
    "ropensci",
    "cboettig"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.19",
      "date": "2026-07-01T08:32:50.000Z",
      "distro": "resolute",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "https://r2.ropensci.org/fedcc7e6a1e642db205177b951fed6606e7c5f8052782ea924fd1cbd43d28e20",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503829440"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.19",
      "date": "2026-07-01T08:32:51.000Z",
      "distro": "resolute",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "https://r2.ropensci.org/5b3771f6a6a6337998449428304fdcd86b19ed389f3f2dc101c595423b8a858b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503829440"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.19",
      "date": "2026-07-01T08:58:09.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "https://r2.ropensci.org/8c3a372cc54aad95a3570687c8328b7b95f6f9ff763f90b65513c75a5a9191e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503829440"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.19",
      "date": "2026-07-01T08:58:16.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "https://r2.ropensci.org/c452497ed3cfc47ad4bf9f7d32a9a43dcb157d593aad242871d32529ff647a82",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503829440"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.19",
      "date": "2026-07-01T08:33:01.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "https://r2.ropensci.org/fe5aca9b90f544f954433a34f2f3c507e0374139de43019c07a02b234f006b45",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503829440"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.19",
      "date": "2026-07-01T08:34:43.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "https://r2.ropensci.org/739f1b02b0ea054b53e4f7fc440e3611b7e5f18f823645cb0319f5177ef49fda",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503829440"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.19",
      "date": "2026-07-01T08:34:16.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "https://r2.ropensci.org/755f13eb4bc0d6e3844ae8fb7cf0a52997974c544f77b7786372a79638fc5d21",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503829440"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0.19",
      "date": "2026-07-01T08:34:21.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "https://r2.ropensci.org/91933b187628f843dfbb364618c664b41a537cc4e8663eb8dbc98f2bd625e8a3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/28503829440"
    }
  ]
}