diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-22 18:21:02 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-22 18:21:02 +0200 |
commit | 870c7f6315e2656fceea28449bdeb5b2a57adf10 (patch) | |
tree | 4ec1bbf8843d0e98fd3b8ed9eb650d790cc3b6ff | |
parent | dd203e9f266e50bb457bc0fc247267115ae941d2 (diff) |
Add status badge for travis builds
-rw-r--r-- | .Rhistory | 25 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 1 insertions, 25 deletions
diff --git a/.Rhistory b/.Rhistory deleted file mode 100644 index 14fd957..0000000 --- a/.Rhistory +++ /dev/null @@ -1,25 +0,0 @@ -install.packages("chents") -library(chents) -atrazine <- pai.new("atrazine") -atra <- pai$new("atrazine") -atra -atra$mw -library(units) -as_unit("3 g/mol") -as_units(3, g/mol) -as_units(3, "g/mol") -cym <- pai$new("cymoxanil") -cym -py_install("rdkit") -reticulate::py_install("rdkit") -cym <- pai$new("cymoxanil") -library(reticulate) -py_install("rdkit") -rdkit <- py_import(rdkit) -rdkit <- import("rdkit") -rdkit -chent$new("isopropanol") -library(pfm) -drift_data_JKI -EFSA_washoff_2017 -?officer::read_docx @@ -1,6 +1,7 @@ # pfm [![pfm status badge](https://jranke.r-universe.dev/badges/pfm)](https://jranke.r-universe.dev/ui/#package:pfm) +[![Build Status](https://app.travis-ci.com/jranke/pfm.svg?token=Sq9VuYWyRz2FbBLxu6DK&branch=main)](https://app.travis-ci.com/jranke/pfm) [![codecov](https://codecov.io/github/jranke/pfm/branch/main/graphs/badge.svg)](https://codecov.io/github/jranke/pfm) The R package **pfm** provides some utilities for fate modelling, including |