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
Roxygen: list(markdown = TRUE)
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
