rAMPL API installation error

Installation of the rAMPL package does not complete properly on Win10. R version info and install command used:

platform x86_64-w64-mingw32
arch x86_64
os mingw32
crt ucrt
system x86_64, mingw32
status
major 4
minor 3.0
year 2023
month 04
day 21
svn rev 84292
language R
version.string R version 4.3.0 (2023-04-21 ucrt)
nickname Already Tomorrow

install.packages("F:/rAMPL/rAMPL.tar.gz", repos = NULL, INSTALL_opts=c("--no-multiarch", "--no-staged-install"))

Resulting messages and error message (upper right of image):

Any suggestions for how to proceed? Thanks!

1 Like

Hi @Gregory.Hunter,

Thank you for reporting this issue. There seems to be an issue with Rtools 4.3.0 that is currently still classified as development version. We tested with R 4.3 and Rtools 4.3 and we got an error but a different one. With R 4.2 and Rtools 4.2 it worked without issues.

We will try to find some workaround to avoid these issues, but it may be something that will only be fixed with a new release of Rtools.

Thanks, @fdabrandao. I’ll roll back to 4.2 for now.