diff options
| author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2026-03-05 11:01:43 +0100 |
|---|---|---|
| committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2026-03-05 11:01:43 +0100 |
| commit | 594d35837001f92dec9bda0e873ba6b7286162a0 (patch) | |
| tree | 439b8851cfc7b14d52dd57f64aa80f0610de5bde /man | |
| parent | dc7182c92c75159944665bc23e82d5c98489163b (diff) | |
Improve pai print method, remove Travis config
It seems that Travis does not show open source projects on github
any more, as it used to, so finally I am removing the Travis
configuration in this project.
Diffstat (limited to 'man')
| -rw-r--r-- | man/pai.Rd | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -14,18 +14,11 @@ the complete result of querying the BCPC compendium using \link[webchem:bcpc_query]{bcpc_query}. } \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) } - -} } \section{Super class}{ \code{\link[chents:chent]{chents::chent}} -> \code{pai} |
