-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.Rmd
34 lines (24 loc) · 1.09 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
---
output: github_document
---
# darthtools
[`darthtools`](https://github.com/DARTH-git/darthtools) is an R package that contains tools developed by the [Decision Analysis in R for Technologies in Health (DARTH)](https://darthworkgroup.com) workgroup to construct model-based cost-effectiveness analysis in R.
# Preliminaries
- Install [RStudio](https://www.rstudio.com/products/rstudio/download/)
- Install `devtools` to install `darthtools` as a package and modify it to generate your own package
```{r, eval=FALSE}
# Install release version from CRAN
install.packages("devtools")
# Or install development version from GitHub
# devtools::install_github("r-lib/devtools")
```
# Usage and installation
1. Install the development version of `darthtools` from [GitHub](https://github.com) with:
```{r, eval=FALSE}
devtools::install_github("DARTH-git/darthtools")
```
2. Load all the functions and data from the repository by typing
```{r, eval=FALSE}
library(darthtools)
```
The main website of the package could be found in: https://darth-git.github.io/darthtools/