Package: fakir
Title: Generate Fake Datasets for Prototyping and Teaching
Version: 1.0.0
Authors@R: 
    c(person(given = "Colin",
             family = "Fay",
             role = c("aut", "cre"),
             email = "contact@colinfay.me",
             comment = c(ORCID = "0000-0001-7343-1846")),
      person(given = "Sebastien",
             family = "Rochette",
             role = "aut",
             email = "sebastien@thinkr.fr",
             comment = c(ORCID = "0000-0002-1565-9313")),
      person(given = "ThinkR",
             role = "cph"))
Description: Create fake datasets that can be used for prototyping and teaching.
    This package provides a set of functions to generate fake data
    for a variety of data types, such as dates, addresses,
    and names. It can be used for prototyping (notably in 'shiny') or as a tool
    to teach data manipulation and data visualization.
License: MIT + file LICENSE
URL: https://github.com/Thinkr-open/fakir
BugReports: https://github.com/Thinkr-open/fakir/issues
Depends: R (>= 2.10)
Imports: attempt, charlatan, dplyr, glue, lubridate, magrittr, purrr,
        stats, tibble, tidyr, withr
Suggests: covr, ggplot2, knitr, pkgdown, rmarkdown, sf, testthat
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-04-12 19:30:30 UTC; colinfay
Author: Colin Fay [aut, cre] (<https://orcid.org/0000-0001-7343-1846>),
  Sebastien Rochette [aut] (<https://orcid.org/0000-0002-1565-9313>),
  ThinkR [cph]
Maintainer: Colin Fay <contact@colinfay.me>
Repository: CRAN
Date/Publication: 2023-04-13 11:20:02 UTC
Built: R 4.6.0; ; 2025-07-18 07:57:00 UTC; unix
