We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc84b1 commit 36a4f43Copy full SHA for 36a4f43
.travis.yml
@@ -51,7 +51,7 @@ r_binary_packages:
51
52
53
cache:
54
- packages: false
+ packages: true
55
directories:
56
- $HOME/.keras
57
- $HOME/.cache/pip
DESCRIPTION
@@ -28,7 +28,7 @@ Imports:
28
stats,
29
tidyr,
30
globals,
31
- vctrs
+ vctrs (> = 0.2.0)
32
Roxygen: list(markdown = TRUE)
33
RoxygenNote: 6.1.1
34
Suggests:
@@ -50,4 +50,3 @@ Suggests:
50
rpart,
MASS,
nlme
-Remotes: r-lib/vctrs
0 commit comments