Package: masque Title: Structurally Faithful Development Surrogates for Tabular Data Version: 0.9.2 Authors@R: c( person("Max", "Moldovan", email = "max.moldovan@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9680-8474", affiliation = "Adelaide University")) ) Description: Turns a confidential tabular dataset - a single table, a folder of files, or a multi-sheet workbook - into a structurally faithful synthetic clone suitable for pipeline development. Experimental-design allocation and the NA pattern are preserved exactly; categorical design, treatment, and covariate vocabularies can be reversibly aliased; outcome and numeric-covariate values are re-simulated via a Gaussian copula that preserves the global covariance structure. Columns shared across tables are aliased consistently so the synthetic tables still join. A private 'recipe' object round-trips a pipeline written against the synthetic clone onto the original data. Not a differential-privacy or anonymisation tool: outputs are development surrogates, not public-release-safe artefacts. License: MIT + file LICENSE Encoding: UTF-8 Language: en-AU Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.2.0) Imports: cli, data.table, digest, Matrix, S7, stats, tibble, utils, withr Suggests: agridat, fst, ggplot2, knitr, maps, readxl, rmarkdown, spelling, testthat (>= 3.0.0), writexl VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://max578.github.io/masque/, https://github.com/max578/masque BugReports: https://github.com/max578/masque/issues Repository: https://max578.r-universe.dev Date/Publication: 2026-07-23 04:46:02 UTC RemoteUrl: https://github.com/max578/masque RemoteRef: main RemoteSha: 64720f1cc2a77093a778ededd69699cb14f8ae60 NeedsCompilation: no Packaged: 2026-07-23 05:12:11 UTC; root Author: Max Moldovan [aut, cre] (ORCID: , affiliation: Adelaide University) Maintainer: Max Moldovan