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 36a4f43 commit 373cefdCopy full SHA for 373cefd
DESCRIPTION
@@ -28,7 +28,7 @@ Imports:
28
stats,
29
tidyr,
30
globals,
31
- vctrs (> = 0.2.0)
+ vctrs (>= 0.2.0)
32
Roxygen: list(markdown = TRUE)
33
RoxygenNote: 6.1.1
34
Suggests:
NEWS.md
@@ -22,6 +22,8 @@ Unplanned release based on CRAN requirements for Solaris.
22
23
* A suite of internal functions were added to help with upcoming model tuning features.
24
25
+ * A `parsnip` object always saved the name(s) of the outcome variable(s) for proper naming of the predicted values.
26
+
27
# parsnip 0.0.2
0 commit comments