libsbml
libsbml copied to clipboard
R source archive does not compile on windows.
I downloaded libSBML_5.20.2.tar.gz in repository but failed to intall it.
I tried to manually add missing files but it still didn't work.
What should I do.
This would happen if you downloaded a source archive, that was configured for a build with the arrays package, but then tried to compile it with R. This will not work (there was an experimental arrays package, but it was never ratified).
Could you let us know where you got the R source archive from? I could generate you one that is likely to succeed.
This would happen if you downloaded a source archive, that was configured for a build with the arrays package, but then tried to compile it with R. This will not work (there was an experimental arrays package, but it was never ratified).
Could you let us know where you got the R source archive from? I could generate you one that is likely to succeed.
Thanks! I got R archive from releases v 5.20.2. Previously I built it in Windows and now I turn to Linux then it works.
Thanks for letting us know, indeed the build does currently not work for windows from sources.