-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Package: x12 | ||
Version: 1.9.0 | ||
Date: 2017-12-04 | ||
Title: Interface to X12-ARIMA/X13-ARIMA-SEATS and Structure for Batch Processing of Seasonal Adjustment | ||
Date: 2017-12-05 | ||
Title: Interface to 'X12-ARIMA'/'X13-ARIMA-SEATS' and Structure for Batch Processing of Seasonal Adjustment | ||
Author: Alexander Kowarik <[email protected]>, Angelika Meraner | ||
Maintainer: Alexander Kowarik <[email protected]> | ||
Depends: | ||
R (>= 2.14.0),stats,utils,grDevices,x13binary | ||
Imports:stringr,methods | ||
Suggests: parallel, testthat | ||
Description: The X13-ARIMA-SEATS methodology and software is a widely used software and developed by the US Census Bureau. It can be accessed from R with this R package and X13-ARIMA-SEATS binaries are provided by the R package x13binary. | ||
Description: The 'X13-ARIMA-SEATS' <https://www.census.gov/srd/www/x13as/> methodology and software is a widely used software and developed by the US Census Bureau. It can be accessed from 'R' with this package and 'X13-ARIMA-SEATS' binaries are provided by the 'R' package 'x13binary'. | ||
License: GPL (>= 2) | ||
LazyData: TRUE | ||
ByteCompile: TRUE | ||
|