Skip to content

Commit ddeb795

Browse files
committed
Enable R 3.1 support
Fixes #449
1 parent 32b73ea commit ddeb795

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo: false
55
cache: packages
66

77
r:
8-
# - 3.1 # tidyselect requires 3.2
8+
- 3.1
99
- 3.2
1010
- oldrel
1111
- release

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ URL: http://tidyr.tidyverse.org,
1414
https://github.com/tidyverse/tidyr
1515
BugReports: https://github.com/tidyverse/tidyr/issues
1616
Depends:
17-
R (>= 3.2)
17+
R (>= 3.1)
1818
Imports:
1919
dplyr (>= 0.7.0),
2020
glue,

0 commit comments

Comments
 (0)