Skip to content

Commit dc950f0

Browse files
committed
parsnip 1.2.1.9001
1 parent ff1c552 commit dc950f0

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gitmodules

+4
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@
9292
[submodule "shinymodels"]
9393
path = shinymodels
9494
url = https://github.com/tidymodels/shinymodels
95+
[submodule "sparsevctrs"]
96+
path = sparsevctrs
97+
url = https://github.com/r-lib/sparsevctrs
98+
registered = false
9599
[submodule "spatialsample"]
96100
path = spatialsample
97101
url = https://github.com/tidymodels/spatialsample

.remotes.json

+6
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
"via": ["workflows"],
3636
"from": "workflows"
3737
},
38+
{
39+
"package": "sparsevctrs",
40+
"url": "https://github.com/r-lib/sparsevctrs",
41+
"via": ["parsnip"],
42+
"from": "parsnip"
43+
},
3844
{
3945
"package": "tailor",
4046
"url": "https://github.com/tidymodels/tailor",

0 commit comments

Comments
 (0)