Package: base2grob
Title: Convert Base Plot to 'grob' Object
Version: 0.0.2
Authors@R: c(person("Guangchuang", "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781")),
              person("Claus O.", "Wilke", email = "wilke@austin.utexas.edu", role = "ctb", comment = "par setting"))
Description: Convert base plot function call (using expression or formula) to 'grob' object that compatible to the 'grid' ecosystem. With this package, we are able to e.g. using 'cowplot' to align base plots with 'ggplot' objects and using 'ggsave' to export base plot to file.
Depends: R (>= 3.4.0)
Imports: graphics, grDevices, grid, gridGraphics
Suggests: cowplot, ggplot2, knitr, prettydoc
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
URL: https://github.com/GuangchuangYu/base2grob
BugReports: https://github.com/GuangchuangYu/base2grob/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-03-15 05:00:44 UTC; guangchuangyu
Author: Guangchuang Yu [aut, cre] (<https://orcid.org/0000-0002-6485-8781>),
  Claus O. Wilke [ctb] (par setting)
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>
Repository: CRAN
Date/Publication: 2018-03-15 16:34:09 UTC
