Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading rinchi first causes errors #62

Closed
stanstrup opened this issue Jan 31, 2018 · 2 comments
Closed

loading rinchi first causes errors #62

stanstrup opened this issue Jan 31, 2018 · 2 comments

Comments

@stanstrup
Copy link

Loading rinchi first causes the following error. If I load rcdk first all works.

library(rinchi)
library(rcdk)
Loading required package: rcdklibs
Loading required package: rJava
Warning messages:
1: packagercdkwas built under R version 3.4.3 
2: packagercdklibswas built under R version 3.4.3 
> m <- parse.smiles('C1C=CCC1N(C)c1ccccc1')[[1]]
> get.smiles(m)
Error in .jnew("org/openscience/cdk/smiles/SmilesGenerator", flavor) : 
  java.lang.NoSuchMethodError: <init>
@rajarshi
Copy link
Collaborator

rajarshi commented Feb 1, 2018

Hmm, this is weird. I'll look into it

@rajarshi
Copy link
Collaborator

rajarshi commented Mar 5, 2018

The latest version (0.5) in Github fixes this issue (and now requires rcdk as a dependency)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants