Index: head/finance/R-cran-plm/Makefile =================================================================== --- head/finance/R-cran-plm/Makefile (revision 529956) +++ head/finance/R-cran-plm/Makefile (revision 529957) @@ -1,26 +1,26 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= plm -DISTVERSION= 2.2-0 +DISTVERSION= 2.2-3 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Linear Models for Panel Data LICENSE= GPLv2+ CRAN_DEPENDS= R-cran-bdsmatrix>0:math/R-cran-bdsmatrix \ R-cran-zoo>0:math/R-cran-zoo \ R-cran-sandwich>0:math/R-cran-sandwich \ R-cran-lmtest>0:finance/R-cran-lmtest \ R-cran-maxLik>0:math/R-cran-maxLik \ R-cran-Rdpack>0:devel/R-cran-Rdpack \ R-cran-Formula>0:math/R-cran-Formula BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist .include Index: head/finance/R-cran-plm/distinfo =================================================================== --- head/finance/R-cran-plm/distinfo (revision 529956) +++ head/finance/R-cran-plm/distinfo (revision 529957) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567917807 -SHA256 (plm_2.2-0.tar.gz) = 7f038532c387d417ea0c86322d873e6a3959a061a490bc506241a95edc50c86a -SIZE (plm_2.2-0.tar.gz) = 1513935 +TIMESTAMP = 1585642362 +SHA256 (plm_2.2-3.tar.gz) = 8dfaccdbf3ee4623c73d9601573ca6558fe114ad0be9bed00022d4787b697c81 +SIZE (plm_2.2-3.tar.gz) = 1635664 Index: head/finance/R-cran-plm/pkg-descr =================================================================== --- head/finance/R-cran-plm/pkg-descr (revision 529956) +++ head/finance/R-cran-plm/pkg-descr (revision 529957) @@ -1,7 +1,7 @@ Panel data econometrics is obviously one of the main fields in the profession, but most of the models used are difficult to estimate with R. plm is a package for R which intends to make the estimation of linear panel models straightforward. plm provides functions to estimate a wide variety of models and to make (robust) inference. -WWW: http://cran.r-project.org/web/packages/plm/ +WWW: https://cran.r-project.org/web/packages/plm/