inst/unitTests/runit.unknown.R

### runit.unknown.R
###------------------------------------------------------------------------
### What: Unit tests for "unknown" methods
### $Id: runit.unknown.R 1097 2006-11-14 06:10:43Z ggorjan $
### Time-stamp: <2006-11-12 10:29:48 ggorjan>
###------------------------------------------------------------------------

### {{{ --- Test setup ---

if(FALSE) {
  library("RUnit")
  library("GeneticsPed")
}

### }}}
### {{{ --- TODO ---

test.TODO <- function() {
  a <- 1
  checkEquals(sum(a, 1), 2)
}

### }}}
### {{{ Dear Emacs
## Local variables:
## folded-file: t
## End:
### }}}

###------------------------------------------------------------------------
### runit.unknown.R ends here

Try the GeneticsPed package in your browser

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

GeneticsPed documentation built on Nov. 8, 2020, 5:54 p.m.