Skip to content

Commit 0c3b082

Browse files
authored
Merge 3fd9f7d into bda6e71
2 parents bda6e71 + 3fd9f7d commit 0c3b082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ rcmdcheck <- function(
142142
# Add pandoc to the PATH, for R CMD build and R CMD check
143143
if (should_use_rs_pandoc()) local_path(Sys.getenv("RSTUDIO_PANDOC"))
144144

145-
pkgbuild::without_cache(pkgbuild::local_build_tools())
145+
pkgbuild::without_cache(pkgbuild::local_build_tools(required = FALSE))
146146

147147
targz <- build_package(path, check_dir, build_args = build_args,
148148
libpath = libpath, quiet = quiet)

0 commit comments

Comments
 (0)