Date: Sun, 15 Apr 2018 04:24:19 +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: r467363 - in head/math: . R-cran-uroot Message-ID: <201804150424.w3F4OJj1014042@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun Apr 15 04:24:19 2018 New Revision: 467363 URL: https://svnweb.freebsd.org/changeset/ports/467363 Log: - Add new port: math/R-cran-uroot Seasonal unit roots and seasonal stability tests. P-values based on response surface regressions are available for both tests. P-values based on bootstrap are available for seasonal unit root tests. A parallel implementation of the bootstrap method requires a CUDA capable GPU with compute capability >= 3.0, otherwise a debugging version fully coded in R is used. WWW: https://cran.r-project.org/web/packages/uroot/ Added: head/math/R-cran-uroot/ head/math/R-cran-uroot/Makefile (contents, props changed) head/math/R-cran-uroot/distinfo (contents, props changed) head/math/R-cran-uroot/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Apr 15 02:02:02 2018 (r467362) +++ head/math/Makefile Sun Apr 15 04:24:19 2018 (r467363) @@ -29,6 +29,7 @@ SUBDIR += R-cran-Rmpfr SUBDIR += R-cran-Rsolnp SUBDIR += R-cran-SparseM + SUBDIR += R-cran-uroot SUBDIR += R-cran-VGAM SUBDIR += R-cran-Zelig SUBDIR += R-cran-assertthat Added: head/math/R-cran-uroot/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-uroot/Makefile Sun Apr 15 04:24:19 2018 (r467363) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= uroot +DISTVERSION= 2.0-9 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Unit Root Tests for Seasonal Time Series + +LICENSE= GPLv2 + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> Added: head/math/R-cran-uroot/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-uroot/distinfo Sun Apr 15 04:24:19 2018 (r467363) @@ -0,0 +1,3 @@ +TIMESTAMP = 1523584257 +SHA256 (uroot_2.0-9.tar.gz) = 9b7616d64ed87b29ee45368bf7f08d15c0ec058e450c69171fbfecb44943ac5b +SIZE (uroot_2.0-9.tar.gz) = 1858590 Added: head/math/R-cran-uroot/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-uroot/pkg-descr Sun Apr 15 04:24:19 2018 (r467363) @@ -0,0 +1,8 @@ +Seasonal unit roots and seasonal stability tests. P-values based +on response surface regressions are available for both tests. +P-values based on bootstrap are available for seasonal unit root +tests. A parallel implementation of the bootstrap method requires +a CUDA capable GPU with compute capability >= 3.0, otherwise a +debugging version fully coded in R is used. + +WWW: https://cran.r-project.org/web/packages/uroot/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804150424.w3F4OJj1014042>