674f2e30cb
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.
16 lines
503 B
Makefile
16 lines
503 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/09/20 07:21:52 mef Exp $
|
|
|
|
R_PKGNAME= spatstat.utils
|
|
R_PKGVER= 2.2-0
|
|
CATEGORIES= geography
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
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"
|
|
.include "../../mk/bsd.pkg.mk"
|