NEWS
BurStMisc 1.1 (2016-08-13)
ADDITIONS
- 'scriptSearch' searches directories of files for a regular expression.
- 'ntile' finds equally sized groups of numbers.
- the result of 'genopt' gains a class that has a 'summary' method.
- 'Cfrag.list' writes C code that declares (and possibly initializes) the components of a list.
- 'writeExpectTest' automatically writes an 'expect_equal' test (using the 'testthat' package) given an expression.
BUG fIXES
- 'genopt' and the permutation tests would attempt to save '.Random.seed' even if it didn't exist yet.
BurStMisc 1.00 (2012-12-21)
CHANGES
- 'corner' is modified to handle dimensions of zero length.
- 'genopt.control' changes 'prob' to 0.4 (from 0.3).
BUG FIXES
- 'genopt' didn't used to count the purely random phase in 'funevals'.