aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.Rhistory9
-rw-r--r--.gitignore1
-rw-r--r--README.md2
3 files changed, 2 insertions, 10 deletions
diff --git a/.Rhistory b/.Rhistory
index ca272cf..6b92f87 100644
--- a/.Rhistory
+++ b/.Rhistory
@@ -9,12 +9,3 @@ rdkit_module <- try(
reticulate::import("rdkit"),
silent = TRUE)
install.packages("reticulate")
-Sys.getenv("PYTHONPATH")
-conf <- reticulate::py_discover_config("rdkit")
-conf$available
-str(conf)
-py_config()
-reticulate::py_config()
-reticulate::py_discover_config
-rdkit_available <- reticulate::py_module_available("rdkit")
-quit()
diff --git a/.gitignore b/.gitignore
index c1b5016..24c5c07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
chents_*.tar.gz
chents.Rcheck
.Rproj.user
+.Rhistory
diff --git a/README.md b/README.md
index 80eada0..564d1d9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# chents
-[![Build Status](https://travis-ci.com/jranke/chents.svg?branch=main)](https://app.travis-ci.com/github/jranke/chents)
+[![Build Status](https://app.travis-ci.com/jranke/chents.svg?token=Sq9VuYWyRz2FbBLxu6DK&branch=main)](https://app.travis-ci.com/jranke/chents)
[![codecov](https://codecov.io/github/jranke/chents/branch/main/graphs/badge.svg)](https://app.codecov.io/gh/jranke/chents)
The R package **chents** provides some utilities for working with chemical

Contact - Imprint