pak icon indicating copy to clipboard operation
pak copied to clipboard

Should be able to build without compiler if no compilation is needed

Open gaborcsardi opened this issue 3 years ago • 0 comments

This is on Linux (rhub/r-minimal:4.0)

> pak::pak("praise")

→ Will install 1 packages.
→ Will download 1 CRAN packages (6.10 kB).
+ praise   1.0.0 [bld][dl] (6.10 kB)
ℹ Getting 1 pkg (6.10 kB)
✔ Got praise 1.0.0 (source) (6.10 kB)
✔ Downloaded 1 package (6.10 kB) in 711ms
ℹ Building praise 1.0.0
Error: Could not find tools necessary to compile a package
Call `pkgbuild::check_build_tools(debug = TRUE)` to diagnose the problem.
Type .Last.error.trace to see where the error occured

gaborcsardi avatar Nov 21 '20 13:11 gaborcsardi