Skip to content

Commit 36a4f43

Browse files
committed
small package config changes
1 parent ecc84b1 commit 36a4f43

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ r_binary_packages:
5151

5252

5353
cache:
54-
packages: false
54+
packages: true
5555
directories:
5656
- $HOME/.keras
5757
- $HOME/.cache/pip

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Imports:
2828
stats,
2929
tidyr,
3030
globals,
31-
vctrs
31+
vctrs (> = 0.2.0)
3232
Roxygen: list(markdown = TRUE)
3333
RoxygenNote: 6.1.1
3434
Suggests:
@@ -50,4 +50,3 @@ Suggests:
5050
rpart,
5151
MASS,
5252
nlme
53-
Remotes: r-lib/vctrs

0 commit comments

Comments
 (0)