Received: by mail.netbsd.org (Postfix, from userid 605) id 89ADB84EF8; Sat, 13 Jan 2024 23:38:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BADDD84F5D for ; Sat, 13 Jan 2024 23:38:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id raDRH1Lv9I2f for ; Sat, 13 Jan 2024 23:38:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D24F384E59 for ; Sat, 13 Jan 2024 23:38:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C9327FA42; Sat, 13 Jan 2024 23:38:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705189117274000" MIME-Version: 1.0 Date: Sat, 13 Jan 2024 23:38:37 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/geography/R-spatstat.model To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20240113233837.C9327FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705189117274000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Jan 13 23:38:37 UTC 2024 Added Files: pkgsrc/geography/R-spatstat.model: DESCR Makefile distinfo Log Message: (geography/R-spatstat.model) import R-spatstat.model-3.2.8 Functionality for parametric statistical modelling and inference for spatial data, mainly spatial point patterns, in the 'spatstat' family of packages. (Excludes analysis of spatial data on a linear network, which is covered by the separate package 'spatstat.linnet'.) Supports parametric modelling, formal statistical inference, and model validation. Parametric models include Poisson point processes, Cox point processes, Neyman-Scott cluster processes, Gibbs point processes and determinantal point processes. Models can be fitted to data using maximum likelihood, maximum pseudolikelihood, maximum composite likelihood and the method of minimum contrast. Fitted models can be simulated and predicted. Formal inference includes hypothesis tests (quadrat counting tests, Cressie-Read tests, Clark-Evans test, Berman test, Diggle-Cressie-Loosmore-Ford test, scan test, studentised permutation test, segregation test, ANOVA tests of fitted models, adjusted composite likelihood ratio test, envelope tests, Dao-Genton test, balanced independent two-stage test), confidence intervals for parameters, and prediction intervals for point counts. Model validation techniques include leverage, influence, partial residuals, added variable plots, diagnostic plots, pseudoscore residual plots, model compensators and Q-Q plots. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-spatstat.model/DESCR \ pkgsrc/geography/R-spatstat.model/Makefile \ pkgsrc/geography/R-spatstat.model/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705189117274000 Content-Disposition: inline Content-Length: 3383 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/geography/R-spatstat.model/DESCR diff -u /dev/null pkgsrc/geography/R-spatstat.model/DESCR:1.1 --- /dev/null Sat Jan 13 23:38:37 2024 +++ pkgsrc/geography/R-spatstat.model/DESCR Sat Jan 13 23:38:37 2024 @@ -0,0 +1,20 @@ +Functionality for parametric statistical modelling and inference for +spatial data, mainly spatial point patterns, in the 'spatstat' family +of packages. (Excludes analysis of spatial data on a linear network, +which is covered by the separate package 'spatstat.linnet'.) Supports +parametric modelling, formal statistical inference, and model +validation. Parametric models include Poisson point processes, Cox +point processes, Neyman-Scott cluster processes, Gibbs point processes +and determinantal point processes. Models can be fitted to data using +maximum likelihood, maximum pseudolikelihood, maximum composite +likelihood and the method of minimum contrast. Fitted models can be +simulated and predicted. Formal inference includes hypothesis tests +(quadrat counting tests, Cressie-Read tests, Clark-Evans test, Berman +test, Diggle-Cressie-Loosmore-Ford test, scan test, studentised +permutation test, segregation test, ANOVA tests of fitted models, +adjusted composite likelihood ratio test, envelope tests, Dao-Genton +test, balanced independent two-stage test), confidence intervals for +parameters, and prediction intervals for point counts. Model +validation techniques include leverage, influence, partial residuals, +added variable plots, diagnostic plots, pseudoscore residual plots, +model compensators and Q-Q plots. Index: pkgsrc/geography/R-spatstat.model/Makefile diff -u /dev/null pkgsrc/geography/R-spatstat.model/Makefile:1.1 --- /dev/null Sat Jan 13 23:38:37 2024 +++ pkgsrc/geography/R-spatstat.model/Makefile Sat Jan 13 23:38:37 2024 @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2024/01/13 23:38:37 mef Exp $ + +R_PKGNAME= spatstat.model +R_PKGVER= 3.2-8 +CATEGORIES= geography + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Parametric Statistical Modelling & Inference for the 'spatstat' +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 + +DEPENDS+= R-abind>=1.4.5:../../math/R-abind +DEPENDS+= R-goftest>=1.2.2:../../math/R-goftest +DEPENDS+= R-spatstat.data>=3.0:../../geography/R-spatstat.data +DEPENDS+= R-spatstat.explore>=3.2.5:../../geography/R-spatstat.explore +DEPENDS+= R-spatstat.geom>=3.2.7:../../geography/R-spatstat.geom +DEPENDS+= R-spatstat.random>=3.2.1:../../geography/R-spatstat.random +DEPENDS+= R-spatstat.sparse>=3.0:../../geography/R-spatstat.sparse +DEPENDS+= R-spatstat.utils>=3.0.3:../../geography/R-spatstat.utils +DEPENDS+= R-tensor>=1.5:../../math/R-tensor + +USE_LANGUAGES= c + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/geography/R-spatstat.model/distinfo diff -u /dev/null pkgsrc/geography/R-spatstat.model/distinfo:1.1 --- /dev/null Sat Jan 13 23:38:37 2024 +++ pkgsrc/geography/R-spatstat.model/distinfo Sat Jan 13 23:38:37 2024 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2024/01/13 23:38:37 mef Exp $ + +BLAKE2s (R/spatstat.model_3.2-8.tar.gz) = eaebfc92759f015b704269ebd6a164b5620f3e34b4d19713b5c615a31394ef5d +SHA512 (R/spatstat.model_3.2-8.tar.gz) = 7c626f4c55afc8d7f6672826eb4b71bcb19d22848ad596f95e86f52903ce5bfb4aa9f367c698540a2e37775edcd79d5d3a6e17b71895feaa13435d4e809cdab1 +Size (R/spatstat.model_3.2-8.tar.gz) = 804266 bytes --_----------=_1705189117274000--