diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-11-19 07:38:08 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-11-19 07:38:08 +0100 |
commit | e7d3077065cd449b234a6b2338efd70a94f94fbd (patch) | |
tree | 5c7e8d64c728b582069b727d85874d6b3f497b5d /man | |
parent | c9819ab029bb2386d25bfa9be850c9f10478188e (diff) |
Better approach to skip bcpc on travis, update docs
Diffstat (limited to 'man')
-rw-r--r-- | man/pai.Rd | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,11 +12,18 @@ The class is initialised with an identifier which is generally an ISO common nam Additional chemical information is retrieved from the internet if available. } \examples{ +# On Travis, we get a certificate validation error, +# likely because the system (xenial) is so old, +# therefore don't run this example on Travis +if (Sys.getenv("TRAVIS") == "") { + atr <- pai$new("atrazine") print(atr) if (!is.null(atr$Picture)) { plot(atr) } + +} } \keyword{data} \section{Super class}{ |