
        **************************************************
        *                                                *
        *              1.0 SERIES NEWS                   *
        *                                                *
        **************************************************


                CHANGES IN R VERSION 1.0.2


BUG FIXES

    o   Added package author roles and additional package description
        to DESCRIPTION file.

    o   Explicitly denoted lack of return value in documentation.

    o   Removed outdated private package access from example code.


                CHANGES IN R VERSION 1.0.1


BUG FIXES

    o   Updated to use maintainer's current email address.

    o   Updated manpage author section ordering.

    o   Added additional basic method imports to correct R CMD check issues.

    o   Fixed some URLs to external sources. Changed to secure HTTTP protocol.

    o   Added license text to COPYRIGHTS file.


NEW FEATURES

    o   Added .Rbuildignore support to filter out what gets put in the build

    o   Added spell checking support.


                CHANGES IN R VERSION 1.0.0


SIGNIFICANT USER-VISIBLE CHANGES

    o   Dropped compatibility for anything less than R-2.15 as
        no longer able to test against previous versions of R.


NEW FEATURES

    o   After almost a decade, now has a production release number.

    o   Added SVN revision information to many of the package files.

    o   Added COPYRIGHTS file in Debian standard, machine-readable format.

    o   Added manpage for package itself.


        **************************************************
        *                                                *
        *              0.9 SERIES NEWS                   *
        *                                                *
        **************************************************


                CHANGES IN R VERSION 0.9.4


BUG FIXES

    o   Switch to BSD 3-clause license for entire package by request of
	CRAN maintainer.


                CHANGES IN R VERSION 0.9.3


NEW FEATURES

    o   Use packageStartupMessage() in .onAttach() namespace hook methods.

    o   Revamp of internal R code to use sprintf() for error messages.

    o   Fixed makesig() so that SIGNAL.ALL now works.


BUG FIXES

    o   Converted NEWS file into something R can recognize.


                CHANGES IN R VERSION 0.9.2


BUG FIXES

    o   Conform to current packaging guidelines concerning license by request
	of CRAN maintainer.


                CHANGES IN R VERSION 0.9.1


NEW FEATURES

    o   Replaced platform-specific aspects of package with generic equivalents.

    o   Miscellaneous updates.


                CHANGES IN R VERSION 0.9.0


SIGNIFICANT USER-VISIBLE CHANGES

    o   Initial release to CRAN.

