From c132a521def4929c6c68c0d4f2fac9f9e4e57627 Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Thu, 23 Jul 2026 12:12:25 +0200 Subject: [PATCH] ci: pin anvl remote to dim->axis fix (r-xla/anvl#406) tengen renamed ndims()/dims to naxes()/axes, which breaks building anvl@main and with it every R-CMD-check job at the dependency installation step. Point the anvl remote at its fix PR until r-xla/anvl#406 is merged. Co-Authored-By: Claude Fable 5 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index d567cad2..80f98b6d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -34,7 +34,7 @@ Suggests: testthat (>= 3.0.0), xml2 Remotes: - r-xla/anvl + r-xla/anvl#406 LinkingTo: Rcpp, testthat