Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.22 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.22 KB

dampack

Build Status

The Decision Analytic Modeling Package (dampack) is a suite of functions for analyzing and visualizing the health economic outputs of mathematical models.

Created and maintained by Fernando Alarid-Escudero (@feralaes), Greg Knowlton (@gknowlt), and Eva Enns (@evaenns).

This package was developed with funding from the National Institutes of Allergy and Infectious Diseases of the National Institutes of Health under award no. R01AI138783. The content of this package is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health.

Installation

# Install development version from GitHub
devtools::install_github("DARTH-git/dampack")

Trying to install dampack from Github in a non-US locale on macOS may produce the following error:

Error: (converted from warning) Setting LC_CTYPE failed, using "C"

To solve this problem, run the following code in the terminal:

defaults write org.R-project.R force.LANG en_US.UTF-8