Package: constructive
Title: Display Idiomatic Code to Construct Most R Objects
Version: 1.1.0
Authors@R: c(
    person("Antoine", "Fabri", , "antoine.fabri@gmail.com", role = c("aut", "cre")),
    person("Kirill", "Müller", , "kirill@cynkra.com", role = "ctb",
           comment = c(ORCID = "0000-0002-1416-3412")),
    person("Jacob", "Scott", , "jscott2718@gmail.com", role = "ctb")
  )
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, methods, rlang (>= 1.0.0), waldo
Suggests: bit64, blob, clipr, data.table, DiagrammeR, DiagrammeRsvg,
        dm, dplyr, forcats, ggplot2, knitr, lubridate, pixarfilms,
        prettycode, R6, reprex, rmarkdown, roxygen2, rstudioapi,
        scales, sf, testthat (>= 3.0.0), tibble, tidyselect, vctrs,
        withr, xts, zoo
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2.9000
NeedsCompilation: yes
Packaged: 2025-01-10 13:49:16 UTC; Antoine
Author: Antoine Fabri [aut, cre],
  Kirill Müller [ctb] (<https://orcid.org/0000-0002-1416-3412>),
  Jacob Scott [ctb]
Maintainer: Antoine Fabri <antoine.fabri@gmail.com>
Repository: CRAN
Date/Publication: 2025-01-10 14:10:01 UTC
