We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35beda9 commit fb2b81fCopy full SHA for fb2b81f
tests/testthat/test_doublearrow.R
@@ -1,5 +1,5 @@
1
context("double-arrow")
2
-
+skip_on_cran()
3
test_that("Simple ops do what we expect", {
4
p1 = PipeOpNOP$new("p1")
5
p2 = PipeOpNOP$new("p2")
tests/testthat/test_gunion.R
context("gunion")
test_that("gunion", {
g1 = PipeOpPCA$new() %>>% PipeOpScale$new(param_vals = list(scale = FALSE))
g2 = PipeOpPCA$new(id = "pca2") %>>% PipeOpPCA$new(id = "xx")
0 commit comments