Skip to content

Commit

Permalink
fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkowa committed Jan 24, 2022
1 parent 7ec0043 commit 62eee43
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
.git
^codecov\.yml$
^\.github$
docs
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: x12
Version: 1.9.5
Date: 2021-04-29
Version: 1.10.0
Date: 2022-01-24
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]>
Expand All @@ -11,7 +11,7 @@ Suggests:
covr,
parallel,
tinytest
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'.
Description: The 'X13-ARIMA-SEATS' <https://www.census.gov/data/software/x13as.html> 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
Expand Down
2 changes: 1 addition & 1 deletion man/x12-methods.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ x12(object,x12Parameter=new("x12Parameter"),x12BaseInfo=new("x12BaseInfo"),...)
}

\source{
\url{https://www.census.gov/srd/www/x13as/}
\url{https://www.census.gov/data/software/x13as.html}
}

\note{
Expand Down
2 changes: 1 addition & 1 deletion man/x12work.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ x12out <- x12work(AirPassengers,x12path=".../x12a.exe",transform.function="auto"
summary(x12out)}
}
\source{
\url{https://www.census.gov/srd/www/x13as/}
\url{https://www.census.gov/data/software/x13as.html}
}
\note{
Only working with available x12 binaries.
Expand Down

0 comments on commit 62eee43

Please sign in to comment.