~ubuntu-branches/ubuntu/utopic/r-cran-genabel/utopic

« back to all changes in this revision

Viewing changes to inst/unitTests/runit.recodeChromosome.R

  • Committer: Package Import Robot
  • Author(s): Andreas Tille, Charles Plessy, Andreas Tille
  • Date: 2014-08-07 17:30:04 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140807173004-24c20tmrw61yl5dz
Tags: 1.8-0-1
[ Charles Plessy ]
* debian/control: removed myself from Uploaders.

[ Andreas Tille ]
* New upstream version
* Moved debian/upstream to debian/upstream/metadata
* cme fix dpkg-control
* More detailed copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
test.recodeChromosome <- function()
24
24
{
 
25
  require(GenABEL.data)
25
26
        data(ge03d2ex)
26
27
        lst <- list("3"="X","2"=15)
27
28
        dta0 <- chromosome(recodeChromosome(ge03d2ex,lst))
41
42
        checkException( dta <- recodeChromosome(ge03d2ex,lst) )
42
43
        lst <- list("1"="0","2"=c())
43
44
        checkException( dta <- recodeChromosome(ge03d2ex,lst) )
44
 
}
 
 
b'\\ No newline at end of file'
 
45
}