README.md

riot

Development of this package moved to Gitlab, this repository is not updated regularly (if at all).

Installation

As this package is still in development, it can not yet be installed through CRAN.

This development version can, however, be installed using the devtools package:

if (!require('devtools')) install.packages('devtools')
install_github("zauster/riot")

Usage

After installation, load the package with:

library(riot)

See the help-files for some examples of the usage of the package.

help("riot")

To Do

  1. [x] fix DOCUMENTATION!
  2. [ ] class system for SUTs (own class for supply/use tables?) and/or IO, preferably using the R6 class system
  3. [ ] getter/setter methods for data points
  4. [ ] compute IO table from supply and use tables
  5. [ ] replace missings in sut tables
  6. [ ] adjust rows/cols in SUT before SUTRASing, eg, adjust exports/imports according to some external data
  7. [ ] doGRAS.long tests (in general more tests)
  8. [ ] Decomposing bilateral flows accordings to WWZ in RcppArmadillo


zauster/riot documentation built on May 4, 2019, 9:12 p.m.