Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 472 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 472 Bytes

IntPROAST

A wrapper to the PROAST R package by RIVM http://www.rivm.nl/en/Documents_and_publications/Scientific/Models/PROAST. The package implements

Installation

> 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")