CDK-R / cdkr

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

Error in McConnaughey similarity calculation for fingerprints #98

Closed jcuadros closed 4 years ago

jcuadros commented 4 years ago

Returns NULL, probably due to a typo in package fingerprint, fingerprint/R/misc.R, line 209

        } else if (method == 'mcconaughey') {

I think it should read 'mcconnaughey'

Thanks

rajarshi commented 4 years ago

Thanks - fixed in master