aboutsummaryrefslogtreecommitdiff
path: root/.Rhistory
blob: 6b92f870349261b41141c2a322ad690dae455af3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
library(chents)
?chent
library(chents)
?chent
conf <- reticulate::py_discover_config("rdkit")
conf$available
str(conf)
rdkit_module <- try(
reticulate::import("rdkit"),
silent = TRUE)
install.packages("reticulate")

Contact - Imprint