Index: head/math/R-cran-lava/Makefile =================================================================== --- head/math/R-cran-lava/Makefile (revision 450881) +++ head/math/R-cran-lava/Makefile (revision 450882) @@ -1,20 +1,20 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= lava -DISTVERSION= 1.5 +DISTVERSION= 1.5.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Latent Variable Models LICENSE= GPLv3 CRAN_DEPENDS= R-cran-numDeriv>0:math/R-cran-numDeriv BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist .include Index: head/math/R-cran-lava/distinfo =================================================================== --- head/math/R-cran-lava/distinfo (revision 450881) +++ head/math/R-cran-lava/distinfo (revision 450882) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504939480 -SHA256 (lava_1.5.tar.gz) = 82fdc3fccb48c0928e043c08162220381269f83e73d902335107f510423fda74 -SIZE (lava_1.5.tar.gz) = 828070 +TIMESTAMP = 1506647804 +SHA256 (lava_1.5.1.tar.gz) = c41da42c9d90d81de876c29bfca736fa111a8924add07c85ab2f8d98200195ed +SIZE (lava_1.5.1.tar.gz) = 842110 Index: head/math/R-cran-lava/pkg-descr =================================================================== --- head/math/R-cran-lava/pkg-descr (revision 450881) +++ head/math/R-cran-lava/pkg-descr (revision 450882) @@ -1,3 +1,10 @@ -Estimation and simulation of latent variable models. +A general implementation of Structural Equation Models with latent +variables (MLE, 2SLS, and composite likelihood estimators) with +both continuous, censored, and ordinal outcomes (Holst and +Budtz-Joergensen (2013) ). The package +also provides methods for graph exploration (d-separation, back-door +criterion), simulation of general non-linear latent variable models, +and estimation of influence functions for a broad range of statistical +models. WWW: https://cran.r-project.org/web/packages/lava/