Everything was working perfectly. I installed "reticulate" package and lost access to "rdkit" package. Below is the code and error messages.
I have installed R vesion 3.5.0, RStudio version 1.1.463, Python version 3.7.2, and anaconda 2018.12.
Will very much appreciate help in getting access to "rdkit" in RStudio.
Many thanks.
Here is the code and error messages.
library(reticulate)
rdk <- import("rdkit")
Error in py_module_import(module, convert = convert) :
ModuleNotFoundError: No module named 'rdkit'
install.packages("rdkit")
Installing package into ‘C:/Users/vijay.gombar/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘rdkit’ is not available (for R version 3.5.0)