From 2e390f52414c890895f76f6ffeaa91ee65e63b63 Mon Sep 17 00:00:00 2001 From: Michael Friendly Date: Mon, 6 May 2024 12:49:07 -0400 Subject: [PATCH] check revdepcheck version --- .build-steps.R | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.build-steps.R b/.build-steps.R index c8ca549..555a82b 100644 --- a/.build-steps.R +++ b/.build-steps.R @@ -12,7 +12,10 @@ devtools::revdep() # [5] "MultivariateAnalysis" "smacof" "SurveyCC" # revdep -#remotes::install_github("r-lib/revdepcheck") +# > packageVersion("revdepcheck") +# [1] ‘1.0.0.9001’ +remotes::install_github("r-lib/revdepcheck") + #library(revdepcheck) # need to set the env variable R_BIOC_VERSION env var to 3.18. # per: https://github.com/r-lib/revdepcheck/issues/376