add version 1.3-0 to r-lsei (#21083)

This commit is contained in:
Glenn Johnson
2021-01-17 13:58:08 -06:00
committed by GitHub
parent 1d1d4a5796
commit f714dfc226

View File

@@ -7,16 +7,18 @@
class RLsei(RPackage): class RLsei(RPackage):
"""It contains functions that solve least squares linear regression """Solving Least Squares or Quadratic Programming Problems under Equality/Inequality Constraints
problems under linear equality/inequality constraints. Functions for
solving quadratic programming problems are also available, which It contains functions that solve least squares linear regression problems
transform such problems into least squares ones first. It is developed under linear equality/inequality constraints. Functions for solving
based on the 'Fortran' program of Lawson and Hanson (1974, 1995), which quadratic programming problems are also available, which transform such
is public domain and available at problems into least squares ones first. It is developed based on the
<http://www.netlib.org/lawson-hanson>.""" 'Fortran' program of Lawson and Hanson (1974, 1995), which is public domain
and available at <http://www.netlib.org/lawson-hanson>."""
homepage = "https://cloud.r-project.org/package=lsei" homepage = "https://cloud.r-project.org/package=lsei"
url = "https://cloud.r-project.org/src/contrib/lsei_1.2-0.tar.gz" url = "https://cloud.r-project.org/src/contrib/lsei_1.2-0.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/lsei" list_url = "https://cloud.r-project.org/src/contrib/Archive/lsei"
version('1.3-0', sha256='6289058f652989ca8a5ad6fa324ce1762cc9e36c42559c00929b70f762066ab6')
version('1.2-0', sha256='4781ebd9ef93880260d5d5f23066580ac06061e95c1048fb25e4e838963380f6') version('1.2-0', sha256='4781ebd9ef93880260d5d5f23066580ac06061e95c1048fb25e4e838963380f6')