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:           Mon Sep 20 07:21:52 UTC 2021

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

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

        CHANGES IN spatstat.utils VERSION 2.2-0

OVERVIEW

    o New function to compute breakpoints for a cut operation.

    o Internal tweaks to improve efficiency.

NEW FUNCTIONS

    o exactCutBreaks
    Compute the exact numerical values of the breakpoints
    used in cut.default.

        CHANGES IN spatstat.utils VERSION 2.1-0

OVERVIEW

    o New functions providing NA and zero values, and empty vectors,
    of the appropriate type.

NEW FUNCTIONS

    o RelevantNA
    Return a missing value of the appropriate type.

    o RelevantEmpty
    Return a zero-length vector of the appropriate type.

    o RelevantZero
    Return a value equivalent to 0, of the appropriate type.

        CHANGES IN spatstat.utils VERSION 2.0-1

OVERVIEW

    o Tweaks.

        CHANGES IN spatstat.utils VERSION 2.0-0

OVERVIEW

    o Updated to new spatstat family.

SIGNIFICANT USER-VISIBLE CHANGES

    o package dependence
    spatstat.utils now suggests the package spatstat.core
    which is part of the new spatstat family.

        CHANGES IN spatstat.utils VERSION 1.20-0

OVERVIEW

    o Computation is slightly accelerated.

SIGNIFICANT USER-VISIBLE CHANGES

    o general
    Overall speed of computation is slightly increased.

        CHANGES IN spatstat.utils VERSION 1.19-0

OVERVIEW

    o Minor improvements.

        CHANGES IN spatstat.utils VERSION 1.18-0

OVERVIEW

    o Minor improvements.

SIGNIFICANT USER-VISIBLE CHANGES

    o do.call.matched, do.call.without
    New argument 'envir' determines the environment in which
    the call will be evaluated.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/R-spatstat.utils/Makefile \
    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.1 pkgsrc/geography/R-spatstat.utils/Makefile:1.2
--- pkgsrc/geography/R-spatstat.utils/Makefile:1.1      Fri Aug  7 03:42:41 2020
+++ pkgsrc/geography/R-spatstat.utils/Makefile  Mon Sep 20 07:21:52 2021
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.1 2020/08/07 03:42:41 brook Exp $
+# $NetBSD: Makefile,v 1.2 2021/09/20 07:21:52 mef Exp $
 
 R_PKGNAME=     spatstat.utils
-R_PKGVER=      1.17-0
+R_PKGVER=      2.2-0
 CATEGORIES=    geography
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Utility Functions for 'spatstat'
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
-USE_LANGUAGES= c
+# 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"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/R-spatstat.utils/distinfo
diff -u pkgsrc/geography/R-spatstat.utils/distinfo:1.1 pkgsrc/geography/R-spatstat.utils/distinfo:1.2
--- pkgsrc/geography/R-spatstat.utils/distinfo:1.1      Fri Aug  7 03:42:41 2020
+++ pkgsrc/geography/R-spatstat.utils/distinfo  Mon Sep 20 07:21:52 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/08/07 03:42:41 brook Exp $
+$NetBSD: distinfo,v 1.2 2021/09/20 07:21:52 mef Exp $
 
-SHA1 (R/spatstat.utils_1.17-0.tar.gz) = 41e9284b04bee4b711cf4ae4437a45982eb9eea1
-RMD160 (R/spatstat.utils_1.17-0.tar.gz) = 23e08dd7ada0d5753d216e7e4987bed76c67f702
-SHA512 (R/spatstat.utils_1.17-0.tar.gz) = b266dedd28167caf22e4bb143c36eba79fa88df1c5a015cf1561d9d4d5ef2896e229911a979ab0366e32c33018be0b743536567b1d0e043128588d2fee9d8fd8
-Size (R/spatstat.utils_1.17-0.tar.gz) = 66334 bytes
+SHA1 (R/spatstat.utils_2.2-0.tar.gz) = 2c36f5d4c2a021f2ab62b523e81be72c2e914d0f
+RMD160 (R/spatstat.utils_2.2-0.tar.gz) = c39cffca11880bc9fbd1237ce7e47a70ff6bc599
+SHA512 (R/spatstat.utils_2.2-0.tar.gz) = 83f51d5deccd9e95ad074367540ff28a0704481eefb1faf6a6a53a13bcc0e61e082f54101f943ba5823534aea36c07abb162feaf1b60313d4f95f9cbe93c5ce0
+Size (R/spatstat.utils_2.2-0.tar.gz) = 71720 bytes



Home | Main Index | Thread Index | Old Index