From owner-svn-ports-all@freebsd.org Tue Feb 25 03:34:29 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2533D24F4A3; Tue, 25 Feb 2020 03:34:29 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48RPgS5Ykyz4JQg; Tue, 25 Feb 2020 03:34:28 +0000 (UTC) (envelope-from wen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7C4FB827F; Tue, 25 Feb 2020 03:34:28 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01P3YSKH032550; Tue, 25 Feb 2020 03:34:28 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01P3YRDR032547; Tue, 25 Feb 2020 03:34:27 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202002250334.01P3YRDR032547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 25 Feb 2020 03:34:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527063 - in head/math: . R-cran-statmod X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/math: . R-cran-statmod X-SVN-Commit-Revision: 527063 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.29 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: Tue, 25 Feb 2020 03:34:29 -0000 Author: wen Date: Tue Feb 25 03:34:27 2020 New Revision: 527063 URL: https://svnweb.freebsd.org/changeset/ports/527063 Log: A collection of algorithms and functions to aid statistical modeling. Includes limiting dilution analysis (aka ELDA), growth curve comparisons, mixed linear models, heteroscedastic regression, inverse-Gaussian probability calculations, Gauss quadrature and a secure convergence algorithm for nonlinear models. Also includes advanced generalized linear model functions including Tweedie and Digamma distributional families and a secure convergence algorithm. WWW: https://CRAN.R-project.org/package=statmod PR: 243636 Submitted by: jpbeconne@free.fr Added: head/math/R-cran-statmod/ head/math/R-cran-statmod/Makefile (contents, props changed) head/math/R-cran-statmod/distinfo (contents, props changed) head/math/R-cran-statmod/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Feb 25 03:22:59 2020 (r527062) +++ head/math/Makefile Tue Feb 25 03:34:27 2020 (r527063) @@ -108,6 +108,7 @@ SUBDIR += R-cran-spdep SUBDIR += R-cran-sspir SUBDIR += R-cran-stabledist + SUBDIR += R-cran-statmod SUBDIR += R-cran-survey SUBDIR += R-cran-truncnorm SUBDIR += R-cran-units Added: head/math/R-cran-statmod/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-statmod/Makefile Tue Feb 25 03:34:27 2020 (r527063) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= statmod +DISTVERSION= 1.4.33 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= jpbeconne@free.fr +COMMENT= Statistical Modeling + +LICENSE= GPLv3 + +USES= cran:auto-plist,compiles + +.include Added: head/math/R-cran-statmod/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-statmod/distinfo Tue Feb 25 03:34:27 2020 (r527063) @@ -0,0 +1,3 @@ +TIMESTAMP = 1579549130 +SHA256 (statmod_1.4.33.tar.gz) = 7ac615817e07e7ea6d2edff31e000caf0a879c340fc4bd457d3652c0482d71b9 +SIZE (statmod_1.4.33.tar.gz) = 60857 Added: head/math/R-cran-statmod/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-statmod/pkg-descr Tue Feb 25 03:34:27 2020 (r527063) @@ -0,0 +1,9 @@ +A collection of algorithms and functions to aid statistical modeling. +Includes limiting dilution analysis (aka ELDA), growth curve comparisons, +mixed linear models, heteroscedastic regression, inverse-Gaussian +probability calculations, Gauss quadrature and a secure convergence +algorithm for nonlinear models. Also includes advanced generalized linear +model functions including Tweedie and Digamma distributional families +and a secure convergence algorithm. + +WWW: https://CRAN.R-project.org/package=statmod