freebsd-ports/math/R-cran-uroot/Makefile
TAKATSU Tomonari 771cd60357 - 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/
2018-04-15 04:24:19 +00:00

16 lines
305 B
Makefile

# 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>