A wrapper to the PROAST R package by RIVM http://www.rivm.nl/en/Documents_and_publications/Scientific/Models/PROAST. The package implements
> install.packages(c('RCurl','png','proast61.5','assertive','jsonlite')# dependencies
> install.packages("testthat") # if you want to test the package
> install.packages("devtools") # to install from GitHub
> library(devtools)
> install_github("GTsiliki/IntPROAST", subdir="IntPROAST")