-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
40 lines (40 loc) · 904 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
29
30
31
32
33
34
35
36
37
38
39
40
Type: Package
Package: ctgan
Title: Synthesizer Tabular Data Using Conditional GAN
Version: 0.1.9000
Authors@R:
c(
person(given = "Kevin",
family = "Kuo",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7803-7901")),
person(given = "Lei",
family = "Xu",
role = c("aut", "cph"),
email = "[email protected]")
)
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
URL: https://github.com/kasaai/ctgan
License: Apache License (>= 2.0)
Imports:
dplyr,
tibble,
generics,
R6,
recipes,
reticulate,
rstudioapi,
zeallot,
magrittr,
assertr,
glue,
purrr,
forge
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Suggests:
testthat (>= 2.1.0),
covr