1.2-1
- move vignette to the vignettes directory


1.2-0
 - fix bug for poisson.exact  when x=0 and tsmethod="blaker", previously it would hang, now gives correct value (see code of exactpoissonPval exactpoissonCI for change). Thanks to Paul Schuette for pointing out this bug. 
- fix attribute for confidence interval precision for poisson tests using tsmethod="blaker" or "minlike" (I had previously forgot to transform the results that came from the binom.exact)
- delete pdf from /inst/doc/ of R Journal paper, since it is now published and available at        http://journal.r-project.org/archive/2010-1/RJournal_2010-1_Fay.pdf

1.1-0.1
- update citation

1.1-0
- fix citation file
- fix bug in exactbinomCI function when method="blaker", lower interval not correct
- add plot option for binom.exact and poisson.exact
- add exactbinomPlot and exactpoissonPlot functions 
- change method parameter to tsmethod parameter in all functions for simplicity, 
   previously it was method in the internal functions and tsmethod in the called functions


1.0-0 First public release
