Package: plotbb
Title: Grammar of Graphics for 'base' Plot
Version: 0.1.0
Authors@R: c(
	   person("Guangchuang", "Yu",     email = "guangchuangyu@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6485-8781"))
     )
Description: Proof of concept for implementing grammar of graphics using base plot. The bbplot() function initializes a 'bbplot' object to store input data, aesthetic mapping, a list of layers and theme elements. The object will be rendered as a graphic using base plot command if it is printed.  
Imports: graphics, magrittr, rlang, scales, methods, utils
Suggests: stats, ape, aplot (>= 0.0.8), dplyr, ggplotify (>= 0.1.0),
        quarto
VignetteBuilder: quarto
ByteCompile: true
License: Artistic-2.0
Encoding: UTF-8
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-01-15 16:01:54 UTC; HUAWEI
Author: Guangchuang Yu [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-6485-8781>)
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>
Repository: CRAN
Date/Publication: 2026-01-15 16:50:02 UTC
Built: R 4.5.2; ; 2026-01-23 02:56:48 UTC; windows
