From owner-svn-ports-all@freebsd.org Fri Sep 29 04:30:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A134E2249A; Fri, 29 Sep 2017 04:30:13 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56E5B7CDCD; Fri, 29 Sep 2017 04:30:13 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8T4UC5H036610; Fri, 29 Sep 2017 04:30:12 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8T4UCXX036607; Fri, 29 Sep 2017 04:30:12 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201709290430.v8T4UCXX036607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 29 Sep 2017 04:30:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450882 - head/math/R-cran-lava X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-lava X-SVN-Commit-Revision: 450882 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2017 04:30:13 -0000 Author: tota Date: Fri Sep 29 04:30:12 2017 New Revision: 450882 URL: https://svnweb.freebsd.org/changeset/ports/450882 Log: - Update to 1.5.1 - Update pkg-descr Modified: head/math/R-cran-lava/Makefile (contents, props changed) head/math/R-cran-lava/distinfo (contents, props changed) head/math/R-cran-lava/pkg-descr (contents, props changed) Modified: head/math/R-cran-lava/Makefile ============================================================================== --- head/math/R-cran-lava/Makefile Fri Sep 29 01:59:33 2017 (r450881) +++ head/math/R-cran-lava/Makefile Fri Sep 29 04:30:12 2017 (r450882) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lava -DISTVERSION= 1.5 +DISTVERSION= 1.5.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-lava/distinfo ============================================================================== --- head/math/R-cran-lava/distinfo Fri Sep 29 01:59:33 2017 (r450881) +++ head/math/R-cran-lava/distinfo Fri Sep 29 04:30:12 2017 (r450882) @@ -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 Modified: head/math/R-cran-lava/pkg-descr ============================================================================== --- head/math/R-cran-lava/pkg-descr Fri Sep 29 01:59:33 2017 (r450881) +++ head/math/R-cran-lava/pkg-descr Fri Sep 29 04:30:12 2017 (r450882) @@ -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/