Skip to content

Commit eb219a3

Browse files
authoredMar 24, 2020
Merge pull request #209 from HughParsonage/release-2020-03-20
Release 2020 03 20
2 parents 9448610 + 861d191 commit eb219a3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+24602
-23632
lines changed
 

‎DESCRIPTION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: grattan
22
Type: Package
33
Title: Australian Tax Policy Analysis
4-
Version: 1.8.0.0
5-
Date: 2019-11-16
4+
Version: 1.8.0.1
5+
Date: 2020-03-16
66
Authors@R: c(person("Hugh", "Parsonage", role = c("aut", "cre"), email = "hugh.parsonage@gmail.com"),
77
person("Tim", "Cameron", role = "aut"),
88
person("Brendan", "Coates", role = "aut"),
@@ -35,7 +35,7 @@ Imports:
3535
zoo (>= 1.5-5)
3636
LinkingTo:
3737
Rcpp
38-
RoxygenNote: 6.1.1
38+
RoxygenNote: 7.0.2
3939
Suggests:
4040
curl,
4141
dplyr,

‎NEWS.md

+5-17
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
1-
## 1.8.0.0
1+
## 1.8.0.1
22

3-
### Potentially breaking changes
4-
5-
* Pacakage `fy` is now used for operations involving financial years, notably validation of
6-
input. This has led to changes in error messages (below) as well as the weakening
7-
of some tests to omit checks of class attributes which were never intended to be
8-
relied on.
9-
10-
```r
11-
# Prev:
12-
fy2date("foo")
13-
#> Error: fy.yr contains non-FYs.
14-
15-
# Now
16-
#> Error: `x = "foo"` was not a valid financial year.
17-
```
3+
### Bug fixes
4+
Fixed issue with stringsAsFactors = FALSE being inconsistently applied
5+
with R 4.0
186

197
### Data
208

21-
* Update wage and labour force data
9+
* Update wage, CPI, and labour force data
2210

2311

2412

0 commit comments

Comments
 (0)
Please sign in to comment.