Frank Bergmann
Frank Bergmann
There currently is a string version of that with `FbcAssociation::parseFbcInfixAssociation(const std::string& association, FbcModelPlugin* plugin, bool usingId, bool addMissingGP)` and a non-public `FbcAssociation* toAssociation(const ASTNode* node, FbcModelPlugin* plugin, bool usingId, bool...
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...
Thanks for letting us know, indeed the build does currently not work for windows from sources.
it seems like the SWIG generated code no longer compiles because warnings are treated as errors. I'll see what can be done, though it might have to wait until next...
Just to let you know, i've started on this, so far build seem to work fine from [this Repo](https://github.com/[fbergmann/r-libsbml](https://github.com/fbergmann/r-libsbml)), i'll do some more testing
@baconcheese113 thanks for letting us know, this seems quite interesting. It would be great if the extension would work on other systems as well. maybe a WASM version of sbml_validator...
@baconcheese113 no problem, do you need it for a specific emscripten version?
I think it is actually for this project better not to use the full libsbml.js, and instead just go with the validation logic needed. I've compiled a version of the...