Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2018 10:44:02 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471357 - in head/math: . R-cran-carData
Message-ID:  <201806021044.w52Ai2Zk070620@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Sat Jun  2 10:44:02 2018
New Revision: 471357
URL: https://svnweb.freebsd.org/changeset/ports/471357

Log:
  math/R-cran-carData: Companion to Applied Regression Data Sets
  
  Generated by:	portcran (0.1.8)

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sat Jun  2 09:48:15 2018	(r471356)
+++ head/math/Makefile	Sat Jun  2 10:44:02 2018	(r471357)
@@ -36,6 +36,7 @@
     SUBDIR += R-cran-backports
     SUBDIR += R-cran-bdsmatrix
     SUBDIR += R-cran-car
+    SUBDIR += R-cran-carData
     SUBDIR += R-cran-coda
     SUBDIR += R-cran-combinat
     SUBDIR += R-cran-conf.design

Added: head/math/R-cran-carData/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-carData/Makefile	Sat Jun  2 10:44:02 2018	(r471357)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME=	carData
+DISTVERSION=	3.0-1
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	dbn@FreeBSD.org
+COMMENT=	Companion to Applied Regression Data Sets
+
+LICENSE=	GPLv2+
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-carData/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-carData/distinfo	Sat Jun  2 10:44:02 2018	(r471357)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1527915125
+SHA256 (carData_3.0-1.tar.gz) = 12e523d3507aa4ef6d7aa594f8f4ad0deff1e0e5334caecf4e613ec31f6f77a4
+SIZE (carData_3.0-1.tar.gz) = 1675033

Added: head/math/R-cran-carData/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-carData/pkg-descr	Sat Jun  2 10:44:02 2018	(r471357)
@@ -0,0 +1,4 @@
+Datasets to Accompany J. Fox and S. Weisberg, An R Companion to Applied
+Regression, Third Edition, Sage (forthcoming).
+
+WWW: https://r-forge.r-project.org/projects/car/



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