- Avoid some virtual function calls and remove a few macros.
- Fix an issue due to the new STRICT_R_HEADERS variable in Rcpp.
- Avoid some memory allocations.
- Fix a test issue with ATLAS.
stop
s when there are more variables than observations. Previously, this caused a crash.- Handle Fortran string length argument.
- Fix bug found with Valgrind.
- Minor changes in implementation.
- Fix bugs in patched R and oldrel R.
- A
FAST
method is added which computes the Fisher information and then solves the normal equation as inspeedglm
. - One change which decreased the computation time.
- Minor bug fixes.