-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
28 lines (28 loc) · 994 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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