commit | 05b2277b70f8ac3f20ab4de8c676716add32e30d | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Feb 18 21:58:42 2020 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Feb 18 22:37:53 2020 +0100 |
tree | ebec81a624b892d6f39f72c34f4e0f1e008c73e1 | |
parent | e65ac41dec1cdd7777192e7a9c504bf90cc0db6d [diff] [blame] |
Don't run long running and redundant tests by default use --run-donttest to run them Change-Id: Idec047eff02b9a3e2dababc6c6fc0347ca43e5de
diff --git a/man/ipm.Rd b/man/ipm.Rd index ed82d36..e4b5aec 100644 --- a/man/ipm.Rd +++ b/man/ipm.Rd
@@ -21,5 +21,7 @@ und multiplies conf.low and \code{conf.high} with 10^6. } \examples{ +\donttest{ new("KorAPConnection") \%>\% frequencyQuery("Test", paste0("pubDate in ", 2000:2002)) \%>\% ipm() } +}