- Date 02-15-2025
- Added better ierr handling for ace.
- Date 02-12-2025
- Fixed bug in weight specification when x was a vector
- When ierr isn't 0 calls a function that defaults to warning.
- Date: 02-05-2025
- Added independence test using ACE as provided by Holzmann & Klar.
- Added formula interface to ACE.
- Added S3 plot/summary/print to ace and AVAS output.
- Added Checking of ACE error codes.
- Date: 01-21-2025
- Fixing errors detected by Ripley in future version of R.
- Date: 01-05-2025
- Complete refactor into F90 assisted by ChatGPT.
- Merged all globals to a single parameter set to control routines and provided calls to set them in the FORTRAN.
- Date: 03-29-2018
- Updated email address of maintainer.
- Date: 10-27-2016
- Converted all routines to "implicit none" by request for Prof Brian Ripley. Added reference
- Date: 10-13-2016
- Jonathan Baron (Penn) has transferred maintainer status to Shawn Garbett (Vanderbilt). A shoutout and thanks to Dr. Baron's work for the last several years.
Older notes. Unknown versions.
- 10-6-2016 Shawn Garbett cleaned up fortran6 warnings to maintain CRAN status. Stated precision of exported variables now matches internal computations. An extremely unlikely but possible division by zero path is prevented.
- 11-23-2014 Removed non-standard files from top directory.
- 4-20-2013 Brian Ripley fixed a Fortran error.
- 4-5-2012 Added namespace and removed stray print in avas.
- 7-4-2010 Fixed options circ, cat, and mon, in both ace and avas, so that they now can apply to the dependent variable, as specified previously in both the help page and the fortran code. Colin McCullogh did most of the work. Frank Harrell also reported this bug.
- Fixed the checks on the options so that they apply to the correct dimension. Previously circ and mon were not working as described. Thanks to Frank Harrell.
- Expanded the help pages to make them clearer and provide more examples. --Jon Baron