Package: DataFakeR
Type: Package
Title: Generate Fake Data for Relational Databases
Version: 0.1.2
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
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.1.2
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'
NeedsCompilation: no
Packaged: 2021-09-23 11:53:28 UTC; krystian
Author: Krystian Igras [aut, cre],
  Kamil Wais [ctb],
  Adam Foryś [ctb],
  Adam Leśniewski [ctb],
  Paweł Kawski [ctb]
Repository: CRAN
Date/Publication: 2021-09-23 18:10:06 UTC
Built: R 4.0.2; ; 2021-09-24 10:54:34 UTC; unix
