Skip to content

Commit 85ff05c

Browse files
authored
Merge pull request #33 from ScotGovAnalysis/patch-0.1.1
Add min versions for dplyr and tidyr
2 parents 7712d24 + ad92766 commit 85ff05c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: objr
22
Title: Wrapper for Objective APIs
3-
Version: 0.1.0
3+
Version: 0.1.1
44
Authors@R: c(
55
person("Scottish Government", , , "statistics.enquiries@gov.scot", role = "cph"),
66
person("Alice", "Hannah", , "alice.hannah@gov.scot", role = c("aut", "cre"))
@@ -14,12 +14,12 @@ BugReports: https://github.com/ScotGovAnalysis/objr/issues
1414
Imports:
1515
cli,
1616
curl,
17-
dplyr,
17+
dplyr (>= 1.1.4),
1818
httr2,
1919
magrittr,
2020
rlang,
2121
rstudioapi,
22-
tidyr
22+
tidyr (>= 1.3.1)
2323
Suggests:
2424
httptest2,
2525
knitr,

NEWS.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
# objr 0.1.1
2+
3+
* Set minimum versions for `dplyr` and `tidyr` dependencies (#32).
4+
15
# objr 0.1.0
26

3-
* First package release
7+
* First package release.
48

5-
* Add pkgdown site (https://ScotGovAnalysis.github.io/objr)
9+
* Add pkgdown site (https://ScotGovAnalysis.github.io/objr).

0 commit comments

Comments
 (0)