Skip to content

Commit dd1b3c3

Browse files
committed
Test GitHub infer inclusion on build with GA
1 parent 2d36405 commit dd1b3c3

File tree

2 files changed

+32
-4
lines changed

2 files changed

+32
-4
lines changed

index.Rmd

+1-4
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,8 @@ if (length(new_pkgs)) {
8888
install.packages(new_pkgs, repos = "http://cran.rstudio.com")
8989
}
9090
91-
if (!"remotes" %in% installed.packages()) {
92-
install.packages("remotes", repos = "http://cran.rstudio.com")
93-
}
94-
9591
if (!"infer" %in% installed.packages()) {
92+
install.packages("remotes", repos = "http://cran.rstudio.com")
9693
remotes::install_github("tidymodels/infer")
9794
}
9895

renv.lock

+31
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,37 @@
11681168
],
11691169
"Hash": "99df65cfef20e525ed38c3d2577f7190"
11701170
},
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+
},
11711202
"ini": {
11721203
"Package": "ini",
11731204
"Version": "0.3.1",

0 commit comments

Comments
 (0)