CDK-R / cdkr

Integrating R and the CDK
https://cdk-r.github.io/cdkr/
42 stars 27 forks source link

Please pull after rebasing #11

Closed sneumann closed 11 years ago

sneumann commented 11 years ago

Hi,

I hope I got things right, because I am still a git beginner, and I had quite a few conflicts and needed to push --force, which does not feel right. So please check the commits before pulling.

Yours, Steffen

sneumann commented 11 years ago

Unfortunately Emma is right in that this version will not display charges:

library(rcdk) m <- parse.smiles("[CH2+]")[[1]] view.molecule.2d(m)

Steffen