CHANGES: Log of significant changes between revisions

#############################################################################
# multic 0.3.2
#############################################################################
  - To adhere to changes in R 2.6.0

#############################################################################
# multic 0.3.1
#############################################################################
  - Updated licensing info in DESCRIPTION file and added LICENSE file to
    adhere to requests from CRAN.

#############################################################################
# multic 0.3.0
#############################################################################
  - sw2mloci function is now fully functional, although (in R) it
    cause memory mapping errors if the machine it's being run on has
    insufficient memory.

#############################################################################
# multic 0.2.2
#############################################################################
BUG FIXES
  - C++ declarations of long are replaced with 'Sint'.  Sint is defined
    as long for Splus and int for R.  This allows multic to run properly
    on systems where long and int are not the same size (such as most
    64-bit systems.

  - Major bug fix with regard to sorting mibd files and phi2 files.
    These were not being sorted properly on Linux systems due to differences
    in the behavior of 'sort' on Solaris and Linux.  It now works properly
    for both.

  - Fixed bug in calculating the size of a file.

  - The function sw2mloci requires a major bug fix.  Since this fix
    will require a great deal of time and effort, this function has
    been disabled in the current release.  It will be reincorporated
    in a future release.

#############################################################################
# multic 0.2
#############################################################################
NEW FEATURES
  - Added in the option to use the LRT instead of the Wald statistic
    when combining the various traits (addGE).

  - Allowed the user to specify the initial values (multic.control).

  - Added a plot to show all the lods scores of the top n most influential
    families to the max LOD score (plot.family.lods).

  - Improved the error message if share.out (or possibly, mloci.out)
    does not have the expected number of lines based on the famid
    argument.

BUG FIXES
  - Calculating the residuals and collapsing on the family was crashing
    with family of size one.

  - Allowed partial matching of arguments to the residuals.multic and
    fitted.multic methods.

  - Fixed the subset argument to multic.  It was not working when the
    subset was NOT a part of the data argument.

  - get.top.n.families would crash with multiple "global peak" values.

#############################################################################
# multic 0.1.1
#############################################################################

BUG FIXES
  - Converted CLK_TCK in the C++ code to CLOCKS_PER_SEC.  CLK_TCK is
    deprecated.

  - mkdir is only defined in Splus, not in R.  multic.mkdir was
    created to encapsulate this difference.

  - Removed the "multicInput" inconsistancy in examples/calls.q.
