{
  "_id": "6a10493aacfb0bcc41c9f68e",
  "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-05-10 08:42:44 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": "fd0ac7295415427354de273a52d2ecf6",
  "_user": "ropensci",
  "_type": "src",
  "_file": "arkdb_0.0.19.tar.gz",
  "_fileid": "7eeee566ab48cfee2b23c5a86efef5e0def2310f66253cc3386c5e0893c4588a",
  "_filesize": 229014,
  "_sha256": "7eeee566ab48cfee2b23c5a86efef5e0def2310f66253cc3386c5e0893c4588a",
  "_created": "2026-05-10T08:42:44.000Z",
  "_published": "2026-05-22T12:16:58.626Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77377517091,
      "time": 175,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902409177"
    },
    {
      "job": 77377517216,
      "time": 157,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902407023"
    },
    {
      "job": 77377517167,
      "time": 126,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902528933"
    },
    {
      "job": 77377517016,
      "time": 145,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902505593"
    },
    {
      "job": 77377516844,
      "time": 185,
      "config": "pkgdown",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902380289"
    },
    {
      "job": 77377516699,
      "time": 265,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902388957"
    },
    {
      "job": 77377516690,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7160246911"
    },
    {
      "job": 77377517092,
      "time": 293,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902422992"
    },
    {
      "job": 77377517571,
      "time": 279,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902421312"
    },
    {
      "job": 77377517125,
      "time": 295,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902423265"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/25624235302",
  "_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-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": 486,
    "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.6.0",
  "_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.294025094095323,
  "_indexed": true,
  "_nocasepkg": "arkdb",
  "_universes": [
    "ropensci",
    "cboettig"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.19",
      "date": "2026-05-10T08:45:02.000Z",
      "distro": "noble",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "6c06c32ad2eba898035f3fe2171aa818ee69a6066a644739fb38c0b0c601a88f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/25624235302"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.19",
      "date": "2026-05-10T08:44:44.000Z",
      "distro": "noble",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "492827f44dbecdbd9643fb0a216c353467c0da2568333bea16669c4998ea6c62",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/25624235302"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.19",
      "date": "2026-05-10T09:04:58.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "bc07df2f823d5bdbecbe104ff4de2f959685e2860f0b48ec3b20430c736aba66",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/25624235302"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.19",
      "date": "2026-05-10T09:00:48.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "7c0a6ad4ccb07ff598f6e5436539c3dc165ee6dea9ada1a24416657bf9716e66",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/25624235302"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.19",
      "date": "2026-05-10T08:46:36.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "378c037067533a5b73e4dc881bfa204a6f718bb04cecd04f03c94ca313c55132",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/25624235302"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.19",
      "date": "2026-05-10T08:46:19.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "ac788d7a579c65fa6c877c82e4eea8f46561de5341857722e6e909e82d252b1a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/25624235302"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.19",
      "date": "2026-05-10T08:46:35.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "1fb7eba9e681e0f02176a1108b6e3916576fa7b6a07eee565e96a0d20acf4777",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/25624235302"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.19",
      "date": "2026-05-22T12:16:23.000Z",
      "commit": "1dda73d138f51536d8958462d01650c19dec88d1",
      "fileid": "fa9f5f1746c93ee83dbe1fd76813be04702cc732d05f04dd9f5c67776909a7ac",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/25624235302"
    }
  ]
}