Skip to content

Commit

Permalink
Test GitHub infer inclusion on build with GA
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed Dec 3, 2024
1 parent 2d36405 commit dd1b3c3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
5 changes: 1 addition & 4 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,8 @@ if (length(new_pkgs)) {
install.packages(new_pkgs, repos = "http://cran.rstudio.com")
}
if (!"remotes" %in% installed.packages()) {
install.packages("remotes", repos = "http://cran.rstudio.com")
}
if (!"infer" %in% installed.packages()) {
install.packages("remotes", repos = "http://cran.rstudio.com")
remotes::install_github("tidymodels/infer")
}
Expand Down
31 changes: 31 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,37 @@
],
"Hash": "99df65cfef20e525ed38c3d2577f7190"
},
"infer": {
"Package": "infer",
"Version": "1.0.7.9000",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "tidymodels",
"RemoteRepo": "infer",
"RemoteRef": "main",
"RemoteSha": "288542bb7269e2510b72cd476bf177e2f22b0e00",
"Requirements": [
"R",
"broom",
"cli",
"dplyr",
"generics",
"ggplot2",
"glue",
"grDevices",
"lifecycle",
"magrittr",
"methods",
"patchwork",
"purrr",
"rlang",
"tibble",
"tidyr",
"vctrs"
],
"Hash": "51fd8fbeabe006fdce260a2eb9a980ec"
},
"ini": {
"Package": "ini",
"Version": "0.3.1",
Expand Down

0 comments on commit dd1b3c3

Please sign in to comment.