-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
51 lines (38 loc) · 1.85 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# occupancy
<!-- badges: start -->
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![R build status](https://github.com/reconhub/occupancy/workflows/R-CMD-check/badge.svg)](https://github.com/reconhub/occupancy/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/occupancy)](https://CRAN.R-project.org/package=occupancy)
[![Codecov test coverage](https://codecov.io/gh/reconhub/occupancy/branch/master/graph/badge.svg)](https://codecov.io/gh/reconhub/occupancy?branch=master)
<!-- badges: end -->
**<span style="color: red;">Disclaimer</span>**
This package is a work in progress. Please reach out to the
authors before using.
<br>
> Hospital Bed Occupancy Forecasting
`occupancy` implements forecasting of daily bed occupancy from input data on daily
admissions and the distribution of duration of stay. It aims to provide a
reliable and standardised approach to forecasting that will help improve
the quality and ease of provision of predictions going forward.
## Installing the package
Whilst this package is not yet on cran, the development version can be installed
using `remotes`:
```{r install, eval = FALSE}
remotes::install_github("reconhub/occupancy", build_vignettes = TRUE)
```
## Functionality
For an introduction to the packages' functionality see
`vignette("overview", package = "occupancy")`