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:           Sat Jan 13 22:29:14 UTC 2024

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

Log Message:
(geography/R-spatstat.utils) Updated 2.2.0 to 3.0.4

        CHANGES IN spatstat.utils VERSION 3.0-4

OVERVIEW

    o Improved error messages.

    o Bug fix.

    o Minor changes to package information.

BUG FIXES

    o primefactors
    The default method (method = "C") did not handle numbers
    greater than the largest integer (n > .Machine$integer.max).
    Fixed.

        CHANGES IN spatstat.utils VERSION 3.0-3

OVERVIEW

    o Minor improvements.

SIGNIFICANT USER-VISIBLE CHANGES

    o asNumericMatrix
    Argument x can be a list, provided it can be converted to a data frame.

    o articlebeforenumber
    Now handles non-integer values correctly.

    o articlebeforenumber
    New argument 'teenhundreds'.

        CHANGES IN spatstat.utils VERSION 3.0-2

OVERVIEW

    o Modest improvements in speed.

    o Minor changes to package information.

SIGNIFICANT USER-VISIBLE CHANGES

    o check.named.vector, check.named.list
    New argument 'xtitle'

        CHANGES IN spatstat.utils VERSION 3.0-1

OVERVIEW

    o Minor changes to package information.

SIGNIFICANT USER-VISIBLE CHANGES

    o Package dependence
    The suggested package 'spatstat.model' is available from
    spatstat.r-universe.dev until it is released on CRAN.

        CHANGES IN spatstat.utils VERSION 3.0-0

OVERVIEW

    o Minor changes to package information.

    o Harmonic mean.

    o Bug fixes

NEW FUNCTIONS

    o harmonicmean, harmonicsum
    The harmonic mean of a set of numbers, calculated robustly.

SIGNIFICANT USER-VISIBLE CHANGES

    o Package dependence
    'spatstat.utils' now suggests the new package 'spatstat.model'
    instead of the old 'spatstat.core'.

BUG FIXES

    o do.call.matched
    Crashed if 'matchfirst=TRUE' and 'names(arglist) = NULL'.
    Fixed.

        CHANGES IN spatstat.utils VERSION 2.3-1

OVERVIEW

    o Minor improvements and bug fixes.

    o Some code now runs faster.

    o More of the existing functions are documented.

NEW FUNCTIONS

    o fastFindInterval
    Faster alternative to 'findInterval' for equally-spaced intervals.

    o geomseq
    Make a geometric sequence.

    o "%orifnull%"
    Specify a value with a default.

SIGNIFICANT USER-VISIBLE CHANGES

    o check.1.real, check.1.integer, check.1.string
    New argument 'warn'.

        CHANGES IN spatstat.utils VERSION 2.3-0

OVERVIEW

    o Minor improvements and bug fixes.

    o Some code accelerated.

NEW FUNCTIONS

    o which.min.fair, which.max.fair
    Find the location of the minimum or maximum,
    and if there are multiple minima or maxima,
    choose one of them at random.

BUG FIXES

    o tapplysum
    Crashed if do.names=TRUE when 'flist' contained only one factor.
    Fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/R-spatstat.utils/Makefile
cvs rdiff -u -r1.4 -r1.5 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.2 pkgsrc/geography/R-spatstat.utils/Makefile:1.3
--- pkgsrc/geography/R-spatstat.utils/Makefile:1.2      Mon Sep 20 07:21:52 2021
+++ pkgsrc/geography/R-spatstat.utils/Makefile  Sat Jan 13 22:29:14 2024
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2021/09/20 07:21:52 mef Exp $
+# $NetBSD: Makefile,v 1.3 2024/01/13 22:29:14 mef Exp $
 
 R_PKGNAME=     spatstat.utils
-R_PKGVER=      2.2-0
+R_PKGVER=      3.0-4
 CATEGORIES=    geography
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Utility Functions for 'spatstat'
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
-# ERROR: dependencies 'spatstat.data', 'spatstat.geom', 'spatstat.sparse', 'abind', 'tensor', 'goftest' are not available
-
 TEST_DEPENDS+= R-spatstat.core-[0-9]*:../../geography/R-spatstat.core
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/geography/R-spatstat.utils/distinfo
diff -u pkgsrc/geography/R-spatstat.utils/distinfo:1.4 pkgsrc/geography/R-spatstat.utils/distinfo:1.5
--- pkgsrc/geography/R-spatstat.utils/distinfo:1.4      Tue Oct 26 10:45:08 2021
+++ pkgsrc/geography/R-spatstat.utils/distinfo  Sat Jan 13 22:29:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:45:08 nia Exp $
+$NetBSD: distinfo,v 1.5 2024/01/13 22:29:14 mef Exp $
 
-BLAKE2s (R/spatstat.utils_2.2-0.tar.gz) = 4a13236e13de1e96e1196f76377f4e3aa068f218f13215bdacc9e335927cf5d8
-SHA512 (R/spatstat.utils_2.2-0.tar.gz) = 83f51d5deccd9e95ad074367540ff28a0704481eefb1faf6a6a53a13bcc0e61e082f54101f943ba5823534aea36c07abb162feaf1b60313d4f95f9cbe93c5ce0
-Size (R/spatstat.utils_2.2-0.tar.gz) = 71720 bytes
+BLAKE2s (R/spatstat.utils_3.0-4.tar.gz) = 7a6fb07b468ab2e2e742fc7d40051e976895f396afa4632039226d4f99d352b5
+SHA512 (R/spatstat.utils_3.0-4.tar.gz) = e69afb84d7af6be87f9fa55ea5769d0051de12d76e96d741df7586186a7d2c2d24a5e4ede41acab2265c5d6d871ed87853181ee65d9b1315d0488b73df3f42b5
+Size (R/spatstat.utils_3.0-4.tar.gz) = 76877 bytes



Home | Main Index | Thread Index | Old Index