inst/tests/test_simple_run.R

source("~/svn/spinyreg/pkg/R/spinyReg.R")

## context("Basic calls to spinyReg function")

## test_that("spinyReg call", {

  ## PROSTATE DATA SET
  load("prostate.rda")
  x <- as.matrix(x)

  out <- spinyreg(x,y,verbose=2)

## })

Try the spinyReg package in your browser

Any scripts or data that you put into this service are public.

spinyReg documentation built on May 2, 2019, 11 a.m.