Open jameslairdsmith opened 2 months ago
Can you install a binary? As in https://pak.r-lib.org/reference/install.html#pre-built-binaries
Can you install a binary? As in https://pak.r-lib.org/reference/install.html#pre-built-binaries
Yes that file works. (Although the corporate nature of the network I'm on means I'm not able to install it directly from the URL.)
You can also try
install.packages("pak", INSTALL_opts = "--no-html")
to avoid pre-building the HTML.
You can also try
install.packages("pak", INSTALL_opts = "--no-html")
to avoid pre-building the HTML.
I didn't know this was an option, but of course it makes complete sense that it's there. Thanks!
I'm trying to install pak on Red Hat Enterprise Linux 7 (
CPE OS Name: cpe:/o:redhat:enterprise_linux:7.9:GA:server"
). I'm getting an error when pak tries to build its own HTML documentation. The error occurs when it reachespkg_sysreqs
.It works fine on 0.7.2, so it must be something that happened in 0.8.0. Looking through the commit history, it seems like #666 is the most likely time it broke.