https://github.com/cran/nnls
Raw File
Tip revision: 75aac85d5e03f8373d164860facc097d92c0b46f authored by Katharine Mullen on 11 September 2023, 07:20:07 UTC
version 1.5
Tip revision: 75aac85
NEWS
Version 1.4
	o Add bvls, quadprog to Suggests
	o 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
	o 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
	o Package title to title case
back to top