Closed coproduct closed 4 months ago
What version of R do you have installed?
Ah reproduced and found the issue, it should be fixed now. Thanks for reporting!
Thank you!
Same applies here, cannot install 1.3.0
Same applies here, cannot install 1.3.0
You can install from Github or R-Universe via the instructions in the README, I'll be submitting an update to CRAN in the next few days
Hello, thank you for this project! I'm very new to R (currently reading McElreath's "Statistical Rethinking"), so hopefully this issue is legitimate and not caused by mistakes on my end. I get the following output when I try to install the package with
install.packages("QuickJSR", repos = c("https://andrjohns.r-universe.dev", "https://cran.r-project.org"))
:However, I was able to install v1.2.2 with no problems using
remotes
(install_version("QuickJSR", version="1.2.2")
). I'm on Ubuntu 22.04 with GCC 11.4.0, if that helps.