Meredith-Lab / volcalc

volcalc: Calculate Volatility of Chemical Compounds
https://meredith-lab.github.io/volcalc/
Other
5 stars 1 forks source link

Drop `ChemmineOB` as dependency and call OpenBabel more directly #106

Open Aariq opened 5 months ago

Aariq commented 5 months ago

If I remember correctly, we only use ChemmineOB (via ChemmineR) in a few places:

It may be possible to write our own functions that use the Open Babel C++ library rather than requiring ChemmineOB. This would give greater control over installation and build issues, but would require more knowledge of including C++ code in R packages than I currently have.