Package: blockr.ggplot
Title: Interactive 'ggplot2' Visualization Blocks
Version: 0.1.0
Authors@R: 
    c(person(given = "Christoph",
             family = "Sax",
             role = c("aut", "cre"),
             email = "christoph@cynkra.com",
             comment = c(ORCID = "0000-0002-7192-7044")),
      person(given = "Nicolas",
             family = "Bennett",
             role = "aut",
             email = "nicolas@cynkra.com"),
      person(given = "David",
             family = "Granjon",
             role = "aut",
             email = "david@cynkra.com"),
      person(given = "Mike",
             family = "Page",
             role = "aut",
             email = "mike@cynkra.com"),
      person(family = "Bristol Myers Squibb",
             role = "fnd")
    )
Description: Extends 'blockr.core' with interactive blocks for data
    visualization using 'ggplot2'. Users can build charts through a graphical
    interface without writing code directly. Includes common chart types
    (bar charts, line charts, pie charts, scatter plots) as well as statistical
    plots (boxplots, histograms, density plots, violin plots) with
    rich customization options and intuitive user interfaces.
URL: https://bristolmyerssquibb.github.io/blockr.ggplot/
BugReports: https://github.com/BristolMyersSquibb/blockr.ggplot/issues
License: GPL (>= 3)
Depends: R (>= 4.1.0)
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: blockr.core (>= 0.1.1), colourpicker, ggplot2, glue,
        patchwork, shiny, shinyjs, shinyWidgets
Suggests: cowplot, ggpubr, ggthemes, knitr, pkgdown, rmarkdown, rlang,
        shinytest2, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
NeedsCompilation: no
Packaged: 2025-12-12 16:24:11 UTC; christophsax
Author: Christoph Sax [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-7192-7044>),
  Nicolas Bennett [aut],
  David Granjon [aut],
  Mike Page [aut],
  Bristol Myers Squibb [fnd]
Maintainer: Christoph Sax <christoph@cynkra.com>
Repository: CRAN
Date/Publication: 2025-12-18 14:10:15 UTC
Built: R 4.6.0; ; 2025-12-24 04:35:18 UTC; windows
