From b7829ebdc3ad6390355a3c931909a87539f8888f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Revilla?= Date: Wed, 3 Jun 2026 16:09:59 +0200 Subject: [PATCH] Use path without file:// --- R/class_pkg.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/class_pkg.R b/R/class_pkg.R index 09a9546..4ba6395 100644 --- a/R/class_pkg.R +++ b/R/class_pkg.R @@ -177,7 +177,7 @@ random_repo <- function(..., path = tempfile("repo")) { ) writeLines(dcf, packages_path) - repos <- paste0("file://", normalizePath(path)) + repos <- normalizePath(path, winslash = "/") names(repos) <- paste0(packageName(), "-generated") repos