Skip to content

Commit 72215b2

Browse files
author
mef
committed
(geography/R-spatstat) Updated 3.0.7 to 3.3.0
CHANGES IN spatstat VERSION 3.3-0 OVERVIEW o Updated version dependencies for spatstat package family. o Updated documentation. CHANGES IN spatstat VERSION 3.2-1 OVERVIEW o List the history of all changes made to a function in spatstat. NEW FUNCTIONS o latest.changes Lists the recent changes that have been made to a particular function in the spatstat family of packages. CHANGES IN spatstat VERSION 3.2-0 OVERVIEW o Tweaks to documentation. CHANGES IN spatstat VERSION 3.1-1 OVERVIEW o Internal changes to satisfy CRAN. CHANGES IN spatstat VERSION 3.1-0 OVERVIEW o New package 'spatstat.univar' o Minor internal improvements. PACKAGE DEPENDENCE o spatstat.univar The new package 'spatstat.univar' has joined the spatstat family. It supports estimation and manipulation of probability distributions of one-dimensional random variables. Some functions have been moved from 'spatstat.geom', 'spatstat.random' and 'spatstat.explore' into the new package 'spatstat.univar'. SIGNIFICANT USER-VISIBLE CHANGES o spatstat.family The list of sub-packages now includes 'spatstat.univar'. CHANGES IN spatstat VERSION 3.0-8 OVERVIEW o Updated package dependencies and documentation. o Vignette on shapefiles updated and reinstated. SIGNIFICANT USER-VISIBLE CHANGES o Vignette 'shapefiles' This vignette has been updated. The new version uses package 'sf' instead of the defunct package 'maptools'.
1 parent d0f8559 commit 72215b2

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

geography/R-spatstat/Makefile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.4 2024/01/14 05:11:18 mef Exp $
1+
# $NetBSD: Makefile,v 1.5 2024/12/01 09:47:24 mef Exp $
22

33
R_PKGNAME= spatstat
4-
R_PKGVER= 3.0-7
4+
R_PKGVER= 3.3-0
55
CATEGORIES= geography
66

77
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -10,10 +10,13 @@ LICENSE= gnu-gpl-v2
1010

1111
USE_LANGUAGES+= c c++
1212

13+
DEPENDS+= R-deldir>=0.0.21:../../geography/R-deldir
1314
DEPENDS+= R-deldir>=0.0.21:../../geography/R-deldir
1415
DEPENDS+= R-spatstat.data>=2.1.0:../../geography/R-spatstat.data
1516
DEPENDS+= R-spatstat.geom>=2.1.0:../../geography/R-spatstat.geom
16-
DEPENDS+= R-spatstat.linnet>=2.1.0:../../geography/R-spatstat.linnet
17+
DEPENDS+= R-spatstat.linnet>=3.2.2:../../geography/R-spatstat.linnet
18+
DEPENDS+= R-spatstat.model-[0-9]*:../../geography/R-spatstat.model
19+
DEPENDS+= R-spatstat.univar-[0-9]*:../../geography/R-spatstat.univar
1720
DEPENDS+= R-spatstat.utils>=2.1.0:../../geography/R-spatstat.utils
1821
DEPENDS+= R-abind>=1.4.0:../../math/R-abind
1922
DEPENDS+= R-goftest>=1.0.3:../../math/R-goftest

geography/R-spatstat/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.5 2024/01/14 05:11:18 mef Exp $
1+
$NetBSD: distinfo,v 1.6 2024/12/01 09:47:24 mef Exp $
22

3-
BLAKE2s (R/spatstat_3.0-7.tar.gz) = ec3db57dbf00b86877b4931061c2a6d1b5fc760264661292a4cdf3a86b42bfbd
4-
SHA512 (R/spatstat_3.0-7.tar.gz) = 7c86377412aa5fd2153785c93831edeadab8c63368ce4baf8ef4f8a921fb1462634c7c0dea2edd48d2d942072194ff12838401ac366be08f2ee459ae0d673976
5-
Size (R/spatstat_3.0-7.tar.gz) = 4102795 bytes
3+
BLAKE2s (R/spatstat_3.3-0.tar.gz) = d04b5434fd12b761dde73db9cbe8573f8e62a1db3e851bdefbe1061164e4605b
4+
SHA512 (R/spatstat_3.3-0.tar.gz) = 3b829d748527958b11a34485e91a9fa1018bd30240e28033eefec805628de1417bae99afaf54e79bb7065e8235eb8114e87627d2d66db99762d5057e97165a14
5+
Size (R/spatstat_3.3-0.tar.gz) = 4228881 bytes

0 commit comments

Comments
 (0)