nanxstats / Rcpi

💊 Molecular informatics toolkit with integration of bioinformatics and cheminformatics tools for drug discovery
https://nanx.me/Rcpi/
Artistic License 2.0
35 stars 12 forks source link

getSmiFromPubChem error #11

Open layhiang1995 opened 3 years ago

layhiang1995 commented 3 years ago

Hi, thank you for the package. However I encountered an issue as follows:

library("Rcpi") id = c('7847562', '7847563') # Penicillamine getSmiFromPubChem(id)

and I got this error Error in FUN(X[[i]], ...) : argument 'x' must be a raw vector

May I clarify?

nanxstats commented 3 years ago

Hmm, I'm not sure if i can reproduce this issue.