diff options
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}{ |