Nothing
test_pick_lambda <- function() {
lambda <- matrix(1:20, nrow=10, byrow=FALSE)
ret <- iCARE:::pick_lambda(5, lambda)
checkEqualsNumeric(ret, 15, tolerance=1.0e-8)
}
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.