{"id":16275875,"url":"https://github.com/brodieg/unitizer","last_synced_at":"2025-04-14T14:22:06.083Z","repository":{"id":56928541,"uuid":"17386376","full_name":"brodieG/unitizer","owner":"brodieG","description":"Easy R Unit Tests","archived":false,"fork":false,"pushed_at":"2025-03-19T23:38:56.000Z","size":8107,"stargazers_count":39,"open_issues_count":40,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-14T14:21:53.093Z","etag":null,"topics":["r","unit-testing"],"latest_commit_sha":null,"homepage":"","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/brodieG.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"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}},"created_at":"2014-03-04T01:24:52.000Z","updated_at":"2025-03-19T23:39:03.000Z","dependencies_parsed_at":"2022-08-20T23:30:40.930Z","dependency_job_id":"6be21ff7-c6ad-4cdf-b9b2-2b0c6207e103","html_url":"https://github.com/brodieG/unitizer","commit_stats":{"total_commits":2153,"total_committers":2,"mean_commits":1076.5,"dds":0.0004644681839294229,"last_synced_commit":"8de1d57e8e95b4960a83ea9a53bdc2b831efd06d"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brodieG%2Funitizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brodieG%2Funitizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brodieG%2Funitizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brodieG%2Funitizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brodieG","download_url":"https://codeload.github.com/brodieG/unitizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248894949,"owners_count":21179154,"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":["r","unit-testing"],"created_at":"2024-10-10T18:45:56.326Z","updated_at":"2025-04-14T14:22:06.054Z","avatar_url":"https://github.com/brodieG.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- README.md is generated from README.Rmd. Please edit that file \n\n# render('README.Rmd', output_format=html_vignette(css='vignettes/styles.css'))\nrmarkdown::render('README.Rmd', output_format=rmarkdown::md_document())\n\n--\u003e\n\n# unitizeR - Interactive R Unit Tests\n\n[![R build status](https://github.com/brodieG/unitizer/workflows/R-CMD-check/badge.svg)](https://github.com/brodieG/unitizer/actions)\n[![](https://codecov.io/github/brodieG/unitizer/coverage.svg?branch=rc)](https://app.codecov.io/gh/brodieG/unitizer?branch=rc)\n[![](http://www.r-pkg.org/badges/version/unitizer)](https://cran.r-project.org/package=unitizer)\n[![Dependencies direct/recursive](https://tinyverse.netlify.app/badge/unitizer)](https://tinyverse.netlify.app/)\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n\n```{r child='vignettes/rmdhunks/intro.Rmd'}\n```\n\n```{r child='vignettes/rmdhunks/usage.Rmd'}\n```\n\n## Documentation\n\n* `help(package=\"unitizer\")`, in particular `?unitize`\n* `demo(package=\"unitizer\")`\n* [`browseVignettes(\"unitizer\")`](https://cran.r-project.org/package=unitizer/vignettes/u0_unitizer_index.html)\n  for a list of vignettes, or skip straight to the [Introduction\n  vignette](https://cran.r-project.org/package=unitizer/vignettes/u1_intro.html)\n\n## Related Packages\n\n* [`aammrtf`](https://github.com/brodieG/aammrtf), a minimal version of\n  `unitizer`, used by `unitizer` for its own tests.\n* [`testthat`](https://cran.r-project.org/package=testthat).\n* [`tinytest`](https://cran.r-project.org/package=tinytest), which is extended\n  by [`ttdo`](https://cran.r-project.org/package=ttdo) for\n  [`diffobj`](https://cran.r-project.org/package=diffobj) diffs.\n* [`RUnit`](https://cran.r-project.org/package=RUnit).\n\n## Acknowledgments\n\nThank you to:\n\n* R Core for developing and maintaining such a wonderfully language.\n* CRAN maintainers, for patiently shepherding packages onto CRAN and maintaining\n  the repository, and Uwe Ligges in particular for maintaining\n  [Winbuilder](https://win-builder.r-project.org/).\n* [Gábor Csárdi](https://github.com/gaborcsardi) for\n  [crayon](https://cran.r-project.org/package=crayon) through which we can\n  add a new dimension to the R experience.\n* [Jim Hester](https://github.com/jimhester) because\n  [covr](https://cran.r-project.org/package=covr) rocks.\n* [Hadley Wickham](https://github.com/hadley) for\n  [testthat](https://cran.r-project.org/package=testthat) from which we borrow\n  many concepts, and for his many other packages.\n* [Dirk Eddelbuettel](https://github.com/eddelbuettel) and [Carl\n  Boettiger](https://github.com/cboettig) for the\n  [rocker](https://github.com/rocker-org/rocker) project, and [Gábor\n  Csárdi](https://github.com/gaborcsardi) and the R-consortium for\n  [Rhub](https://github.com/r-hub/rhub), without which testing bugs on R-devel\n  and other platforms would be a nightmare.\n* [Yihui Xie](https://github.com/yihui) for\n  [knitr](https://cran.r-project.org/package=knitr) and  [J.J.\n  Allaire](https://github.com/jjallaire) et al. for\n  [rmarkdown](https://cran.r-project.org/package=rmarkdown), and by extension\n  John MacFarlane for [pandoc](https://pandoc.org/).\n* @kohler for [gifsicle](https://github.com/kohler/gifsicle) and the [ffmpeg\n  team](http://ffmpeg.org/about.html) for ffmpeg.\n* All open source developers out there that make their work freely available\n  for others to use.\n* [Github](https://github.com/), [Codecov](https://about.codecov.io/),\n  [Vagrant](https://www.vagrantup.com/), [Docker](https://www.docker.com/),\n  [Ubuntu](https://ubuntu.com/), [Brew](https://brew.sh/) for providing\n  infrastructure that greatly simplifies open source development.\n* [Free Software Foundation](https://www.fsf.org/) for developing the GPL license and\n  promotion of the free software movement.\n\n## About the Author\n\nBrodie Gaslam is a hobbyist programmer based in the US East Coast.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrodieg%2Funitizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrodieg%2Funitizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrodieg%2Funitizer/lists"}