From dd1b3c3a580333c0bc3d7a0f573ab1efa6fa4853 Mon Sep 17 00:00:00 2001 From: Chet Ismay Date: Tue, 3 Dec 2024 11:04:15 -0700 Subject: [PATCH] Test GitHub infer inclusion on build with GA --- index.Rmd | 5 +---- renv.lock | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/index.Rmd b/index.Rmd index 5b40003e1..f115e6658 100755 --- a/index.Rmd +++ b/index.Rmd @@ -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") } diff --git a/renv.lock b/renv.lock index 39f199305..cc520be65 100644 --- a/renv.lock +++ b/renv.lock @@ -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",