Package 'x13binary'

Title: Provide the 'x13ashtml' Seasonal Adjustment Binary
Description: The US Census Bureau provides a seasonal adjustment program now called 'X-13ARIMA-SEATS' building on both earlier programs called X-11 and X-12 as well as the SEATS program by the Bank of Spain. The US Census Bureau offers both source and binary versions -- which this package integrates for use by other R packages.
Authors: Dirk Eddelbuettel and Christoph Sax
Maintainer: Dirk Eddelbuettel <[email protected]>
License: file LICENSE
Version: 1.1.60
Built: 2024-09-19 21:56:02 UTC
Source: https://github.com/StaffanBetner/x13binary

Help Index


Provide the ‘X13-ARIMA-SEATS’ Seasonal Adjustment Program

Description

The US Census provides a seasonal adjustment program now called 'X-13ARIMA-SEATS' building on both earlier Census programs called X11 and X12 as well as the SEATS program by the Bank of Spain. Census offers both source and binary versions. This package integrates these for use by other R packages.

Author(s)

Dirk Eddelbuettel [email protected] and Christoph Sax

References

https://www.census.gov/data/software/x13as.X-13ARIMA-SEATS.html


Check if X-13ARIMA-SEATS Runs Properly

Description

Performs a test run of X-13ARIMA-SEATS. Fails if no output is produced.

Usage

checkX13binary(fail.unsupported = FALSE, verbose = TRUE)

Arguments

fail.unsupported

logical, whether being on an unsupported platform leads to an error.

verbose

logical, should a message be returned on success?

Examples

checkX13binary()

Test Platform Support

Description

Returns TRUE is the platform is supported, FALSE otherwise.

Usage

supportedPlatform()

Examples

supportedPlatform()

Full Path to X-13ARIMA-SEATS

Description

Returns the full full path to the X-13ARIMA-SEATS binary contained in the package, or "" if the platform is unsupported.

Usage

x13path()

Examples

x13path()