Other packages > Find by keyword >

constructive  

Display Idiomatic Code to Construct Most R Objects
View on CRAN: Click here


Download and install constructive package within the R console
Install from CRAN:
install.packages("constructive")

Install from Github:
library("remotes")
install_github("cran/constructive")

Install by package version:
library("remotes")
install_version("constructive", "1.3.0")



Attach the package and use:
library("constructive")
Maintained by
Antoine Fabri
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2023-06-06
Latest Update: 2025-01-10
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.
How to cite:
Antoine Fabri (2023). constructive: Display Idiomatic Code to Construct Most R Objects. R package version 1.3.0, https://cran.r-project.org/web/packages/constructive. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.1.0 (2023-06-06 09:40), 0.2.0 (2023-11-13 18:33), 0.3.0 (2024-03-05 18:40), 1.0.0 (2024-07-02 23:10), 1.0.1 (2024-07-07 11:40), 1.1.0 (2025-01-10 15:10), 1.2.0 (2025-08-28 15:30)
Other packages that cited constructive R package
View constructive citation profile
Other R packages that constructive depends, imports, suggests or enhances
Complete documentation for constructive
Functions, R codes and Examples using the constructive R package
Some associated functions: compare_options . construct . construct_diff . construct_dump . construct_issues . construct_signature . constructive-package . constructors . custom-constructors . deparse_call . dot-cstr_apply . dot-cstr_combine_errors . dot-cstr_construct . dot-cstr_fetch_opts . dot-cstr_match_constructor . dot-cstr_options . dot-cstr_pipe . dot-cstr_register_constructors . dot-cstr_repair_attributes . dot-cstr_wrap . dot-env . dot-xptr . opts_AsIs . opts_Date . opts_Layer . opts_POSIXct . opts_POSIXlt . opts_R_system_version . opts_S4 . opts_array . opts_atomic . opts_classGeneratorFunction . opts_classPrototypeDef . opts_classRepresentation . opts_constructive_options . opts_data.frame . opts_data.table . opts_dm . opts_dots . opts_environment . opts_externalptr . opts_factor . opts_formula . opts_function . opts_grouped_df . opts_language . opts_list . opts_matrix . opts_mts . opts_numeric_version . opts_ordered . opts_package_version . opts_pairlist . opts_quosure . opts_quosures . opts_rowwise_df . opts_tbl_df . opts_ts . opts_vctrs_list_of . opts_weakref . 
Some associated R codes: C_wrappers.R . abort.R . construct-helpers.R . construct.R . construct_diff.R . construct_dump.R . construct_idiomatic.R . construct_issues.R . construct_signature.R . constructive-package.R . custom_constructors.R . deparse_call.R . environment_utils.R . expect.R . opts.R . register_constructors.R . repair_attributes.R . roxygen2-tags.R . s3-AsIs.R . s3-Date.R . s3-POSIXct.R . s3-POSIXlt.R . s3-array.R . s3-atomic.R . s3-constructive_options.R . s3-data.frame.R . s3-data.table.R . s3-dm.R . s3-dots.R . s3-environment.R . s3-externalptr.R . s3-factor.R . s3-formula.R . s3-function.R . s3-ggplot2-Coord.R . s3-ggplot2-FacetWrap.R . s3-ggplot2-Layer.R . s3-ggplot2-Scale.R . s3-ggplot2-ScalesList.R . s3-ggplot2-ggplot.R . s3-ggplot2-ggproto.R . s3-ggplot2-labels.R . s3-ggplot2-theme.R . s3-ggplot2-uneval.R . s3-ggplot2-waiver.R . s3-grouped_df.R . s3-language.R . s3-list.R . s3-matrix.R . s3-mts.R . s3-numeric_version.R . s3-ordered.R . s3-pairlist.R . s3-quosure.R . s3-quosures.R . s3-rowwise_df.R . s3-tbl_df.R . s3-ts.R . s3-vctrs_list_of.R . s3-weakref.R . s4-classGeneratorFunction.R . s4-classPrototypeDef.R . s4-classRepresentation.R . s4.R . utils.R . zzz.R .  Full constructive package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA