forked from x13org/x13binary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
148 lines (85 loc) · 4.1 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
2022-02-06 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 1.1.57-3
* configure: Refined such that X13_PATH points to a directory
containing the desired 'x13ashtml' binary
2022-02-04 Dirk Eddelbuettel <[email protected]>
* configure: If X13_PATH points to an existing binary, do not download
2022-01-25 Dirk Eddelbuettel <[email protected]>
* README.md: Remove unused continuous integration artifact and badge
2021-08-11 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 1.1.57-2
2021-08-09 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Remove no longer needed 'StagedInstall: no'
2021-08-05 Dirk Eddelbuettel <[email protected]>
* configure: Expanded message when no matching binary found
* inst/tools/build.sh: Add (failed) SunOS build attempt to repo
* .Rbuildignore: Add build script to exclude from installed package
2021-08-04 Dirk Eddelbuettel <[email protected]>
* configure: Use simpler if statement to accomodate SunOS
* DESCRIPTION (Date, Version): Roll minor version
2021-08-01 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 1.1.57-1
* configure: Minor edits to messages, only use 'set -e'
* R/x13binary-package.R: Update Census URL for X-13ARIMA-SEATS
* man/x13binary-package.Rd: Ditto
* README.md: Ditto
2021-08-01 Kirill Müller <[email protected]>
* configure: Support macOS sub-architectures, set fail modes
2021-07-31 Dirk Eddelbuettel <[email protected]>
* configure: Updated for removed i686 / 32 bit Linux support
2021-07-31 Christoph Sax <[email protected]>
* configure: Use X13-ARIMA-SEATS 1.1.57 binaries via x13prebuilt
* configure.win: Idem
* README.md: Update for 1.1.57
* tests/simpleTest.R: Skip on aarch64
2021-04-05 Dirk Eddelbuettel <[email protected]>
* R/checkX13binary.R (checkX13binary): Use explicit naming pattern
for temporary directory
2021-03-30 Dirk Eddelbuettel <[email protected]>
* R/checkX13binary.R: Use on.exit() for cleanup of tdir, reindented
* configure: Minor corrections for /bin/sh use on Solaris
2021-03-24 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): New release 1.1.39-3
* DESCRIPTION (URL, BugReports): Added
* R/checkX13binary.R: Ensure tdir is truly a temporary directory
* configure: Minor changes for /bin/sh use
2021-01-23 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml: Add CI runner using r-ci
* .travis.yml: Update deprecated CI setup using r-ci
* README.md: Add new badge
2019-05-05 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): New release 1.1.39-2
* DESCRIPTION: Add 'StagedInstall: no' to reinstate macOS builds
2017-05-04 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 1.1.39-1 providing new Census
release X13-ARIMA-SEATS 1.1.39
2017-04-30 Christoph Sax <[email protected]>
* configure, configure.win: Adjusted paths for build 39 (mac and win
only)
* DESCRIPTION: New versioning scheme as discussed here:
https://github.com/x13org/x13binary/issues/37
2016-03-13 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version): Release 0.1.2
2016-03-08 Christoph Sax <[email protected]>
* configure: Adjusted path for new x13prebuilt layout
* configure.win: Idem
2016-02-15 Christoph Sax <[email protected]>
* appveyor.yml: Added AppVeyor support
* README.md: Added appveyor badge
2016-02-10 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version): Release 0.1.1
2016-02-07 Christoph Sax <[email protected]>
* checkX13binary.R:
- more verbose output on Win
- temporarily change working directory for X-13 run on Win
- command in quotes on Win (to make it work with whitespaces in
filenames)
2016-01-21 Dirk Eddelbuettel <[email protected]>
* README.md: Add CRAN version and download badges, as well as an
'Installation' section
2016-01-18 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Initial CRAN release 0.1.0
* LICENSE: Further edits and clarifications
* inst/COPYRIGHT: Added for extra clarification
2016-01-11 Dirk Eddelbuettel <[email protected]>
* ChangeLog: Added