aboutsummaryrefslogtreecommitdiff
path: root/man/pai.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2021-11-19 07:38:08 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2021-11-19 07:38:08 +0100
commite7d3077065cd449b234a6b2338efd70a94f94fbd (patch)
tree5c7e8d64c728b582069b727d85874d6b3f497b5d /man/pai.Rd
parentc9819ab029bb2386d25bfa9be850c9f10478188e (diff)
Better approach to skip bcpc on travis, update docs
Diffstat (limited to 'man/pai.Rd')
-rw-r--r--man/pai.Rd7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/pai.Rd b/man/pai.Rd
index c27a8f5..cec3015 100644
--- a/man/pai.Rd
+++ b/man/pai.Rd
@@ -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}{

Contact - Imprint