Package: constructive
Title: Display Idiomatic Code to Construct Most R Objects
Version: 0.1.0
Authors@R: 
    person("Antoine", "Fabri", email = "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
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: cli, diffobj, ellipsis, rlang (>= 1.0.0), roxygen2, styler,
        waldo, methods
Suggests: dm, pixarfilms, testthat (>= 3.0.0), dplyr, data.table,
        vctrs, tibble, prettycode, tidyselect, lubridate, forcats,
        knitr, rmarkdown, sf, ggplot2, scales
URL: https://github.com/cynkra/constructive,
        https://cynkra.github.io/constructive/
BugReports: https://github.com/cynkra/constructive/issues
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2023-06-05 15:47:06 UTC; Antoine
Author: Antoine Fabri [aut, cre]
Maintainer: Antoine Fabri <antoine.fabri@gmail.com>
Repository: CRAN
Date/Publication: 2023-06-06 07:40:09 UTC
