tests/testthat/test-03-ClumppOpts.R

context('ClumppOpts')

test_that('ClumppOpts', {
	# tests implicit
	x <- ClumppOpts(M='Greedy', W=TRUE, S=FALSE, REPEATS=1000)
	# methods
	print(x)
	x
})
jeffreyhanson/structurer documentation built on May 19, 2019, 4:01 a.m.