diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-22 18:22:55 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-22 18:22:55 +0200 |
commit | 533570776daf567afa543fdfb19db2c8aa4616f8 (patch) | |
tree | 42454823f938ba7cf1c6884824f45bea13606fb4 | |
parent | 5694ab788df7d333cf1d99faac749af360ba08c4 (diff) |
Update travis build status badge
-rw-r--r-- | .Rhistory | 9 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.md | 2 |
3 files changed, 2 insertions, 10 deletions
@@ -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() @@ -1,3 +1,4 @@ chents_*.tar.gz chents.Rcheck .Rproj.user +.Rhistory @@ -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 |