Description Usage Arguments Details Value Author(s) See Also Examples
Test package bit for correctness
| 1 | regtest.bit(N = 100)
 | 
| N | number of random test runs | 
random data of random length are generated and correctness of package functions tested on these
a vector of class 'logical' or 'integer'
Jens Oehlschlägel
bit, as.bit, as.logical, as.integer, which 
| 1 2 3 4 5 6 7 8 9 10 |   if (regtest.bit()){
    message("regtest.bit is OK")
  }else{
    message("regtest.bit failed")
  }
  ## Not run: 
    regtest.bit(10000)
  
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.