{
  "_id": "6a3570a73efcd9bda43eaeaf",
  "Package": "benviplot",
  "Title": "Color Palettes and 'ggplot2' Extensions for Data Visualization",
  "Version": "1.2.0",
  "Authors@R": "person(\"Vinicius\", \"Oike\", email = \"viniciusoike@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "Provides 'ggplot2' scale functions and a custom theme\nderived from the 'Benvi' visual identity of QuintoAndar Group\n(discontinued in 2024). Offers qualitative, sequential, and\ndiverging color palettes with both discrete and continuous\nscale variants.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "LazyData": "true",
  "VignetteBuilder": "knitr",
  "URL": "https://viniciusoike.github.io/benviplot/,\nhttps://github.com/viniciusoike/benviplot",
  "BugReports": "https://github.com/viniciusoike/benviplot/issues",
  "Repository": "https://viniciusoike.r-universe.dev",
  "Date/Publication": "2026-06-02 17:19:14 UTC",
  "RemoteUrl": "https://github.com/viniciusoike/benviplot",
  "RemoteRef": "HEAD",
  "RemoteSha": "a618e0c388724498b7792fa9be8bc78441d08c00",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-19 16:35:31 UTC",
    "User": "root"
  },
  "Author": "Vinicius Oike [aut, cre, cph]",
  "Maintainer": "Vinicius Oike <viniciusoike@gmail.com>",
  "MD5sum": "1aabc0bd02d7bc0c42f332ce5db8a6a9",
  "_user": "viniciusoike",
  "_type": "src",
  "_file": "benviplot_1.2.0.tar.gz",
  "_fileid": "0a5bd26b587a65025c9799a976f2679cddf013df6c62ec5feaee27b7319b27a1",
  "_filesize": 1658863,
  "_sha256": "0a5bd26b587a65025c9799a976f2679cddf013df6c62ec5feaee27b7319b27a1",
  "_created": "2026-06-19T16:35:31.000Z",
  "_published": "2026-06-19T16:39:03.294Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82389303261,
      "time": 135,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7754586865"
    },
    {
      "job": 82389303258,
      "time": 171,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7754596825"
    },
    {
      "job": 82389303263,
      "time": 101,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7754578142"
    },
    {
      "job": 82389303260,
      "time": 100,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7754576767"
    },
    {
      "job": 82388768379,
      "time": 231,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7754550709"
    },
    {
      "job": 82389303270,
      "time": 128,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7754585647"
    },
    {
      "job": 82389303291,
      "time": 101,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7754578508"
    },
    {
      "job": 82389303287,
      "time": 86,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7754574477"
    },
    {
      "job": 82389303292,
      "time": 109,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7754580494"
    }
  ],
  "_buildurl": "https://github.com/r-universe/viniciusoike/actions/runs/27837467195",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/viniciusoike/benviplot",
  "_commit": {
    "id": "a618e0c388724498b7792fa9be8bc78441d08c00",
    "author": "viniciusoike <viniciusoike@gmail.com>",
    "committer": "viniciusoike <viniciusoike@gmail.com>",
    "message": "Fix Poppins detection when font is installed system-wide\n\nregister_bundled_poppins() fails silently when Poppins already exists as\na system font (systemfonts rejects duplicate names). poppins_is_registered()\nonly checked the registry, so it returned FALSE even when Poppins was\navailable system-wide. Now falls back to systemfonts::system_fonts().\n\nAlso fixes font_status() to accurately report the font source as\n\"registered (bundled)\" vs \"available (system)\" instead of always\nclaiming \"registered (bundled)\".\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n",
    "time": 1780420754
  },
  "_maintainer": {
    "name": "Vinicius Oike",
    "email": "viniciusoike@gmail.com",
    "login": "viniciusoike",
    "bluesky": "@viniciusoike.bsky.social",
    "twitter": "@viniciusoike",
    "description": "Economist (MSc @ USP) | Founder of EKIO | Data and R",
    "uuid": 10688700
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "version": ">= 4.0.0",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "curl",
      "role": "Suggests"
    },
    {
      "package": "ggfittext",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "pkgdown",
      "role": "Suggests"
    },
    {
      "package": "ragg",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "systemfonts",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "viniciusoike",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-40",
      "n": 5
    },
    {
      "week": "2025-41",
      "n": 15
    },
    {
      "week": "2025-42",
      "n": 5
    },
    {
      "week": "2025-43",
      "n": 4
    },
    {
      "week": "2025-46",
      "n": 4
    },
    {
      "week": "2026-02",
      "n": 1
    },
    {
      "week": "2026-20",
      "n": 9
    },
    {
      "week": "2026-21",
      "n": 6
    },
    {
      "week": "2026-23",
      "n": 7
    }
  ],
  "_tags": [
    {
      "name": "v0.9.0",
      "date": "2025-10-05"
    },
    {
      "name": "v0.9.1",
      "date": "2025-10-05"
    },
    {
      "name": "v0.9.2",
      "date": "2025-10-05"
    },
    {
      "name": "v0.9.3",
      "date": "2025-10-07"
    },
    {
      "name": "v0.9.4",
      "date": "2025-10-07"
    },
    {
      "name": "v0.9.5",
      "date": "2025-10-08"
    },
    {
      "name": "v1.0.0",
      "date": "2025-10-10"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "viniciusoike",
      "count": 68,
      "uuid": 10688700
    }
  ],
  "_userbio": {
    "uuid": 10688700,
    "type": "user",
    "name": "viniciusoike",
    "followers": 54,
    "description": "Economist (MSc @ USP) | Founder of EKIO | Data and R"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/benviplot"
  },
  "_devurl": "https://github.com/viniciusoike/benviplot",
  "_pkgdown": "https://viniciusoike.github.io/benviplot/",
  "_searchresults": 12,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/benviplot.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"
  ],
  "_cranurl": false,
  "_exports": [
    "benvi_palette",
    "font_status",
    "format_num_br",
    "ggsave_benvi",
    "plot_area",
    "plot_column",
    "plot_histogram",
    "plot_line",
    "plot_scatter",
    "scale_color_benvi_c",
    "scale_color_benvi_d",
    "scale_colour_benvi_c",
    "scale_colour_benvi_d",
    "scale_fill_benvi_c",
    "scale_fill_benvi_d",
    "show_palettes",
    "theme_benvi"
  ],
  "_datasets": [
    {
      "name": "iqa",
      "title": "QuintoAndar Index (IQA) - Rental Price Index",
      "object": "iqa",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "date",
        "name_muni",
        "index",
        "chg",
        "acum12m",
        "price_m2"
      ],
      "rows": 96,
      "table": true,
      "tojson": true
    },
    {
      "name": "iqaiw",
      "title": "QuintoAndar ImovelWeb Rental Index (IQAIW)",
      "object": "iqaiw",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "date",
        "name_muni",
        "rooms",
        "index",
        "chg",
        "acum12m",
        "price_m2"
      ],
      "rows": 1660,
      "table": true,
      "tojson": true
    },
    {
      "name": "sales_report",
      "title": "QuintoAndar Sales Report",
      "object": "sales_report",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "date",
        "name_muni",
        "name_zone",
        "price_m2"
      ],
      "rows": 272,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "benvi_palette",
      "title": "A color palette for Benvi.",
      "topics": [
        "benvi_palette"
      ]
    },
    {
      "page": "font_status",
      "title": "Report benviplot font status",
      "topics": [
        "font_status"
      ]
    },
    {
      "page": "format_num_br",
      "title": "Format numbers using Brazilian conventions",
      "topics": [
        "format_num_br"
      ]
    },
    {
      "page": "ggplot2-scales-continuous",
      "title": "Continuous scales to use for ggplot2",
      "topics": [
        "ggplot2-scales-continuous",
        "scale_color_benvi_c",
        "scale_colour_benvi_c",
        "scale_fill_benvi_c"
      ]
    },
    {
      "page": "ggsave_benvi",
      "title": "Save a ggplot with benviplot optimizations",
      "topics": [
        "ggsave_benvi"
      ]
    },
    {
      "page": "iqa",
      "title": "QuintoAndar Index (IQA) - Rental Price Index",
      "topics": [
        "iqa"
      ]
    },
    {
      "page": "iqaiw",
      "title": "QuintoAndar ImovelWeb Rental Index (IQAIW)",
      "topics": [
        "iqaiw"
      ]
    },
    {
      "page": "plot_area",
      "title": "Plot an area chart",
      "topics": [
        "plot_area"
      ]
    },
    {
      "page": "plot_column",
      "title": "Plot a column chart",
      "topics": [
        "plot_column"
      ]
    },
    {
      "page": "plot_histogram",
      "title": "Plot a histogram chart",
      "topics": [
        "plot_histogram"
      ]
    },
    {
      "page": "plot_line",
      "title": "Title",
      "topics": [
        "plot_line"
      ]
    },
    {
      "page": "plot_scatter",
      "title": "Plot a scatter chart",
      "topics": [
        "plot_scatter"
      ]
    },
    {
      "page": "sales_report",
      "title": "QuintoAndar Sales Report",
      "topics": [
        "sales_report"
      ]
    },
    {
      "page": "ggplot2-scales-discrete",
      "title": "Discrete scales to use for ggplot2",
      "topics": [
        "scale_color_benvi_d",
        "scale_colour_benvi_d",
        "scale_fill_benvi_d"
      ]
    },
    {
      "page": "show_palettes",
      "title": "Display all Benvi palettes",
      "topics": [
        "show_palettes"
      ]
    },
    {
      "page": "theme_benvi",
      "title": "A theme for Benvi styled plots",
      "topics": [
        "theme_benvi"
      ]
    }
  ],
  "_readme": "https://github.com/viniciusoike/benviplot/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "getting-started.Rmd",
      "filename": "getting-started.html",
      "title": "Getting Started with benviplot",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Installation",
        "Font Setup (Optional)",
        "Quick Start",
        "Color Palettes",
        "Browsing palettes",
        "Accessing palette colors",
        "Using ggplot2 Scales",
        "Discrete scales",
        "Continuous scales",
        "Plot Helper Functions",
        "Line chart",
        "Bar chart",
        "Scatter plot",
        "Adding layers",
        "Base R",
        "Getting Help"
      ],
      "created": "2025-10-07 12:33:37",
      "modified": "2026-06-02 03:14:23",
      "commits": 7
    }
  ],
  "_score": 3.7323937598229686,
  "_indexed": true,
  "_nocasepkg": "benviplot",
  "_universes": [
    "viniciusoike"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-06-19T16:37:34.000Z",
      "distro": "noble",
      "commit": "a618e0c388724498b7792fa9be8bc78441d08c00",
      "fileid": "84217466922787deaee08164c730bccef30ea530d17199fdf2f02fc496864cf7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/viniciusoike/actions/runs/27837467195"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-06-19T16:38:06.000Z",
      "distro": "noble",
      "commit": "a618e0c388724498b7792fa9be8bc78441d08c00",
      "fileid": "e5fad1a03eea2322e5dfe97de32749ebd6c9db67ffbc738a03edacfb0949dbe6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/viniciusoike/actions/runs/27837467195"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-06-19T16:37:08.000Z",
      "commit": "a618e0c388724498b7792fa9be8bc78441d08c00",
      "fileid": "a0a5bcac1a771791311dff4f8789dde47dd3d9daeba5ce8e441d9c73a932ecd8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/viniciusoike/actions/runs/27837467195"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-06-19T16:37:03.000Z",
      "commit": "a618e0c388724498b7792fa9be8bc78441d08c00",
      "fileid": "6c5692cf7dc9f80567741236a7218e3e64834441cee5a3d90fcbd2c1ea4bf2ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/viniciusoike/actions/runs/27837467195"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0",
      "date": "2026-06-19T16:38:02.000Z",
      "commit": "a618e0c388724498b7792fa9be8bc78441d08c00",
      "fileid": "c5c924800f7c1391a4b3c973d529eaf370a97798ab1629b8a481e5064a53b509",
      "status": "success",
      "buildurl": "https://github.com/r-universe/viniciusoike/actions/runs/27837467195"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-06-19T16:36:49.000Z",
      "commit": "a618e0c388724498b7792fa9be8bc78441d08c00",
      "fileid": "f95ea0bddd5bab5ea35b99a27c7f98a704d58d4f6f977facd145175cbb0a0cdf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/viniciusoike/actions/runs/27837467195"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-06-19T16:36:42.000Z",
      "commit": "a618e0c388724498b7792fa9be8bc78441d08c00",
      "fileid": "dd890836f8f2a28da2cfd59631a24af2afb7144b4cb1a27189c2018cfa9a499b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/viniciusoike/actions/runs/27837467195"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-06-19T16:36:54.000Z",
      "commit": "a618e0c388724498b7792fa9be8bc78441d08c00",
      "fileid": "3d95bbb1dfa1cd8f89a32a393acd3ef33ae4d48bf4de587968f38e1567d0e2d4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/viniciusoike/actions/runs/27837467195"
    }
  ]
}