curl icon indicating copy to clipboard operation
curl copied to clipboard

Package Fails to Compile From Source on Windows

Open ArcadeAntics opened this issue 4 years ago • 0 comments

When I try to install 'curl' from source, it comes with the following error image which claims that it cannot find function 'download.file'. I have my 'Rscript' set so that only base is attached upon starting a new R session (that is, RSCRIPT_DEFAULT_PACKAGES=NULL). This could be fixed by changing 'download.file' to 'utils::download.file' (and same with 'unzip', change to 'utils::unzip'). Thank you!

ArcadeAntics avatar Jun 24 '21 02:06 ArcadeAntics