Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rrrlw/healthfinance
R package (on CRAN) that provides a financial model (shiny UI) to project revenue for healthcare practices based on unexpected events.
https://github.com/rrrlw/healthfinance
Last synced: about 9 hours ago
JSON representation
R package (on CRAN) that provides a financial model (shiny UI) to project revenue for healthcare practices based on unexpected events.
- Host: GitHub
- URL: https://github.com/rrrlw/healthfinance
- Owner: rrrlw
- License: gpl-3.0
- Created: 2020-05-19T19:45:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T20:19:12.000Z (about 4 years ago)
- Last Synced: 2023-11-20T11:20:21.828Z (about 1 year ago)
- Language: R
- Homepage: https://rrrlw.github.io/healthfinance/
- Size: 114 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# healthfinance: Financial Projections and Planning for Healthcare Practices
[![Travis-CI Build Status](https://travis-ci.org/rrrlw/healthfinance.svg?branch=master)](https://travis-ci.org/rrrlw/healthfinance)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/rrrlw/healthfinance?branch=master&svg=true)](https://ci.appveyor.com/project/rrrlw/healthfinance)[![License: GPL-3](https://img.shields.io/badge/License-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![CRAN version](http://www.r-pkg.org/badges/version/healthfinance)](https://CRAN.R-project.org/package=healthfinance)
[![CRAN downloads](http://cranlogs.r-pkg.org/badges/grand-total/healthfinance)](https://CRAN.R-project.org/package=healthfinance)## Overview
The goal of healthfinance is to provide a free graphical user interface for R users in healthcare management to perform basic financial modeling.
## Installation
Run the following code to install healthfinance:
```r
# install development version
devtools::install_github("rrrlw/healthfinance")# install from CRAN (not available yet)
# install.packages("healthfinance")
```## Functionality
Currently, the package implements a 36-month model comparing projected revenues with and without an acute economic event; this model was inspired by the COVID-19 pandemic.
## Contribute
To contribute to healthfinance, you can create issues for any bugs/suggestions on the [issues page](https://github.com/rrrlw/healthfinance/issues).
You can also fork the rrrlw/healthfinance repository and create pull requests to add features you think will be useful for useRs.