dashaub / x13binary

R Installer Package for Pre-Built X-13ARIMA-SEATS Binaries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x13binary Build Status Build status License CRAN Downloads

X-13ARIMA-SEATS Binary for R

About

This package provides an installer for R to access prebuilt binaries of X-13ARIMA-SEATS from the sibbling repository x13prebuilt. This allows for fully automated installation of a X-13ARIMA-SEATS binary simply by adding Depends: x13binary to your R package.

Installation

As the package is on CRAN, the usual procedure applies:

install.packages("x13binary")

Status

This package as well as the corresponding x13prebuilt repository are operational for Windows, OS X (Darwin) and Linux (via using statically linked binaries).

The current version of x13binary uses version 1.1, build 26 of of X-13, as can be verified by:

seasonal::udg(seasonal::seas(AirPassengers), c("version", "build"))

Author

Dirk Eddelbuettel and Christoph Sax

License

GPL (>= 2)

About

R Installer Package for Pre-Built X-13ARIMA-SEATS Binaries

License:Other


Languages

Language:R 91.1%Language:Shell 8.9%