Package: respectables Type: Package Title: Create Relationally-Specified Multi-Table Datasets Authors@R: c( person("Gabriel", "Becker", email="gabembecker@gmail.com", role = c("aut", "cre"))) Description: This package provides a general framework and utility functions for simulating or synthesizing database-like multiple-table datasets. This is done by defining and then applying data recipes, which support the simulation or derivation of multiple variables jointly and/or conditional on the value of other already existing or recipe-specified variables. It also supports the simulation or augmentation of data which encodes a 1-to-many relationship with a foreign-key in an existing table. Version: 0.0.4.9000 License: Artistic-2.0 Encoding: UTF-8 RoxygenNote: 7.1.2 Copyright: F. Hoffmann-La Roche Ltd Depends: tibble Imports: stats, methods, tibble Suggests: knitr, dplyr, ggplot2, tinytest, dm, rmarkdown VignetteBuilder: knitr Repository: https://pharmaverse.r-universe.dev Date/Publication: 2024-09-30 23:18:02 UTC RemoteUrl: https://github.com/Roche/respectables RemoteRef: HEAD RemoteSha: 64d3e5409dca2206a71a71d09212768732f89f73 NeedsCompilation: no Packaged: 2026-06-17 09:56:48 UTC; root Author: Gabriel Becker [aut, cre] Maintainer: Gabriel Becker