pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/R-spatstat.univar



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Jun 12 13:42:27 UTC 2026

Modified Files:
        pkgsrc/geography/R-spatstat.univar: Makefile distinfo

Log Message:
(geography/R-spatstat.univar) Updated 3.1.1 to 3.2.0

        CHANGES IN spatstat.univar VERSION 3.2-0

OVERVIEW

    o Distribution of a weighted sum of chi-squared variables.

NEW FUNCTIONS

    o dsocs, psocs, qsocs, rsocs
    Probability density function, cumulative probability distribution function,
    quantile function and random generator for a random variable
    which is a weighted Sum Of Chi-Squared random variables.

    o farebro
    Farebrother's Algorithm for the cumulative probability of
    a weighted sum of non-central chi-squared variables.

        CHANGES IN spatstat.univar VERSION 3.1-7

OVERVIEW

    o Minor improvements.

SIGNIFICANT USER-VISIBLE CHANGES

    o densityBC
    New argument 'xout'.

    o densityBC
    Slightly accelerated.

        CHANGES IN spatstat.univar VERSION 3.1-6

OVERVIEW

    o Minor improvements.

SIGNIFICANT USER-VISIBLE CHANGES

    o uniquemap
    Handles larger objects.

    o unnormdensity
    Argument 'bw' may be NULL (treated as equivalent to 'bw' being missing).

        CHANGES IN spatstat.univar VERSION 3.1-5

OVERVIEW

    o `unnormdensity' returns the smoothing parameters used.

    o Minor improvements.

SIGNIFICANT USER-VISIBLE CHANGES

    o unnormdensity
    The result has an attribute 'smooth.args' containing the smoothing
    parameters that were used in the calculation.

        CHANGES IN spatstat.univar VERSION 3.1-4

OVERVIEW

    o Extension to weighted median and weighted quantiles.

SIGNIFICANT USER-VISIBLE CHANGES

    o weighted.median, weighted.quantile
    New option: type = 3.
    Default changed to 'collapse=FALSE'.
    Documentation corrected and improved.

    o weighted.median, weighted.quantile, weighted.var
    If 'w' is missing or NULL, the default weights are all equal to 1.

        CHANGES IN spatstat.univar VERSION 3.1-3

OVERVIEW

    o More support for 'interpolatedCDF' objects.

NEW FUNCTIONS

    o plot.interpolatedCDF
    Plot method for interpolatedCDF objects.

    o print.interpolatedCDF
    Print method for interpolatedCDF objects.

        CHANGES IN spatstat.univar VERSION 3.1-2

OVERVIEW

    o Improvements to documentation.

    o Internal improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/R-spatstat.univar/Makefile \
    pkgsrc/geography/R-spatstat.univar/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/R-spatstat.univar/Makefile
diff -u pkgsrc/geography/R-spatstat.univar/Makefile:1.1 pkgsrc/geography/R-spatstat.univar/Makefile:1.2
--- pkgsrc/geography/R-spatstat.univar/Makefile:1.1     Mon Dec  2 12:25:47 2024
+++ pkgsrc/geography/R-spatstat.univar/Makefile Fri Jun 12 13:42:27 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2024/12/02 12:25:47 mef Exp $
+# $NetBSD: Makefile,v 1.2 2026/06/12 13:42:27 mef Exp $
 
 R_PKGNAME=     spatstat.univar
-R_PKGVER=      3.1-1
+R_PKGVER=      3.2-0
 CATEGORIES=    geography
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/geography/R-spatstat.univar/distinfo
diff -u pkgsrc/geography/R-spatstat.univar/distinfo:1.1 pkgsrc/geography/R-spatstat.univar/distinfo:1.2
--- pkgsrc/geography/R-spatstat.univar/distinfo:1.1     Mon Dec  2 12:25:47 2024
+++ pkgsrc/geography/R-spatstat.univar/distinfo Fri Jun 12 13:42:27 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/12/02 12:25:47 mef Exp $
+$NetBSD: distinfo,v 1.2 2026/06/12 13:42:27 mef Exp $
 
-BLAKE2s (R/spatstat.univar_3.1-1.tar.gz) = 4a22519eb0987881dafa33ecf8a19943fe871b052f81fb6ff18eef72ae453266
-SHA512 (R/spatstat.univar_3.1-1.tar.gz) = f36e3530c8335f9e803c15589719c4b5a6e1f83cb51f9332901eaf8ebaa39b7ab98ea6cbd797af944675a02f368b23391a06bfbb0b9d7b4904ede670a5f877f6
-Size (R/spatstat.univar_3.1-1.tar.gz) = 67927 bytes
+BLAKE2s (R/spatstat.univar_3.2-0.tar.gz) = 01f4ff9ea997ddb9fa6389d3bf867ab9165b614077a502bbec07845065b96ed6
+SHA512 (R/spatstat.univar_3.2-0.tar.gz) = 4c4c9b96dd3af914c7060f910730e7774e8520ac723a75409002b8509e590db1b2364aea2a051856e7e9b21c1f736f16e80719c4bf2402d8fc8ca4c15031c995
+Size (R/spatstat.univar_3.2-0.tar.gz) = 82177 bytes



Home | Main Index | Thread Index | Old Index