-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
41 lines (31 loc) · 1.34 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
---
output:
github_document:
html_preview: false
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# MIMIC-III Demo Dataset
<!-- badges: start -->
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![check](https://github.com/eth-mds/mimic-demo/workflows/check/badge.svg)](https://github.com/eth-mds/mimic-demo/actions?query=workflow%3Acheck)
<!-- badges: end -->
As an *Enhances* dependency to the CRAN R package [ricu](https://cran.r-project.org/package=ricu), this data package provides the [MIMIC-III demo data set](https://physionet.org/content/mimiciii-demo/1.4/). Due to CRAN size restrictions, this cannot be served from CRAN but rather can be installed from a [GitHub-hosted drat repository](https://github.com/eth-mds/physionet-demo).
## Installation
The released version of [mimic.demo](https://github.com/eth-mds/mimic-demo) can be installed as:
```{r, eval = FALSE}
install.packages(
"mimic.demo",
repos = "https://eth-mds.github.io/physionet-demo"
)
```
And the development version from [GitHub](https://github.com/) is available as:
```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("eth-mds/mimic-demo")
```