Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2018 08:03:45 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472769 - in head/math: . R-cran-pls
Message-ID:  <201806190803.w5J83jsO020712@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Tue Jun 19 08:03:45 2018
New Revision: 472769
URL: https://svnweb.freebsd.org/changeset/ports/472769

Log:
  - Add new port: math/R-cran-pls
  
    Multivariate regression methods Partial Least Squares Regression
    (PLSR), Principal Component Regression (PCR) and Canonical Powered
    Partial Least Squares (CPPLS).
  
    WWW: https://cran.r-project.org/web/packages/pls/

Added:
  head/math/R-cran-pls/
  head/math/R-cran-pls/Makefile   (contents, props changed)
  head/math/R-cran-pls/distinfo   (contents, props changed)
  head/math/R-cran-pls/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Tue Jun 19 07:51:19 2018	(r472768)
+++ head/math/Makefile	Tue Jun 19 08:03:45 2018	(r472769)
@@ -76,6 +76,7 @@
     SUBDIR += R-cran-numDeriv
     SUBDIR += R-cran-outliers
     SUBDIR += R-cran-pbkrtest
+    SUBDIR += R-cran-pls
     SUBDIR += R-cran-prodlim
     SUBDIR += R-cran-psych
     SUBDIR += R-cran-quadprog

Added: head/math/R-cran-pls/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-pls/Makefile	Tue Jun 19 08:03:45 2018	(r472769)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME=	pls
+DISTVERSION=	2.6-0
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Partial Least Squares and Principal Component Regression
+
+LICENSE=	GPLv2
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-pls/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-pls/distinfo	Tue Jun 19 08:03:45 2018	(r472769)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1529392170
+SHA256 (pls_2.6-0.tar.gz) = 3d8708fb7f45863d3861fd231e06955e6750bcbe717e1ccfcc6d66d0cb4d4596
+SIZE (pls_2.6-0.tar.gz) = 809111

Added: head/math/R-cran-pls/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-pls/pkg-descr	Tue Jun 19 08:03:45 2018	(r472769)
@@ -0,0 +1,5 @@
+Multivariate regression methods Partial Least Squares Regression
+(PLSR), Principal Component Regression (PCR) and Canonical Powered
+Partial Least Squares (CPPLS).
+
+WWW: https://cran.r-project.org/web/packages/pls/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806190803.w5J83jsO020712>