{
  "_id": "6a1c05a61d7bb097a0a2ae55",
  "Package": "eatDB",
  "Type": "Package",
  "Title": "Spreadsheet Interface for Relational Databases",
  "Version": "0.5.0",
  "Authors@R": "person(\"Benjamin\", \"Becker\", email = \"b.becker@iqb.hu-berlin.de\", role = c(\"aut\", \"cre\"))",
  "Description": "Use 'SQLite3' as a database system via a complete SQL free\nR interface, treating the data as if it was a single\nspreadsheet.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.1.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 09:53:21 UTC",
    "User": "root"
  },
  "Author": "Benjamin Becker [aut, cre]",
  "Maintainer": "Benjamin Becker <b.becker@iqb.hu-berlin.de>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2021-10-05 14:50:02 UTC",
  "RemoteUrl": "https://github.com/cran/eatDB",
  "RemoteRef": "HEAD",
  "RemoteSha": "5cce0dd37aed5f0976e6362e3c137babf672e2fe",
  "MD5sum": "502b80dbe32a20a740a116a21a8a9005",
  "_user": "cran",
  "_type": "src",
  "_file": "eatDB_0.5.0.tar.gz",
  "_fileid": "043a6ed5cc4acd852f3eeab9de9ecbd0113790f60217a93a1c5a7d2c06f47746",
  "_filesize": 128052,
  "_sha256": "043a6ed5cc4acd852f3eeab9de9ecbd0113790f60217a93a1c5a7d2c06f47746",
  "_created": "2026-05-31T09:53:21.000Z",
  "_published": "2026-05-31T09:55:50.570Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78716716186,
      "time": 116,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315761907"
    },
    {
      "job": 78716716187,
      "time": 109,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315761213"
    },
    {
      "job": 78716561946,
      "time": 163,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315749918"
    },
    {
      "job": 78716716161,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315760004"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26709307410",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/eatDB",
  "_commit": {
    "id": "5cce0dd37aed5f0976e6362e3c137babf672e2fe",
    "author": "Benjamin Becker <b.becker@iqb.hu-berlin.de>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.5.0\n",
    "time": 1633445402
  },
  "_maintainer": {
    "name": "Benjamin Becker",
    "email": "b.becker@iqb.hu-berlin.de"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "DBI",
      "role": "Imports"
    },
    {
      "package": "RSQLite",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 312,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/eatDB"
  },
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/eatDB.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.4.0",
      "date": "2020-04-07"
    },
    {
      "version": "0.4.1",
      "date": "2020-07-17"
    },
    {
      "version": "0.5.0",
      "date": "2021-10-05"
    }
  ],
  "_exports": [
    "createDB",
    "dbKeys",
    "dbNames",
    "dbPull",
    "dbSingleDF"
  ],
  "_datasets": [
    {
      "name": "sqlite_keywords",
      "title": "Vector of SQLite Keywords.",
      "object": "sqlite_keywords",
      "class": [
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "createDB",
      "title": "Create a relational data base file.",
      "topics": [
        "createDB"
      ]
    },
    {
      "page": "dbKeys",
      "title": "Get keys from a relational data base.",
      "topics": [
        "dbKeys"
      ]
    },
    {
      "page": "dbNames",
      "title": "Get variable names from a relational data base.",
      "topics": [
        "dbNames"
      ]
    },
    {
      "page": "dbPull",
      "title": "Pull data from a relational data base.",
      "topics": [
        "dbPull"
      ]
    },
    {
      "page": "dbSingleDF",
      "title": "Extract a single data table from a relational data base.",
      "topics": [
        "dbSingleDF"
      ]
    },
    {
      "page": "sqlite_keywords",
      "title": "Vector of SQLite Keywords.",
      "topics": [
        "sqlite_keywords"
      ]
    }
  ],
  "_readme": "https://github.com/cran/eatDB/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "blob",
    "cachem",
    "cli",
    "cpp11",
    "DBI",
    "fastmap",
    "glue",
    "lifecycle",
    "memoise",
    "pkgconfig",
    "rlang",
    "RSQLite",
    "vctrs"
  ],
  "_score": 2.4771212547196626,
  "_indexed": true,
  "_nocasepkg": "eatdb",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-05-31T09:55:21.000Z",
      "distro": "noble",
      "commit": "5cce0dd37aed5f0976e6362e3c137babf672e2fe",
      "fileid": "42981a79e5cd57d6706ed13a8eb403db7023d04ef13f6f8c529a86e9a739e796",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26709307410"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-05-31T09:55:15.000Z",
      "distro": "noble",
      "commit": "5cce0dd37aed5f0976e6362e3c137babf672e2fe",
      "fileid": "fbf4b630b1cbd9af282870e5ec1b8481a18d6dd25c07922d98018e1c6a7a6523",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26709307410"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.0",
      "date": "2026-05-31T09:55:16.000Z",
      "commit": "5cce0dd37aed5f0976e6362e3c137babf672e2fe",
      "fileid": "96d5ca30a9d47f36e7d0d2058ea55f3959dba2ff1fd563967f52a9396a4481fb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26709307410"
    }
  ]
}