irliampa / IntPROAST

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:R 90.0%Language:Dockerfile 10.0%