-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
78 lines (78 loc) · 1.88 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: DataFakeR
Type: Package
Title: Generate Fake Data for Relational Databases
Version: 0.1.3
Authors@R: c(
person(
given = "Krystian", family = "Igras",
email = "krystian8207@gmail.com",
role = c("aut", "cre")
),
person(
given = "Kamil", family = "Wais",
email = "kamil.wais@gmail.com",
role = c("ctb")
),
person(
given = "Adam", family = "Foryś",
email = "adam.forys@gmail.com",
role = c("ctb")
),
person(
given = "Adam", family = "Leśniewski",
email = "alesniewski123@gmail.com",
role = c("ctb")
),
person(
given = "Paweł", family = "Kawski",
email = "pawel.kawski@gmail.com",
role = c("ctb")
)
)
Maintainer: Krystian Igras <krystian8207@gmail.com>
Description: Based on provided database description and/or database connection
generate data sample preserving source structure.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
yaml,
purrr,
tidygraph,
dplyr (>= 1.0.0),
tibble,
magrittr,
glue,
R6
Suggests:
DBI,
charlatan,
stringr,
stringi,
rmarkdown,
knitr,
covr,
lintr,
httr,
mockery,
testthat (>= 3.0.0),
rcmdcheck
Config/testthat/edition: 3
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Collate:
'DataFaker-package.R'
'simulate_char_col.R'
'simulate_num_col.R'
'simulate_int_col.R'
'simulate_lgl_col.R'
'simulate_dat_col.R'
'simulate_cols.R'
'simulate_tables.R'
'schema_utils.R'
'schema_deps.R'
'schema_conf.R'
'schema_source.R'
'schema_from_db.R'
'schema_from_list.R'
URL: https://github.com/openpharma/DataFakeR