{"id":14069555,"url":"https://github.com/davidski/tidyrisk-docker","last_synced_at":"2025-09-06T02:44:19.250Z","repository":{"id":31855209,"uuid":"114720925","full_name":"davidski/tidyrisk-docker","owner":"davidski","description":"⚖🐋Rocker-based Docker Containers for Tidyrisk","archived":false,"fork":false,"pushed_at":"2023-04-24T06:02:46.000Z","size":88,"stargazers_count":6,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T21:07:59.486Z","etag":null,"topics":["colector","docker","evaluator","r","rstats","tidyrisk"],"latest_commit_sha":null,"homepage":"https://tidyrisk.org","language":"Shell","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/davidski.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2017-12-19T04:58:54.000Z","updated_at":"2025-04-15T20:28:50.000Z","dependencies_parsed_at":"2024-08-13T07:15:25.003Z","dependency_job_id":null,"html_url":"https://github.com/davidski/tidyrisk-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidski/tidyrisk-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidski%2Ftidyrisk-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidski%2Ftidyrisk-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidski%2Ftidyrisk-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidski%2Ftidyrisk-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidski","download_url":"https://codeload.github.com/davidski/tidyrisk-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidski%2Ftidyrisk-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273850619,"owners_count":25179356,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["colector","docker","evaluator","r","rstats","tidyrisk"],"created_at":"2024-08-13T07:07:02.732Z","updated_at":"2025-09-06T02:44:19.228Z","avatar_url":"https://github.com/davidski.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/davidski/tidyrisk-docker.svg?branch=master)](https://travis-ci.org/davidski/tidyrisk-docker)\n[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nVisit [tidyrisk.org](https://tidyrisk.org) for more about Tidyrisk.\n\n## Introduction\n\nAn all-in-one setup for running [evaluator](https://evaluator.tidyrisk.org). \nBased upon the [rocker](https://hub.docker.com/r/rocker/rstudio/) RStudio \nimage, this allows users to have a known working installation of Evaluator and \nall of its dependencies without having to manage a local installation.\n\n##  How to Use\n\n### Interactive Use\n\n1. Install Docker (free community editions for MacOS, Windows, Linux, and \n   several cloud providers are all available via the \n   [Docker Store](https://store.docker.com/search?type=edition\u0026offering=community)).\n2. `docker run -d -p 8787:8787 tidyrisk/evaluator:latest`.\n3. Navigate with a local web browser to http://localhost:8787.\n4. Login to RStudio with the user `rstudio` and the password `rstudio`.\n\n### Simplified Analysis Flow\n\n1. `docker run --rm -v \"$(pwd)/evaluator\":/data tidyrisk/evaluator:latest create_templates`.\n2. Edit the templates in the `evaluator/inputs` subdirectory on your host system.\n3. `docker run --rm -v \"$(pwd)/evaluator\":/data tidyrisk/evaluator:latest run_analysis`.\n4. Consume the reports and analysis in the `evaluator/results` directory on your host system.\n\n### Data Storage\n\nYou can share data between your local host and the evaluator instance by \nmounting volumes to the container's `/home/rstudio` directory.\n\nTo store data in a pre-existing `data` subdirectory in your host's current \nworking directory, use the following command:\n\n\u003e `docker run -d -p 8787:8787 -v $(pwd)/data:/home/rstudio tidyrisk/evaluator:latest`\n\n## See Also\n\n* [tidyrisk](https://tidyrisk.org) - For information on the tidyrisk family.\n* [Rocker Wiki](https://github.com/rocker-org/rocker/wiki/Using-the-RStudio-image) - For additional \noptions on running and configuring the Dockerized RStudio instance.\n\n### Alternative Images\n\n| Image Name | Description | Size | \n|------------|-------------|------|\n| `evaluator` | Evaluator | [![](https://images.microbadger.com/badges/image/tidyrisk/evaluator.svg)](https://microbadger.com/images/tidyrisk/evaluator) |\n| `collector` | **Not yet built** A container with the collector package pre-installed. | [![](https://images.microbadger.com/badges/image/tidyrisk/collector.svg)](https://microbadger.com/images/tidyrisk/collector) |\n| `tidyrisk` | **Not yet built** A combined collector \u0026 evaluator image. | [![](https://images.microbadger.com/badges/image/tidyrisk/tidyrisk.svg)](https://microbadger.com/images/tidyrisk/tidyrisk) |\n| `evaluator-noLD` | **Not yet built** Evaluator installed with r-devel without long double support. This is an internal container used for testing tidyrisk prior to CRAN release. | [![](https://images.microbadger.com/badges/image/tidyrisk/evaluator.svg)](https://microbadger.com/images/tidyrisk/evaluator) |\n\n\nNoLD tests are executed using the Rdevel instance via:\n\n```bash\nRD CMD build .\nRD CMD check --as-cran evaluator*\n```\n\n## Contributing\n\nThis project is governed by a [Code of Conduct](./CODE_OF_CONDUCT.md). By \nparticipating in this project you agree to abide by these terms.\n\n## License\n\nThe [MIT License](LICENSE) applies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidski%2Ftidyrisk-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidski%2Ftidyrisk-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidski%2Ftidyrisk-docker/lists"}