pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/R-spatstat



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan 14 05:11:18 UTC 2024

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

Log Message:
(geography/R-spatstat) Updated 2.2.0 to 3.0.7

        CHANGES IN spatstat VERSION 3.0-7

OVERVIEW

    o New vignette on function objects (class 'fv' and 'envelope')

    o Vignette on shapefiles temporarily removed.

    o Updated cross-references to sub-packages.

    o Minor changes to package information.

SIGNIFICANT USER-VISIBLE CHANGES

    o Vignette 'fv'
    New vignette which explains how to manipulate and plot
    objects of class 'fv' and 'envelope'.

    o Vignette 'shapefiles'
    This vignette has been temporarily removed because of its dependence
    on the defunct packages 'sp' and 'maptools'. It will be rewritten
    and reinstated soon.

        CHANGES IN spatstat VERSION 3.0-6

OVERVIEW

    o Updated cross-references to sub-packages.

    o Package documentation corrected and updated.

        CHANGES IN spatstat VERSION 3.0-5

OVERVIEW

    o Package documentation repaired (latex package issues).

        CHANGES IN spatstat VERSION 3.0-4

OVERVIEW

    o Package version information updated.

    o Minor omissions corrected in vignettes.

    o Package documentation corrected and updated.

        CHANGES IN spatstat VERSION 3.0-3

OVERVIEW

    o Package version information updated.

    o Minor errors corrected in vignettes.

        CHANGES IN spatstat VERSION 3.0-2

OVERVIEW

    o Internal tweaks.

        CHANGES IN spatstat VERSION 3.0-1

OVERVIEW

    o Package nicknames are temporarily suppressed.

        CHANGES IN spatstat VERSION 3.0-0

OVERVIEW

    o Further split of the spatstat family of packages.

    o All package versions have been updated to 3.0-x.

SIGNIFICANT USER-VISIBLE CHANGES

    o Package structure
    The package 'spatstat.core' has been split into two packages called
    'spatstat.explore' (for exploratory data analysis)
    and 'spatstat.model' (for modelling and formal inference).

    o Package dependence
    'spatstat' now depends on the new packages 'spatstat.explore'
    and 'spatstat.model' which have replaced the old package 'spatstat.core'.

    o spatstat.family
    Packages 'spatstat.explore' and 'spatstat.model' have been added
    and 'spatstat.core' has been deleted from the list of packages.

    o bugfixes, latest.news
    Updated to cover the new sub-packages 'spatstat.explore'
    and 'spatstat.model'.

        CHANGES IN spatstat VERSION 2.3-4

OVERVIEW

    o Minor bug fixes and improvements.

BUG FIXES

    o latest.news
    Did not include news from the new package 'spatstat.random'.
    Fixed.

    o spatstat.family
    Omitted the new package 'spatstat.random'.
    Fixed.

        CHANGES IN spatstat VERSION 2.3-3

OVERVIEW

    o Minor internal changes.

        CHANGES IN spatstat VERSION 2.3-1

OVERVIEW

    o spatstat depends on the package 'spatstat.random'

SIGNIFICANT USER-VISIBLE CHANGES

    o package dependence
    spatstat now depends on the new package 'spatstat.random'.

        CHANGES IN spatstat VERSION 2.3-0

OVERVIEW

    o Minor tweaks to package information and documentation

    o The NEWS file for package='spatstat' now contains only
    the news for the sub-package 'spatstat'. Other changes in the spatstat
    family of packages are reported in the NEWS file for the relevant
    sub-package.

    o 'latest.news' now collects news from all packages in the spatstat family

    o 'bugfixes' now collects bug fixes from all packages in the spatstat family

    o New function 'spatstat.family'

NEW FUNCTIONS

    o spatstat.family
    Return the names of all packages in the spatstat family.

SIGNIFICANT USER-VISIBLE CHANGES

    o latest.news
    Now gives the latest news for all packages in the spatstat family.

    o bugfixes
    Now lists bugs reported for all packages in the spatstat family.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/R-spatstat/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/R-spatstat/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/Makefile
diff -u pkgsrc/geography/R-spatstat/Makefile:1.3 pkgsrc/geography/R-spatstat/Makefile:1.4
--- pkgsrc/geography/R-spatstat/Makefile:1.3    Mon Sep 20 12:25:34 2021
+++ pkgsrc/geography/R-spatstat/Makefile        Sun Jan 14 05:11:18 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2021/09/20 12:25:34 mef Exp $
+# $NetBSD: Makefile,v 1.4 2024/01/14 05:11:18 mef Exp $
 
 R_PKGNAME=     spatstat
-R_PKGVER=      2.2-0
+R_PKGVER=      3.0-7
 CATEGORIES=    geography
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,7 +11,6 @@ LICENSE=      gnu-gpl-v2
 USE_LANGUAGES+=        c c++
 
 DEPENDS+=      R-deldir>=0.0.21:../../geography/R-deldir
-DEPENDS+=      R-spatstat.core>=2.1.0:../../geography/R-spatstat.core
 DEPENDS+=      R-spatstat.data>=2.1.0:../../geography/R-spatstat.data
 DEPENDS+=      R-spatstat.geom>=2.1.0:../../geography/R-spatstat.geom
 DEPENDS+=      R-spatstat.linnet>=2.1.0:../../geography/R-spatstat.linnet
@@ -22,6 +21,10 @@ DEPENDS+=    R-polyclip>=1.5.0:../../graphi
 DEPENDS+=      R-tensor>=1.5:../../math/R-tensor
 
 TEST_DEPENDS+= tex-anysize-[0-9]*:../../print/tex-anysize
+TEST_DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry
+# pdfTeX error: pdflatex (file tctt1000): Font tctt1000 at 600 not found
+#  -- not resolved
+#EST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/geography/R-spatstat/distinfo
diff -u pkgsrc/geography/R-spatstat/distinfo:1.4 pkgsrc/geography/R-spatstat/distinfo:1.5
--- pkgsrc/geography/R-spatstat/distinfo:1.4    Tue Oct 26 10:45:07 2021
+++ pkgsrc/geography/R-spatstat/distinfo        Sun Jan 14 05:11:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:45:07 nia Exp $
+$NetBSD: distinfo,v 1.5 2024/01/14 05:11:18 mef Exp $
 
-BLAKE2s (R/spatstat_2.2-0.tar.gz) = 7d5eab1d402892ebffff010ffc917329a2ef8e387fa383f08bc44f4cb825e4d1
-SHA512 (R/spatstat_2.2-0.tar.gz) = 9781dc7b860fffa2a27e174191223460b706e209103435d786eca94f87588ef7d27f63296b5207083acbbbde300c5dbfdacbd8b3ea13510af2740f15bae3adf7
-Size (R/spatstat_2.2-0.tar.gz) = 3524535 bytes
+BLAKE2s (R/spatstat_3.0-7.tar.gz) = ec3db57dbf00b86877b4931061c2a6d1b5fc760264661292a4cdf3a86b42bfbd
+SHA512 (R/spatstat_3.0-7.tar.gz) = 7c86377412aa5fd2153785c93831edeadab8c63368ce4baf8ef4f8a921fb1462634c7c0dea2edd48d2d942072194ff12838401ac366be08f2ee459ae0d673976
+Size (R/spatstat_3.0-7.tar.gz) = 4102795 bytes



Home | Main Index | Thread Index | Old Index