The DALY Calculator is developed in R, an open-source environment for statistical programming and graphics. The use of the DALY Calculator requires the prior installation of R, which can be freely downloaded from the Comprehensive R Archive Network (CRAN). R is available for all major operating systems.
The
Packages > Install package(s)...
Next, the required CRAN mirror has to be selected, and the
Alternatively, the download and installation of the
install.packages("DALY")
The installation procedure under Mac OS X is more complicated. Two additional tools (may) need to be installed:
Linux users may need to download and install the Tktable toolkit, which can be found through packages.ubuntu.com/search?keywords=tk-table. Ubuntu/Debian users may download and install the toolkit directly by issuing any of the following commands from Terminal:
sudo apt-get install tk-table
sudo apt-get install libtktable2.10
To use the DALY Calculator, the
library(DALY)
The above call will load and attach the
DALYcalculator()
The development version of the
library(devtools)
install_github("brechtdv/DALY")