pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Jun 12 13:26:56 UTC 2026

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

Log Message:
(geography/R-spatstat.utils) Updated 3.1.2 to 3.2.3

        CHANGES IN spatstat.utils VERSION 3.2-3

OVERVIEW

    o Internal improvements.

        CHANGES IN spatstat.utils VERSION 3.2-2

OVERVIEW

    o Capitalise words

NEW FUNCTIONS

    o capitalise
    Make the first letter of each word a capital letter.

        CHANGES IN spatstat.utils VERSION 3.2-1

OVERVIEW

    o Lagged difference of long vector.

NEW FUNCTIONS

    o difflong
    Calculates diff() for a long vector.

        CHANGES IN spatstat.utils VERSION 3.2-0

OVERVIEW

    o spatstatLocator now supports `snap' behaviour (rounding).

    o Minor improvements.

SIGNIFICANT USER-VISIBLE CHANGES

    o spatstatLocator
    Now supports rounding of the location to the nearest point on a grid.
    New arguments 'snap.step' and 'snap.origin' control the grid spacing
    and grid position, respectively.

    o revcumsum
    If x is logical, the result is now an integer vector.

        CHANGES IN spatstat.utils VERSION 3.1-5

OVERVIEW

    o Internal improvements.

        CHANGES IN spatstat.utils VERSION 3.1-4

OVERVIEW

    o Extension to 'fastFindInterval'.

    o Internal improvements.

SIGNIFICANT USER-VISIBLE CHANGES

    o fastFindInterval
    New argument 'left.open' controls whether intervals
    are left-open, right-closed or left-closed, right-open.

        CHANGES IN spatstat.utils VERSION 3.1-3

OVERVIEW

    o Recognise powers of an integer.

NEW FUNCTIONS

    o is.square, is.cube, is.power
    Recognise whether a given integer is a square number, a cube,
    or a power of another integer.

SIGNIFICANT USER-VISIBLE CHANGES

    o primefactors
    Computation for large numbers improved.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/geography/R-spatstat.utils/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/geography/R-spatstat.utils/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.utils/Makefile
diff -u pkgsrc/geography/R-spatstat.utils/Makefile:1.6 pkgsrc/geography/R-spatstat.utils/Makefile:1.7
--- pkgsrc/geography/R-spatstat.utils/Makefile:1.6      Sat Feb  8 09:00:50 2025
+++ pkgsrc/geography/R-spatstat.utils/Makefile  Fri Jun 12 13:26:56 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2025/02/08 09:00:50 mef Exp $
+# $NetBSD: Makefile,v 1.7 2026/06/12 13:26:56 mef Exp $
 
 R_PKGNAME=     spatstat.utils
-R_PKGVER=      3.1-2
+R_PKGVER=      3.2-3
 CATEGORIES=    geography
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/geography/R-spatstat.utils/distinfo
diff -u pkgsrc/geography/R-spatstat.utils/distinfo:1.7 pkgsrc/geography/R-spatstat.utils/distinfo:1.8
--- pkgsrc/geography/R-spatstat.utils/distinfo:1.7      Sat Feb  8 09:00:50 2025
+++ pkgsrc/geography/R-spatstat.utils/distinfo  Fri Jun 12 13:26:56 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/02/08 09:00:50 mef Exp $
+$NetBSD: distinfo,v 1.8 2026/06/12 13:26:56 mef Exp $
 
-BLAKE2s (R/spatstat.utils_3.1-2.tar.gz) = 8117c2126d8ba1310ed752da3af78f80646f6b21cfbc4f49e3052daae3e8616d
-SHA512 (R/spatstat.utils_3.1-2.tar.gz) = d9eac493721fd60fce4a67c97beb5bb9f0d70b4c3a1fc3278314ba787af5c88aef8d5afe83d1a2cc2ea152558eabb871034ad17804e8dfdde1c05f7d05d3bb17
-Size (R/spatstat.utils_3.1-2.tar.gz) = 102354 bytes
+BLAKE2s (R/spatstat.utils_3.2-3.tar.gz) = af3b94194996b879a7c0af6e9084350005470162b46a114a6f371b338c418cec
+SHA512 (R/spatstat.utils_3.2-3.tar.gz) = 10a2168da304d51e39497438e7c9959bf9d016fce1be402f5c6b697945d3ef9cb22eec831a5909314738d54cd2999250a7408907091b1a4b6639ede3f0364180
+Size (R/spatstat.utils_3.2-3.tar.gz) = 108315 bytes



Home | Main Index | Thread Index | Old Index