{"id":32209691,"url":"https://github.com/scienceverse/faux","last_synced_at":"2026-02-21T18:05:00.738Z","repository":{"id":47102566,"uuid":"163506566","full_name":"scienceverse/faux","owner":"scienceverse","description":"R functions for simulating factorial datasets","archived":false,"fork":false,"pushed_at":"2025-10-20T14:09:26.000Z","size":147273,"stargazers_count":102,"open_issues_count":8,"forks_count":16,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-12-08T21:22:17.024Z","etag":null,"topics":["data","simulation"],"latest_commit_sha":null,"homepage":"https://scienceverse.github.io/faux/","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/scienceverse.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":".zenodo.json"}},"created_at":"2018-12-29T11:43:04.000Z","updated_at":"2025-11-06T07:42:29.000Z","dependencies_parsed_at":"2025-02-02T08:10:45.481Z","dependency_job_id":"07ebd7bd-2095-4026-874e-67f25c926bb7","html_url":"https://github.com/scienceverse/faux","commit_stats":{"total_commits":261,"total_committers":5,"mean_commits":52.2,"dds":0.03065134099616862,"last_synced_commit":"075be48d5d601fb34291637c33d65cc12b4087f8"},"previous_names":["scienceverse/faux"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/scienceverse/faux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scienceverse%2Ffaux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scienceverse%2Ffaux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scienceverse%2Ffaux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scienceverse%2Ffaux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scienceverse","download_url":"https://codeload.github.com/scienceverse/faux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scienceverse%2Ffaux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29689644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T15:51:39.154Z","status":"ssl_error","status_checked_at":"2026-02-21T15:49:03.425Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["data","simulation"],"created_at":"2025-10-22T06:13:59.723Z","updated_at":"2026-02-21T18:05:00.733Z","avatar_url":"https://github.com/scienceverse.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\nalways_allow_html: true\n---\n\n# faux \u003ca href=\"https://scienceverse.github.io/faux/\"\u003e\u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"120\" /\u003e\u003c/a\u003e\n\n\u003c!-- rmarkdown v1 --\u003e\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n\u003c!-- badges: start --\u003e\n[![DOI](https://zenodo.org/badge/163506566.svg)](https://zenodo.org/badge/latestdoi/163506566)\n[![CRAN status](https://www.r-pkg.org/badges/version-last-release/faux)](https://CRAN.R-project.org/package=faux)\n![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/faux)\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n[![Coverage status](https://codecov.io/gh/scienceverse/faux/branch/master/graph/badge.svg)](https://app.codecov.io/github/scienceverse/faux?branch=master)\n[![R-CMD-check](https://github.com/scienceverse/faux/workflows/R-CMD-check/badge.svg)](https://github.com/scienceverse/faux/actions)\n[![R-CMD-check](https://github.com/scienceverse/faux/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/scienceverse/faux/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\n\n```{r setup, include = FALSE}\nknitr::opts_chunk$set(\n  fig.path = \"man/figures/\",\n  fig.width = 8,\n  fig.height = 5,\n  collapse = TRUE,\n  comment = \"#\u003e\"\n)\n\nlibrary(ggplot2)\nlibrary(dplyr)\nlibrary(tidyr)\nlibrary(faux)\nset.seed(200)\n```\n\n\nIt is useful to be able to simulate data with a specified structure. The `faux` package provides some functions to make this process easier. See the [package website](https://scienceverse.github.io/faux/) for more details.\n\n## Installation\n\nYou can install the released version of faux from [CRAN](https://CRAN.R-project.org) with:\n\n``` r\ninstall.packages(\"faux\")\n```\n\nAnd the development version from [GitHub](https://github.com/scienceverse/faux) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"scienceverse/faux\")\n```\n\nPlease note that the 'faux' project is released with a [Contributor Code of Conduct](https://github.com/scienceverse/faux/blob/master/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscienceverse%2Ffaux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscienceverse%2Ffaux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscienceverse%2Ffaux/lists"}