0.1-5
- added alpha=NA option to closed() to calculate adjusted p-values
- changed pick() to give fiducial disstribution in case alpha=NA
- fixed bug where pick() returned inf when it should return m (the number of hypotheses).
- simplified change to Pr(>|Chi|)
- added input check on invalid selection to pickFisher()
- added order argument to curveFisher() and curveSimes()

0.1-4
- added endpoint check to curveSimes() for speed.
- changed Pr(>|Chi|) due to change in anova() in stats.

0.1-3
- rewritten pickSimes() for increased computational efficiency
- changed name of first argument in pickFisher() and pickSimes() from "all" to "p"
- added curveSimes and curveFisher functions
- added NAEP example data

0.0.2
- Removed zipData=yes from description
- man file of closure-class.Rd repaired.