2023-09-03: v0.1-3
  * Remove meta data from man.
  * Modify CITATION.
  * Change class() to inherits().
  * Replace "mean.gbd", "length.gbd", and "sum.gbd" by "mean_gbd",
    "length_gbd", and "sum_gbd" to avoid notes of S3 mismatches.
  * Add functions from "AnalyzeFMRI".

2022-04-12: v0.1-3
  * Update examples.
  * Add silence = TRUE to try().
  * Update more error messages.

2021-11-06: v0.1-2
  * Update autoconf to version 2.71.

2021-02-11: v0.1-1
  * Update references.
  * Change http to https.
  * Add more descriptions to workflow.
  * Disable some examples.

2018-04-25: v0.1-0
  * Drop "# dontrun()".

2018-04-24: v0.1-0
  * Adjust more Rd-files: change "dontrun <- function(){}" to \donttest{}.

2018-04-17: v0.1-0
  * Adjust more Rd-files: change \dontrun{} to "dontrun <- function(){}".

2018-04-12: v0.1-0
  * Adjust "demo/shepp.r".

2018-04-06: v0.1-0
  * Adjust DESCRIPTION and Rd-files.

======================= Log Before Release =====================================
2018-03-25:
  * Revise vignettes.

2018-02-11:
  * Revise vignettes and demo code.

2017-08-06:
  * Rename package to "MixfMRI".

2016-11-10:
  * Add gcv.smooth2d().

2016-04-15:
  * Add brick2p.

2016-01-17:
  * Add CBA method, cab.cor().

2015-11-05:
  * Add two FDR procecures.
  * Add merging steps with two FDR procedures.

2015-06-28:
  * Remove some datasets and add a new dataset pstats.
  * Adjust simulation workflows for 25 replicates.
  * Add confidence ellipsoid methods.

2015-04-19:
  * Add simple, extend, qnorm.simple, qnorm.extend, prob.simple, and
    prob.extend to initializations.
  * Fix bugs of max.PV.

2015-04-01:
  * Almost everything was wrong before this day.
  * data/2dphant.rda is added.
  * data/Imagination_pvals.rda is added.
  * data/CNTS* data/jss* data/shepp* are all removed.
  * man/*.Rd related to those data above are changed.
  * inst/workflow/* related to those data above are changed as well.

2015-03-07:
  * Implement lmt.I method.

2015-01-07:
  * Change CNTSL.* and CNTSR.* to smoothed version.

2015-01-05:
  * Add alternative methods to simu_2d and CNTS.

2014-12-24:
  * Add man pages.

2014-11-28:
  * Add CNTS.

2014-09-27:
  * Add lrt2.
  * Add hypothesis testing for merging inactive clusters (work flow only).

2014-07-12:
  * Add JSS examples.

2014-04-16:
  * Add SPMD.

2014-03-26:
  * Fix a graden bug for beta log likelihood.

2014-02-23:
  * Add apecma.
  * Add plotpv and plotclustpv, and add them to work flow.

2014-02-22:
  * Change initialization method and restrictions.
  * Add lrt and fix AIC and BIC.
  * Add 3d data (CNTS) and work flow.

2014-02-15:
  * Debugging start.
  * Add 2d data (pval.olddata.*) and work flow.

2014-02-13:
  * Add toy data.

2014-02-12:
  * Add beta constrains optimization.

2014-02-08:
  * First initial.
