Package: constructive
Title: Display Idiomatic Code to Construct Most R Objects
Version: 0.2.0
Authors@R: 
    person("Antoine", "Fabri", , "antoine.fabri@gmail.com", role = c("aut", "cre"))
Description: Prints code that can be used to recreate R objects. In a
    sense it is similar to 'base::dput()' or 'base::deparse()' but
    'constructive' strives to use idiomatic constructors.
License: MIT + file LICENSE
URL: https://github.com/cynkra/constructive,
        https://cynkra.github.io/constructive/
BugReports: https://github.com/cynkra/constructive/issues
Imports: cli, diffobj, ellipsis, methods, rlang (>= 1.0.0), roxygen2,
        waldo
Suggests: data.table, DiagrammeR, DiagrammeRsvg, dm, dplyr, forcats,
        ggplot2, knitr, lubridate, pixarfilms, prettycode, rmarkdown,
        scales, sf, testthat (>= 3.0.0), tibble, tidyselect, vctrs,
        withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-11-13 17:13:08 UTC; Antoine
Author: Antoine Fabri [aut, cre]
Maintainer: Antoine Fabri <antoine.fabri@gmail.com>
Repository: CRAN
Date/Publication: 2023-11-13 17:33:24 UTC
