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.
As the package is on CRAN, the usual procedure applies:
install.packages("x13binary")
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 57 of of X-13, as can be verified by:
seasonal::udg(seasonal::seas(AirPassengers), c("version", "build"))
Dirk Eddelbuettel and Christoph Sax
GPL (>= 2)