NEWS
nnls 1.6 (2024-10-23)
- In DESCRIPTION, include author information in Authors@R format.
- In src/nnnpls.f and src/lawson_hanson_nnls.f, replace
computed GO TO statements with select case statements
nnls 1.4 (2012-03-19)
- Add bvls, quadprog to Suggests
- In src/nnnpls.f and src/lawson_hanson_nnls.f,
deal with Fortran 2018 deleted features:
DO termination statement which is not END DO or CONTINUE, and
Arithmetic IF statement
- In R/nnls.R, check that arguements are not NA, NaN, NULL or Inf, and
have compatible dimensions; thanks to Jonas Freimuth for the
bug report that motivated these checks
- Package title to title case