{
  "_id": "6a103192acfb0bcc41c96fe7",
  "Package": "dbplot",
  "Version": "0.4.0",
  "Title": "Simplifies Plotting Data Inside Databases",
  "Description": "Leverages 'dplyr' to process the calculations of a plot\ninside a database. This package provides helper functions that\nabstract the work at three levels: outputs a 'ggplot', outputs\nthe calculations, outputs the formula needed to calculate bins.",
  "Authors@R": "person(\"Edgar\", \"Ruiz\", email = \"edgararuiz@gmail.com\", role = c(\"aut\", \"cre\"))",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/edgararuiz/dbplot",
  "BugReports": "https://github.com/edgararuiz/dbplot/issues",
  "RoxygenNote": "7.3.3",
  "Encoding": "UTF-8",
  "Config/testthat/edition": "3",
  "Repository": "https://edgararuiz.r-universe.dev",
  "Date/Publication": "2026-03-13 16:57:18 UTC",
  "RemoteUrl": "https://github.com/edgararuiz/dbplot",
  "RemoteRef": "HEAD",
  "RemoteSha": "2b14d024d4476463329c9fc1d8d525745fb4a783",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-12 09:03:36 UTC",
    "User": "root"
  },
  "Author": "Edgar Ruiz [aut, cre]",
  "Maintainer": "Edgar Ruiz <edgararuiz@gmail.com>",
  "MD5sum": "83b74772e615ed5cc8ba74db27285c96",
  "_user": "edgararuiz",
  "_type": "src",
  "_file": "dbplot_0.4.0.tar.gz",
  "_fileid": "ef0ae6a5d5212087916296be2f0d7f1165aba9af522d94e7f90e763a557abf31",
  "_filesize": 636445,
  "_sha256": "ef0ae6a5d5212087916296be2f0d7f1165aba9af522d94e7f90e763a557abf31",
  "_created": "2026-05-12T09:03:36.000Z",
  "_published": "2026-05-22T10:36:02.179Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77362858678,
      "time": 135,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6940006255"
    },
    {
      "job": 77362858853,
      "time": 132,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6940004881"
    },
    {
      "job": 77362858827,
      "time": 102,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6940025090"
    },
    {
      "job": 77362858760,
      "time": 115,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6940023684"
    },
    {
      "job": 77362858253,
      "time": 171,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6939957427"
    },
    {
      "job": 77362858135,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158479237"
    },
    {
      "job": 77362858770,
      "time": 97,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6939991989"
    },
    {
      "job": 77362858850,
      "time": 80,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6939986484"
    },
    {
      "job": 77362858707,
      "time": 93,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6939990686"
    }
  ],
  "_buildurl": "https://github.com/r-universe/edgararuiz/actions/runs/25724352496",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/edgararuiz/dbplot",
  "_commit": {
    "id": "2b14d024d4476463329c9fc1d8d525745fb4a783",
    "author": "Edgar Ruiz <77294576+edgararuiz@users.noreply.github.com>",
    "committer": "Edgar Ruiz <77294576+edgararuiz@users.noreply.github.com>",
    "message": "Adds cran submission\n",
    "time": 1773421038
  },
  "_maintainer": {
    "name": "Edgar Ruiz",
    "email": "edgararuiz@gmail.com",
    "login": "edgararuiz",
    "bluesky": "@theotheredgar.bsky.social",
    "linkedin": "in/edgararuiz",
    "uuid": 77294576
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.3.0",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "DBI",
      "role": "Suggests"
    },
    {
      "package": "dbplyr",
      "version": ">= 2.0.0",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "lifecycle",
      "role": "Suggests"
    },
    {
      "package": "duckdb",
      "role": "Suggests"
    },
    {
      "package": "RSQLite",
      "role": "Suggests"
    },
    {
      "package": "nycflights13",
      "role": "Suggests"
    }
  ],
  "_owner": "edgararuiz",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-11",
      "n": 20
    }
  ],
  "_tags": [
    {
      "name": "v0.4.0",
      "date": "2026-03-13"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "edgararuiz",
      "count": 138,
      "uuid": 77294576
    },
    {
      "user": "edgararuiz-zz",
      "count": 25,
      "uuid": 7875923
    },
    {
      "user": "dominickg",
      "count": 1,
      "uuid": 23463148
    },
    {
      "user": "lionel-",
      "count": 1,
      "uuid": 4465050
    }
  ],
  "_userbio": {
    "uuid": 77294576,
    "type": "user",
    "name": "Edgar Ruiz"
  },
  "_downloads": {
    "count": 1477,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/dbplot"
  },
  "_devurl": "https://github.com/edgararuiz/dbplot",
  "_searchresults": 199,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/dbplot.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/edgararuiz/dbplot",
  "_realowner": "edgararuiz",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-11-21"
    },
    {
      "version": "0.1.1",
      "date": "2017-11-28"
    },
    {
      "version": "0.2.0",
      "date": "2018-01-05"
    },
    {
      "version": "0.2.1",
      "date": "2018-03-11"
    },
    {
      "version": "0.3.0",
      "date": "2018-05-06"
    },
    {
      "version": "0.3.1",
      "date": "2019-03-04"
    },
    {
      "version": "0.3.2",
      "date": "2019-07-02"
    },
    {
      "version": "0.3.3",
      "date": "2020-02-07"
    },
    {
      "version": "0.4.0",
      "date": "2026-03-13"
    }
  ],
  "_exports": [
    "db_bin",
    "db_compute_bins",
    "db_compute_boxplot",
    "db_compute_count",
    "db_compute_raster",
    "db_compute_raster2",
    "dbplot_bar",
    "dbplot_boxplot",
    "dbplot_histogram",
    "dbplot_line",
    "dbplot_raster"
  ],
  "_help": [
    {
      "page": "db_bin",
      "title": "Bin formula",
      "topics": [
        "db_bin"
      ]
    },
    {
      "page": "db_compute_bins",
      "title": "Calculate histogram bins",
      "topics": [
        "db_compute_bins"
      ]
    },
    {
      "page": "db_compute_boxplot",
      "title": "Returns a dataframe with boxplot calculations",
      "topics": [
        "db_compute_boxplot"
      ]
    },
    {
      "page": "db_compute_count",
      "title": "Aggregates over a discrete field",
      "topics": [
        "db_compute_count"
      ]
    },
    {
      "page": "db_compute_raster",
      "title": "Aggregates intersections of two variables",
      "topics": [
        "db_compute_raster",
        "db_compute_raster2"
      ]
    },
    {
      "page": "dbplot_bar",
      "title": "Bar plot",
      "topics": [
        "dbplot_bar"
      ]
    },
    {
      "page": "dbplot_boxplot",
      "title": "Boxplot",
      "topics": [
        "dbplot_boxplot"
      ]
    },
    {
      "page": "dbplot_histogram",
      "title": "Histogram",
      "topics": [
        "dbplot_histogram"
      ]
    },
    {
      "page": "dbplot_line",
      "title": "Line plot",
      "topics": [
        "dbplot_line"
      ]
    },
    {
      "page": "dbplot_raster",
      "title": "Raster plot",
      "topics": [
        "dbplot_raster"
      ]
    }
  ],
  "_pkglogo": "https://github.com/edgararuiz/dbplot/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/edgararuiz/dbplot/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 4.644324830777338,
  "_indexed": true,
  "_nocasepkg": "dbplot",
  "_universes": [
    "edgararuiz"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-05-12T09:05:43.000Z",
      "distro": "noble",
      "commit": "2b14d024d4476463329c9fc1d8d525745fb4a783",
      "fileid": "fab111ffdb4c74055ec869d763c4baa4ab78bee1800844f3a2812bf32bc6e97c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/edgararuiz/actions/runs/25724352496"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-05-12T09:05:40.000Z",
      "distro": "noble",
      "commit": "2b14d024d4476463329c9fc1d8d525745fb4a783",
      "fileid": "d57c6f16343e74b81ca84aae84a329d39949421148fa43e64d7ece45785dd19e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/edgararuiz/actions/runs/25724352496"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-05-12T09:06:39.000Z",
      "commit": "2b14d024d4476463329c9fc1d8d525745fb4a783",
      "fileid": "da7db58e036f62c4432f11e318b1bb5c1c62d0dce437ff2ae8c3bb4ed12af73f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/edgararuiz/actions/runs/25724352496"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-05-12T09:06:38.000Z",
      "commit": "2b14d024d4476463329c9fc1d8d525745fb4a783",
      "fileid": "68280b60d26527226a65923f4a990574f867d59dc23441f22250a08eaa860d43",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/edgararuiz/actions/runs/25724352496"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-12T09:04:55.000Z",
      "commit": "2b14d024d4476463329c9fc1d8d525745fb4a783",
      "fileid": "1406a9590914c426e34523e401a633d7f355aaa777fad04ff5127c3269c71612",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/edgararuiz/actions/runs/25724352496"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-12T09:04:43.000Z",
      "commit": "2b14d024d4476463329c9fc1d8d525745fb4a783",
      "fileid": "11f98c54880e31f328b143f20839c8043a603fc5a8904ddbe70777162a63331b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/edgararuiz/actions/runs/25724352496"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-12T09:04:54.000Z",
      "commit": "2b14d024d4476463329c9fc1d8d525745fb4a783",
      "fileid": "c39456bb2345055678bd2a207277b1ef341cb2992cb22d7a44d18a16e9e8ebaf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/edgararuiz/actions/runs/25724352496"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0",
      "date": "2026-05-22T10:35:46.000Z",
      "commit": "2b14d024d4476463329c9fc1d8d525745fb4a783",
      "fileid": "89e0203366574cc132bb1e98ec3e318e4743ae9804df6b14995a34aba4f1a237",
      "status": "success",
      "buildurl": "https://github.com/r-universe/edgararuiz/actions/runs/25724352496"
    }
  ]
}