From 533570776daf567afa543fdfb19db2c8aa4616f8 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Mon, 22 Jul 2024 18:22:55 +0200 Subject: Update travis build status badge --- .Rhistory | 9 --------- .gitignore | 1 + README.md | 2 +- 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 -- cgit v1.2.3