pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-lars



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun  8 15:30:08 UTC 2024

Added Files:
        pkgsrc/math/R-lars: DESCR Makefile distinfo

Log Message:
math/R-lars: import R-lars-1.3

Efficient procedures for fitting an entire lasso sequence with the
cost of a single least squares fit. Least angle regression and
infinitesimal forward stagewise regression are related to the lasso,
as described in the paper below.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-lars/DESCR pkgsrc/math/R-lars/Makefile \
    pkgsrc/math/R-lars/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/R-lars/DESCR
diff -u /dev/null pkgsrc/math/R-lars/DESCR:1.1
--- /dev/null   Sat Jun  8 15:30:08 2024
+++ pkgsrc/math/R-lars/DESCR    Sat Jun  8 15:30:08 2024
@@ -0,0 +1,4 @@
+Efficient procedures for fitting an entire lasso sequence with the
+cost of a single least squares fit. Least angle regression and
+infinitesimal forward stagewise regression are related to the lasso,
+as described in the paper below.
Index: pkgsrc/math/R-lars/Makefile
diff -u /dev/null pkgsrc/math/R-lars/Makefile:1.1
--- /dev/null   Sat Jun  8 15:30:08 2024
+++ pkgsrc/math/R-lars/Makefile Sat Jun  8 15:30:08 2024
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2024/06/08 15:30:08 mef Exp $
+
+R_PKGNAME=     lars
+R_PKGVER=      1.3
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Least Angle Regression, Lasso and Forward Stagewise
+LICENSE=       gnu-gpl-v2
+
+USE_LANGUAGES= c fortran
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-lars/distinfo
diff -u /dev/null pkgsrc/math/R-lars/distinfo:1.1
--- /dev/null   Sat Jun  8 15:30:08 2024
+++ pkgsrc/math/R-lars/distinfo Sat Jun  8 15:30:08 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/06/08 15:30:08 mef Exp $
+
+BLAKE2s (R/lars_1.3.tar.gz) = cba2e6183967fd824680f964593e9a14da8dfde476a520058164ed91b847f648
+SHA512 (R/lars_1.3.tar.gz) = c8fa58eabde5219b02cffe0441c8f30832e2eaa8483092cd976e9336ab1226f144f0c1ca3ebee06885ac360869920725509fdecfd08467769265a83661a5ef65
+Size (R/lars_1.3.tar.gz) = 184025 bytes



Home | Main Index | Thread Index | Old Index