-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: compilation failed for package 'presto' #16
Comments
Thanks for reporting the issue. The important error in your messages is this:
Searching for "undefined reference to `__mingw_strtof'" takes me to this report: The last comment on that page says:
In other words, you might consider trying to reconfigure your system, and then compilation might work. Sorry for the hassle. |
Dear Kamil, Thank you very much for your help ! I reinstalled Rtools and installed presto from the local, which solved the problem. Now I am enjoying the presto ! |
Hi presto team, thanks for developing this tool! I obtain a similar error:
Any idea what could be the issue? |
@massonix Could you try running |
I met the same issue in Ubuntu 20. I figure it our by installing in R console rather than in Rstudio |
Hi @slowkow, I still obtained error while aiming to install the package which is a dependency to the Azimuth package I needed. Any advice to address this error? Thank you so much!
|
Hi ! Thank you for creating such cool software.
I got some trouble when I installed the presto.
I first try these commands:
Then I got the following errors:
So I downloaded the source code of presto from GitHub, and install it from the local with these commands :
devtools::install_local("D:/Software/Presto/presto-master.zip")
Then I got the following errors:
And I can't install and found presto from CRAN. Could you please help me or share with me the binary version of presto ?
Thank you in advance for your help. And I hope I can install presto from CRAN or Bioconductor soon ^*^.
Best wishes!
The text was updated successfully, but these errors were encountered: