src/install.libs.R

# R CMD INSTALL happily continues even if `make` (via `Makevars`) faile,
# so we need to throw an error here explicitly.

if (!file.exists("DONE")) {
  stop("Compilation failed.")
}
r-lib/pkg documentation built on May 6, 2024, 3:04 p.m.