Re: [OpenBabel-Devel] What's new in OB?

2013-03-29 Thread Craig James
On Fri, Mar 29, 2013 at 7:33 AM, Reinis Danne wrote: > On Wed, Mar 27, 2013 at 02:04:00PM -0700, Craig James wrote: > > Reinis Danne wrote: > > > > > > I think it was the thread where I mentioned I'm working on > > > > kekulization algorithm using graph theory (maximum matching). It > > > > has

Re: [OpenBabel-Devel] What's new in OB?

2013-03-29 Thread Reinis Danne
On Wed, Mar 27, 2013 at 02:04:00PM -0700, Craig James wrote: > Reinis Danne wrote: > > > > I think it was the thread where I mentioned I'm working on > > > kekulization algorithm using graph theory (maximum matching). It > > > has been quite some time when I last looked at that code and it > > >

Re: [OpenBabel-Devel] using openbabel in R

2013-03-29 Thread Kevin Horan
After some more testing I have found that it actually does work if I compile without the plugin library but load it with dyn.load. I'm not sure why this wasn't working before. It only works though if the plugin library is loaded before libobtest2.so (the open babel main lib basically). So,