Package: constructive Title: Display Idiomatic Code to Construct Most R Objects Version: 1.3.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"), person("cynkra GmbH", , , "mail@cynkra.com", role = "fnd", comment = c(ROR = "0335t7e62")) ) 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 (>= 3.1.0), diffobj, methods, rlang (>= 1.0.0), waldo Suggests: bit64, blob, clipr, data.table, DiagrammeR, DiagrammeRsvg, dm, dplyr, ellmer, forcats, ggplot2, jsonlite, knitr, lubridate, R6, reprex, rmarkdown, roxygen2, rstudioapi, S7, scales, sf, testthat (>= 3.0.0), tibble, tidyselect, vctrs, withr, xml2, xts, zoo VignetteBuilder: knitr Config/Needs/website: cynkra/cynkratemplate Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3.9000 Repository: https://cynkra.r-universe.dev Date/Publication: 2026-05-23 18:04:23 UTC RemoteUrl: https://github.com/cynkra/constructive RemoteRef: HEAD RemoteSha: 3828bdbb279dc33e281aab3ee8145f21efccbd18 NeedsCompilation: yes Packaged: 2026-06-23 20:48:45 UTC; root Author: Antoine Fabri [aut, cre], Kirill Müller [ctb] (ORCID: ), Jacob Scott [ctb], cynkra GmbH [fnd] (ROR: ) Maintainer: Antoine Fabri