{"id":23786653,"url":"https://github.com/seabbs/ceplotr","last_synced_at":"2026-06-23T15:31:39.158Z","repository":{"id":99744547,"uuid":"219757940","full_name":"seabbs/ceplotr","owner":"seabbs","description":"Model agnostic cost effectiveness plotting","archived":false,"fork":false,"pushed_at":"2019-11-19T14:00:54.000Z","size":604,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-05-14T08:46:44.533Z","etag":null,"topics":["cost-effectiveness","cost-effectiveness-analysis","plotting","rstats"],"latest_commit_sha":null,"homepage":"https://www.samabbott.co.uk/ceplotr","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seabbs.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-05T13:57:10.000Z","updated_at":"2019-11-19T13:53:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"df915743-bd15-42c3-8460-ac992c748298","html_url":"https://github.com/seabbs/ceplotr","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/seabbs/ceplotr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seabbs%2Fceplotr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seabbs%2Fceplotr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seabbs%2Fceplotr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seabbs%2Fceplotr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seabbs","download_url":"https://codeload.github.com/seabbs/ceplotr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seabbs%2Fceplotr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34696694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":["cost-effectiveness","cost-effectiveness-analysis","plotting","rstats"],"created_at":"2025-01-01T14:27:28.947Z","updated_at":"2026-06-23T15:31:39.121Z","avatar_url":"https://github.com/seabbs.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/\"\n)\n```\n\n# `{ceplotr}`: Model agnostic plotting for cost effectiveness analysis \u003cimg src=\"man/figures/logo.png\" align=\"right\" alt=\"\" width=\"120\" /\u003e\n\n[![badge](https://img.shields.io/badge/Launch-ceplotr-blue.svg)](https://mybinder.org/v2/gh/seabbs/ceplotr/master?urlpath=rstudio) \n[![CRAN_Release_Badge](http://www.r-pkg.org/badges/version-ago/ceplotr)](https://CRAN.R-project.org/package=ceplotr)\n[![develVersion](https://img.shields.io/badge/devel%20version-0.1.0-blue.svg?style=flat)](https://github.com/seabbs/ceplotr)\n[![DOI](https://zenodo.org/badge/219757940.svg)](https://zenodo.org/badge/latestdoi/219757940)\n[![metacran monthly downloads](http://cranlogs.r-pkg.org/badges/ceplotr)](https://cran.r-project.org/package=ceplotr)\n[![metacran downloads](http://cranlogs.r-pkg.org/badges/grand-total/ceplotr?color=ff69b4)](https://cran.r-project.org/package=ceplotr)\n\n**This package was outlined ahead of the HE Hackathon 2019 @Imperial. After a group discussion it was not continued in favour of aiming to improve documentation + testing for [BCEA](https://cran.r-project.org/web/packages/BCEA/index.html)** \n\nThis package aims to: \n\n* Provide standarised modular plotting functions for cost effectiveness analysis.\n* Support a single data format which is model and application agnostic.\n* Provide data transformation tooling to support cost effectiveness analysis.\n* Support converting model simulations, costs, etc. into this standard format. \n* Provide detailed documentation of all functionality. \n* Support interactive use via an interface.\n* Be modular, user modfiable and extendable. \n* Be fully tested, reliable and easy to use. \n\n\n For help getting started see the [Getting Started](https://www.samabbott.co.uk/ceplotr/articles/intro.html) vignette.\n\n## Installation\n\nInstall the CRAN version (when released):\n\n```{r cran-installation, eval = FALSE}\ninstall.packages(\"ceplotr\")\n```\n\nAlternatively install the development version from GitHub:\n\n```{r gh-installation, eval = FALSE}\n# install.packages(\"remotes\")\nremotes::install_github(\"seabbs/ceplotr\")\n```\n\n## Documentation\n\n[![Documentation](https://img.shields.io/badge/Documentation-release-lightgrey.svg?style=flat)](https://www.samabbott.co.uk/ceplotr/)\n[![Development documentation](https://img.shields.io/badge/Documentation-development-lightblue.svg?style=flat)](https://www.samabbott.co.uk/ceplotr/dev)\n[![Getting started](https://img.shields.io/badge/Documentation-getting started-yellow.svg?style=flat)](https://www.samabbott.co.uk/ceplotr/articles/intro.html)\n[![Functions](https://img.shields.io/badge/Documentation-functions-orange.svg?style=flat)](https://www.samabbott.co.uk/ceplotr/reference/index.html)\n\n\n## Testing\n\n[![Travis-CI Build Status](https://travis-ci.org/seabbs/ceplotr.svg?branch=master)](https://travis-ci.org/seabbs/ceplotr)\n[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/seabbs/ceplotr?branch=master\u0026svg=true)](https://ci.appveyor.com/project/seabbs/ceplotr)\n[![Coverage Status](https://img.shields.io/codecov/c/github/seabbs/ceplotr/master.svg)](https://codecov.io/github/seabbs/ceplotr?branch=master)\n\n## Quick start\n\nLets get started quickly by \n\n\nSee [Functions](https://www.samabbott.co.uk/ceplotr/reference/index.html) for more details of the functions used and for more package functionality.\n\n\n## Shiny dashboard\n\n```{r run-dash, eval = FALSE}\nceplotr::cd_dashboard()\n```\n\n\n## Contributing\n\nFile an issue [here](https://github.com/seabbs/ceplotr/issues) if there is a feature that you think is missing from the package, or better yet submit a pull request.\n\nPlease note that the `ceplotr` project is released with a [Contributor Code of Conduct](https://github.com/seabbs/ceplotr/blob/master/.github/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.\n\n## Citing \n\nIf using `ceplotr` please consider citing the package in the relevant work. Citation information can be generated in R using the following (after installing the package),\n\n```{r}\ncitation(\"ceplotr\")\n```\n\n## Docker\n\nThis package has been developed in docker based on the `rocker/tidyverse` image, to access the  development environment enter the following at the command line (with an active docker daemon running),\n\n```{bash, eval = FALSE}\ndocker pull seabbs/ceplotr\ndocker run -d -p 8787:8787 -e USER=ceplotr -e PASSWORD=ceplotr --name getTBinR seabbs/ceplotr\n```\n\nThe rstudio client can be accessed on port `8787` at `localhost` (or your machines ip). The default username is ceplotr and the default password is ceplotr. Alternatively, access the development environment via [binder](https://mybinder.org/v2/gh/seabbs/ceplotr/master?urlpath=rstudio).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseabbs%2Fceplotr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseabbs%2Fceplotr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseabbs%2Fceplotr/lists"}