Package: fakir Title: Generate Fake Datasets for Prototyping and Teaching Version: 1.1.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 Config/pak/sysreqs: libicu-dev Repository: https://thinkr-open.r-universe.dev Date/Publication: 2024-08-22 09:03:56 UTC RemoteUrl: https://github.com/ThinkR-open/fakir RemoteRef: HEAD RemoteSha: 1d61a6fc4ad65ba468eda7ce857613624009a868 NeedsCompilation: no Packaged: 2026-06-23 09:18:49 UTC; root Author: Colin Fay [aut, cre] (ORCID: ), Sebastien Rochette [aut] (ORCID: ), ThinkR [cph] Maintainer: Colin Fay