Open quinn-r88 opened 2 weeks ago
The PR is failing on windows. I know the error, I got it in another package and I remember I had a lot of trouble figuring out how to fix it. Sadly I do not remember the procedure.
hmmmmm. I don't have super convenient access to a windows cpu to debug this. How can I find the logs for these runs?
This PR adds a new
configure
script to the package, which will generate Makevar files when the package is installed. Theconfigure
script is generated by GNU autoconf fromconfigure.ac
, and must be regenerated by the developer whenconfigure.ac
is modified.This PR also adds a
cleanup
script, which R will use to remove the files thatconfigure
will generate.Resolves #786
References: