{"id":13693334,"url":"https://github.com/SidharthMacherla/conjurer","last_synced_at":"2025-05-02T21:31:54.460Z","repository":{"id":36943024,"uuid":"228922834","full_name":"SidharthMacherla/conjurer","owner":"SidharthMacherla","description":"R Package to generate synthetic data.","archived":false,"fork":false,"pushed_at":"2024-06-23T22:05:35.000Z","size":216,"stargazers_count":9,"open_issues_count":12,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-12T19:41:23.129Z","etag":null,"topics":["dummy-data-generator","r","rpackage","synthetic-data","synthetic-data-generation","synthetic-dataset-generation","synthetic-tabular-data"],"latest_commit_sha":null,"homepage":"https://foyi.co.nz/documentation-of-r-package-conjurer/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SidharthMacherla.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-18T21:15:09.000Z","updated_at":"2024-06-23T22:05:38.000Z","dependencies_parsed_at":"2024-04-08T02:25:05.278Z","dependency_job_id":"9ae141d9-cec1-4ff8-8690-aef70d0190c2","html_url":"https://github.com/SidharthMacherla/conjurer","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SidharthMacherla%2Fconjurer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SidharthMacherla%2Fconjurer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SidharthMacherla%2Fconjurer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SidharthMacherla%2Fconjurer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SidharthMacherla","download_url":"https://codeload.github.com/SidharthMacherla/conjurer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252108907,"owners_count":21696157,"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":["dummy-data-generator","r","rpackage","synthetic-data","synthetic-data-generation","synthetic-dataset-generation","synthetic-tabular-data"],"created_at":"2024-08-02T17:01:08.547Z","updated_at":"2025-05-02T21:31:54.190Z","avatar_url":"https://github.com/SidharthMacherla.png","language":"R","funding_links":[],"categories":["Process-driven methods"],"sub_categories":["Tabular"],"readme":"[![](https://www.r-pkg.org/badges/version/conjurer)](https://cran.r-project.org/package=conjurer)\n[![](https://cranlogs.r-pkg.org/badges/grand-total/conjurer)](https://cran.r-project.org/package=conjurer)\n[![Build Status](https://travis-ci.org/SidharthMacherla/conjurer.svg?branch=master)](https://travis-ci.org/SidharthMacherla/conjurer)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/52cb239790ab41d2806108140ce36639)](https://app.codacy.com/manual/msidharthrasik/conjurer?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=SidharthMacherla/conjurer\u0026utm_campaign=Badge_Grade_Dashboard)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3687/badge)](https://bestpractices.coreinfrastructure.org/projects/3687)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5635615.svg)](https://doi.org/10.5281/zenodo.5635615)\n\n# Documentation\nThe official documentation for **conjurer** is at [foyi](https://foyi.co.nz/documentation-of-r-package-conjurer/)\n\n# Feedback\nPlease share your feedback and feature requests by filling in this [2 question survey](https://forms.gle/eyUskvvZqcYwG6C16)\n\n\u003e:bell:If you are looking for an easy to use GUI for generating synthetic data please check out the app [*UnReal*](https://www.foyi.co.nz/posts/apps/apps_unreal/) :tada:\n\n## Author\nSidharth Macherla\n## License\nThis project is licensed under the MIT License - see the\n[LICENSE](https://github.com/SidharthMacherla/conjurer/blob/master/LICENSE) file for details.\n## Statement of Need\nData science applications need data to prototype and demonstrate to potential clients. For such purposes, using production data is a possibility. However, it is not always feasible due to legal and/or ethical considerations. This resulted in a need for generating synthetic data. This need is the key motivator for the package **conjurer**.\n\nData across multiple domains are known to exhibit some form of seasonality, cyclicality and trend. Although there are synthetic data generation packages currently available, they focus primarily on synthetic versions of microdata containing confidential information or for machine learning purposes. There is a need for a more generic synthetic data generation package that helps for multiple purposes such as forecasting, customer segmentation, insight generation etc. This package **conjurer** helps in generating such synthetic data.\n\n## Installation instructions\nFirstly, install R from [here](https://cloud.r-project.org/)\n\nFrom the R console, install the package by using the following code\n``` R\ninstall.packages('conjurer')\n```\n\n## Example usage\nThe package page on CRAN(Comprehensive R Archive Network) is [here](https://cran.r-project.org/web/packages/conjurer/index.html). The reference manual is [here](https://cran.r-project.org/web/packages/conjurer/conjurer.pdf). The package vignette with the detailed documentation for usage with illustrative examples is [here](https://cran.r-project.org/web/packages/conjurer/vignettes/introduction_to_conjurer.html)\n\n## Community guidelines\nFor guidelines regarding code contributions, refer to [CONTRIBUTING](https://github.com/SidharthMacherla/conjurer/blob/master/CONTRIBUTING.md). For guidelines on reporting security vulnerabilities, refer to [SECURITY](https://github.com/SidharthMacherla/conjurer/blob/master/SECURITY.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSidharthMacherla%2Fconjurer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSidharthMacherla%2Fconjurer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSidharthMacherla%2Fconjurer/lists"}