Nothing
test_that("pars matching", {
for (m in dimRedMethodList()) {
mo <- getMethodObject(m)
expect(
all.equal(
mo@stdpars,
matchPars(mo, list())
),
paste("par matching for", m, "failed")
)
}
expect_warning(
embed(iris[1:4], "PCA", asdf = 1234),
"Parameter matching: asdf is not a standard parameter, ignoring."
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.