Commit dd1b3c3 1 parent 2d36405 commit dd1b3c3 Copy full SHA for dd1b3c3
File tree 2 files changed +32
-4
lines changed
2 files changed +32
-4
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,8 @@ if (length(new_pkgs)) {
88
88
install.packages(new_pkgs, repos = "http://cran.rstudio.com")
89
89
}
90
90
91
- if (!"remotes" %in% installed.packages()) {
92
- install.packages("remotes", repos = "http://cran.rstudio.com")
93
- }
94
-
95
91
if (!"infer" %in% installed.packages()) {
92
+ install.packages("remotes", repos = "http://cran.rstudio.com")
96
93
remotes::install_github("tidymodels/infer")
97
94
}
98
95
Original file line number Diff line number Diff line change 1168
1168
],
1169
1169
"Hash": "99df65cfef20e525ed38c3d2577f7190"
1170
1170
},
1171
+ "infer": {
1172
+ "Package": "infer",
1173
+ "Version": "1.0.7.9000",
1174
+ "Source": "GitHub",
1175
+ "RemoteType": "github",
1176
+ "RemoteHost": "api.github.com",
1177
+ "RemoteUsername": "tidymodels",
1178
+ "RemoteRepo": "infer",
1179
+ "RemoteRef": "main",
1180
+ "RemoteSha": "288542bb7269e2510b72cd476bf177e2f22b0e00",
1181
+ "Requirements": [
1182
+ "R",
1183
+ "broom",
1184
+ "cli",
1185
+ "dplyr",
1186
+ "generics",
1187
+ "ggplot2",
1188
+ "glue",
1189
+ "grDevices",
1190
+ "lifecycle",
1191
+ "magrittr",
1192
+ "methods",
1193
+ "patchwork",
1194
+ "purrr",
1195
+ "rlang",
1196
+ "tibble",
1197
+ "tidyr",
1198
+ "vctrs"
1199
+ ],
1200
+ "Hash": "51fd8fbeabe006fdce260a2eb9a980ec"
1201
+ },
1171
1202
"ini": {
1172
1203
"Package": "ini",
1173
1204
"Version": "0.3.1",
You can’t perform that action at this time.
0 commit comments