Skip to content

Commit b680ec3

Browse files
author
mef
committed
(geography/R-spatstat.linnet) Updated 3.1.3 to 3.2.3
CHANGES IN spatstat.linnet VERSION 3.2-3 OVERVIEW o Shortest path between two points on a network. NEW FUNCTIONS o shortestpath Find the shortest path between two specified points on a network, and return it as a line segment pattern. CHANGES IN spatstat.linnet VERSION 3.2-2 OVERVIEW o Tweaks to documentation. o Internal improvements. CHANGES IN spatstat.linnet VERSION 3.2-1 OVERVIEW o Internal tweaks to satisfy CRAN package checker. CHANGES IN spatstat.linnet VERSION 3.2-0 OVERVIEW o spatstat.linnet now depends on 'spatstat.univar'. o extract the subset of an image that lies on selected segments of network. o Minor improvements. o Internal improvements. PACKAGE DEPENDENCE o spatstat.linnet Now depends on the new package 'spatstat.univar'. SIGNIFICANT USER-VISIBLE CHANGES o identify.lpp Automatically starts a new plot device and displays `x` if there is no plot device open. o thinNetwork X can be a pixel image on a linear network (object of class 'linim'). o plot.linnet, plot.lpp These functions now recognise the argument 'adj.main'. CHANGES IN spatstat.linnet VERSION 3.1-5 OVERVIEW o Slightly accelerated. o Internal stability improvements. SIGNIFICANT USER-VISIBLE CHANGES o spatstat.linnet package Some computations slightly accelerated. CHANGES IN spatstat.linnet VERSION 3.1-4 OVERVIEW o Added a full list of functions to the main help file. o Intersection of a 2D tessellation with a network. o Internal improvements. SIGNIFICANT USER-VISIBLE CHANGES o intersect.lintess Can compute the intersection between a two-dimensional tessellation and a linear network (yielding a tessellation on the network).
1 parent 64c33ed commit b680ec3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

geography/R-spatstat.linnet/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.2 2024/01/14 02:44:42 mef Exp $
1+
# $NetBSD: Makefile,v 1.3 2024/12/01 09:43:59 mef Exp $
22

33
R_PKGNAME= spatstat.linnet
4-
R_PKGVER= 3.1-3
4+
R_PKGVER= 3.2-3
55
CATEGORIES= geography
66

77
MAINTAINER= pkgsrc-users@NetBSD.org
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.4 2024/01/14 02:44:42 mef Exp $
1+
$NetBSD: distinfo,v 1.5 2024/12/01 09:43:59 mef Exp $
22

3-
BLAKE2s (R/spatstat.linnet_3.1-3.tar.gz) = 91edca5e753f81f3a45b0a0aa3e8f8242293b2c3b854fa0635d03b4aa02c42eb
4-
SHA512 (R/spatstat.linnet_3.1-3.tar.gz) = c3700d7d172366edfa136de1229c114f3175d74831b9b358598129afbdeccb6b4435a6c077aacf69ae8790452c7587ec29e84518112666ffc0c053a2b96bc477
5-
Size (R/spatstat.linnet_3.1-3.tar.gz) = 274881 bytes
3+
BLAKE2s (R/spatstat.linnet_3.2-3.tar.gz) = 3b5b47caaa43a43a585291bf7e17f9f4a8e9be51560f9faca0ca179865de9ad6
4+
SHA512 (R/spatstat.linnet_3.2-3.tar.gz) = ed3639f514ed500f7ae4a9b51e25eab109f947f5c57647973ae4328f471101725b9a444094eb0f1a1172c4457505f2d2656f7dd188634d1da857fa0fcc522839
5+
Size (R/spatstat.linnet_3.2-3.tar.gz) = 284499 bytes

0 commit comments

Comments
 (0)