Skip to content

Commit bf8f504

Browse files
committed
fix github bot changes
1 parent abc4005 commit bf8f504

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

R/util_resolve_pkg_path.R

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,14 @@ resolve_pkg_path <- function(
170170
)
171171
}
172172
if (inherits(res, "try-error") || res != 0) {
173-
stop(paste("Could not download package", pkg, "version", version))
173+
stop(paste(
174+
"Could not download package",
175+
pkg,
176+
"version",
177+
version,
178+
"from",
179+
url
180+
))
174181
}
175182
dp <- matrix(
176183
c(tar_filename, file.path(dest_dir, tar_filename)),

0 commit comments

Comments
 (0)