{"id":17122223,"url":"https://github.com/ashander/runr","last_synced_at":"2025-03-24T02:46:47.934Z","repository":{"id":142804302,"uuid":"55128836","full_name":"ashander/runr","owner":"ashander","description":"a tidy simulation runner","archived":false,"fork":false,"pushed_at":"2016-08-04T19:59:53.000Z","size":32,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T08:47:37.613Z","etag":null,"topics":["r","simulation","tidy"],"latest_commit_sha":null,"homepage":"http://ashander.github.io/runr/doc/debug-profile.html","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/ashander.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-03-31T07:16:14.000Z","updated_at":"2017-03-12T20:42:08.000Z","dependencies_parsed_at":"2023-03-22T02:33:08.328Z","dependency_job_id":null,"html_url":"https://github.com/ashander/runr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashander%2Frunr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashander%2Frunr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashander%2Frunr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashander%2Frunr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashander","download_url":"https://codeload.github.com/ashander/runr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245200675,"owners_count":20576673,"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","simulation","tidy"],"created_at":"2024-10-14T18:06:49.879Z","updated_at":"2025-03-24T02:46:47.915Z","avatar_url":"https://github.com/ashander.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput:\n  md_document:\n    variant: markdown_github\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\nrunr: a tidy simulation runner\n=============================\n\nrunr provides an opinionated wrapper to run simulations and recover tidy output.\n\nThe packages exports one function, `run`, which runs a function with some\nvarying parameters, and some fixed parameters. `run`, expects the varying\nparameters in a data.frame and the fixed parameters in a list or environment.\nIt returns the results in an data.frame that can be `cbind`-ed to the input\ndata.frame.\n\n[![Travis-CI Build Status](https://travis-ci.org/ashander/runr.svg?branch=master)](https://travis-ci.org/ashander/runr)\n[![Coverage Status](https://img.shields.io/codecov/c/github/ashander/runr/master.svg)](https://codecov.io/github/ashander/runr?branch=master)\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n# Install\n`devtools::install_github('ashander/runr')`\n\n# Example Usage:\n```{r, run-ex}\nrequire(devtools)\ndevtools::run_examples('.')\n```\n\n# Details\n\n## Vignette\n\nFor further examples, [read the vignette](http://www.ashander.info/runr/doc/debug-profile.html).\nIt focuses on on debug and profile output.\n\n## Documentation\n\nBetter to install the package and do `require(runr); ?run`, but here's an ugly\npreview of the help file:\n\n```{r, help}\ncat(readLines('man/run.Rd'), sep = '\\n')\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashander%2Frunr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashander%2Frunr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashander%2Frunr/lists"}