Index: head/finance/R-cran-strucchange/Makefile =================================================================== --- head/finance/R-cran-strucchange/Makefile (revision 514384) +++ head/finance/R-cran-strucchange/Makefile (revision 514385) @@ -1,21 +1,21 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= strucchange -DISTVERSION= 1.5-1 -PORTREVISION= 3 +DISTVERSION= 1.5-2 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Testing, Monitoring, and Dating Structural Changes -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ -RUN_DEPENDS= R-cran-zoo>0:math/R-cran-zoo \ +CRAN_DEPENDS= R-cran-zoo>0:math/R-cran-zoo \ R-cran-sandwich>0:math/R-cran-sandwich +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include Index: head/finance/R-cran-strucchange/distinfo =================================================================== --- head/finance/R-cran-strucchange/distinfo (revision 514384) +++ head/finance/R-cran-strucchange/distinfo (revision 514385) @@ -1,2 +1,3 @@ -SHA256 (strucchange_1.5-1.tar.gz) = 740e2e20477b9fceeef767ae1002adc5ec397cb0f7daba5289a2c23b0dddaf31 -SIZE (strucchange_1.5-1.tar.gz) = 542552 +TIMESTAMP = 1570954722 +SHA256 (strucchange_1.5-2.tar.gz) = 7d247c5ae6f5a63c80e478799d009c57fb8803943aa4286d05f71235cc1002f8 +SIZE (strucchange_1.5-2.tar.gz) = 544106 Index: head/finance/R-cran-strucchange/pkg-descr =================================================================== --- head/finance/R-cran-strucchange/pkg-descr (revision 514384) +++ head/finance/R-cran-strucchange/pkg-descr (revision 514385) @@ -1,12 +1,12 @@ Testing, monitoring and dating structural changes in (linear) regression models. strucchange features tests/methods from the generalized fluctuation test framework as well as from the F test (Chow test) framework. This includes methods to fit, plot and test fluctuation processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F statistics, respectively. It is possible to monitor incoming data online using fluctuation processes. Finally, the breakpoints in regression models with structural changes can be estimated together with confidence intervals. Emphasis is always given to methods for visualizing the data. -WWW: http://cran.r-project.org/web/packages/strucchange/ +WWW: https://cran.r-project.org/web/packages/strucchange/