{"id":20665668,"url":"https://github.com/thinkr-open/fakir","last_synced_at":"2025-07-14T16:39:41.172Z","repository":{"id":69754248,"uuid":"130026321","full_name":"ThinkR-open/fakir","owner":"ThinkR-open","description":"Create Fake Data in R for tutorials","archived":false,"fork":false,"pushed_at":"2024-08-22T09:03:56.000Z","size":9928,"stargazers_count":133,"open_issues_count":5,"forks_count":19,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-06-26T21:12:58.877Z","etag":null,"topics":["charlatan","fake-datasets","golemverse","hacktoberfest","r","r-package","rstats"],"latest_commit_sha":null,"homepage":"https://thinkr-open.github.io/fakir/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThinkR-open.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-04-18T08:02:29.000Z","updated_at":"2025-01-09T06:04:43.000Z","dependencies_parsed_at":"2025-05-08T12:45:07.202Z","dependency_job_id":null,"html_url":"https://github.com/ThinkR-open/fakir","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ThinkR-open/fakir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThinkR-open%2Ffakir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThinkR-open%2Ffakir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThinkR-open%2Ffakir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThinkR-open%2Ffakir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThinkR-open","download_url":"https://codeload.github.com/ThinkR-open/fakir/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThinkR-open%2Ffakir/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265319582,"owners_count":23746364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["charlatan","fake-datasets","golemverse","hacktoberfest","r","r-package","rstats"],"created_at":"2024-11-16T19:33:10.222Z","updated_at":"2025-07-14T16:39:41.147Z","avatar_url":"https://github.com/ThinkR-open.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r setup, include = FALSE}\nknitr::opts_chunk$set(\n  comment = \"\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"50%\",\n  fig.align = \"center\",\n  message = FALSE,\n  eval = TRUE\n)\n```\n\n# fakir \u003cimg src=\"man/figures/logo.png\" align=\"right\" alt=\"\" width=\"120\" /\u003e\n\n\u003c!-- badges: start --\u003e\n[![Codecov test coverage](https://codecov.io/gh/ThinkR-open/fakir/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ThinkR-open/fakir?branch=master)\n[![R-CMD-check](https://github.com/ThinkR-open/fakir/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ThinkR-open/fakir/actions/workflows/R-CMD-check.yaml)\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n\u003c!-- badges: end --\u003e\n\nThe goal of `{fakir}` is to provide fake datasets that can be used for prototyping or teaching purpose.\n\nThe full documentation is in this `{pkgdown} `site: \u003chttps://thinkr-open.github.io/fakir/\u003e.\n\n`{fakir}` is part of the [golemverse](https://golemverse.org/).\n\n## About\n\nYou're reading the doc about version : `r pkgload::pkg_version()`\n\nThis README has been compiled on the\n\n```{r}\nSys.time()\n```\n\nHere are the test \u0026 coverage results :\n\n```{r}\ndevtools::check(quiet = TRUE)\n```\n\n```{r echo = FALSE}\nunloadNamespace(\"fakir\")\n```\n\n```{r eval = TRUE, message = TRUE}\ncovr::package_coverage()\n```\n\n## Installation\n\nYou can install the released version of `{fakir}` from [CRAN](https://CRAN.R-project.org) with:\n\n``` r\ninstall.packages(\"fakir\")\n```\n\nOr the development version from GitHub with:\n\n```r\n# From r-universe.dev (No need for GITHUB_PAT)\ninstall.packages(\n  \"fakir\",\n  repos = c(\"thinkropen\" = \"https://thinkr-open.r-universe.dev\")\n)\n\n# With {remotes} using GitHub API\n# install.packages(\"remotes\")\nremotes::install_github(\"ThinkR-open/fakir\")\n```\n\n## Characteristics \u0026 usage\n\nThis package is designed for simulating real life datasets:\n\n- some datasets follow the tidy-data principles, others don't.\n- Some missing values are set for numeric and categorical variables\n- Some variables values are correlated\n\nSupported languages are, for now, French and US English.\n\nSee the Vignette for examples.\n\n## Prior work\n\nThis package is heavily inspired by [{charlatan}](https://github.com/ropensci/charlatan).\n\nScott Chamberlain (2017). charlatan: Make Fake Data. R package version 0.1.0.\nhttps://CRAN.R-project.org/package=charlatan\n\n## Contribute\n\nYou can contribute to ``{fakir}`` in two ways:\n\n### Translate\n\nYou can translate to other locales by providing :\n\n+ new `vec` in \"R/utils\"\n+ new `local` in \"R/fake_client\" and \"R/fake_transport\"\n\n### New dataset\n\nFeel free to create new datasets generators.\n\n## Code of Conduct\n\nPlease note that the fakir project is released with a [Contributor Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/). By contributing to this project, you agree to abide by its terms.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkr-open%2Ffakir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinkr-open%2Ffakir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkr-open%2Ffakir/lists"}