pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-splancs



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Nov 24 01:43:21 UTC 2024

Modified Files:
        pkgsrc/math/R-splancs: Makefile distinfo

Log Message:
(math/R-splancs) Updated  2.01.43 to 2.01.45

2023-06-19  Roger Bivand <Roger.Bivand%gmail.com@localhost>

        * DESCRIPTION: add docs

2023-06-19  Roger Bivand <Roger.Bivand%gmail.com@localhost>

        * .Rbuildignore, .github/workflows/check-standard.yaml, README.md,
        _pkgdown.yml, docs/404.html, docs/authors.html,
        docs/bootstrap-toc.css, docs/bootstrap-toc.js, docs/docsearch.css,
        docs/docsearch.js, docs/index.html, docs/link.svg,
        docs/pkgdown.css, docs/pkgdown.js, docs/pkgdown.yml,
        docs/reference/Fhat.html, docs/reference/Fzero.html,
        docs/reference/Ghat.html, docs/reference/Kenv.csr.html,
        docs/reference/Kenv.label.html, docs/reference/Kenv.pcp.html,
        docs/reference/Kenv.tor.html, docs/reference/Kenv.tor1.html,
        docs/reference/addpoints.html, docs/reference/amacrines.html,
        docs/reference/areapl.html, docs/reference/as.points.html,
        docs/reference/bbox.html, docs/reference/bodmin.html,
        docs/reference/burkitt.html, docs/reference/cardiff.html,
        docs/reference/csr.html, docs/reference/delpoints.html,
        docs/reference/dsquare.html, docs/reference/gen.html,
        docs/reference/getpoly.html, docs/reference/gridpts.html,
        docs/reference/index.html, docs/reference/inout.html,
        docs/reference/inpip.html, docs/reference/is.points.html,
        docs/reference/k12hat.html, docs/reference/kernel2d.html,
        docs/reference/kernel3d.html, docs/reference/kernrat.html,
        docs/reference/kerview.html, docs/reference/khat.html,
        docs/reference/khvc.html, docs/reference/khvmat.html,
        docs/reference/mpoint.html, docs/reference/mse2d.html,
        docs/reference/n2dist.html, docs/reference/nndistF.html,
        docs/reference/nndistG.html, docs/reference/npts.html,
        docs/reference/okblack.html, docs/reference/okwhite.html,
        docs/reference/pcp.html, docs/reference/pcp.sim.html,
        docs/reference/pdense.html, docs/reference/pip.html,
        docs/reference/plt.html, docs/reference/pointmap.html,
        docs/reference/polymap.html, docs/reference/print.ribfit.html,
        docs/reference/ranpts.html, docs/reference/rlabel.html,
        docs/reference/rtor.shift.html, docs/reference/sbox.html,
        docs/reference/secal.html, docs/reference/shift.html,
        docs/reference/southlancs.html, docs/reference/splancs.html,
        docs/reference/spoints.html, docs/reference/stdiagn.html,
        docs/reference/stkhat.html, docs/reference/stmctest.html,
        docs/reference/stsecal.html, docs/reference/stvmat.html,
        docs/reference/thin.html, docs/reference/tor.shift.html,
        docs/reference/tribble.html, docs/reference/triblik.html,
        docs/reference/uganda.html, docs/reference/zoom.html,
        docs/sitemap.xml: add docs

2023-06-19  Roger Bivand <Roger.Bivand%gmail.com@localhost>

        * DESCRIPTION, src/dokhat.f, src/k12hat.f, src/khvc.f,
        src/khvmat.f, src/krnqne.f, src/krnqrt.f, src/sekhat.f,
        src/stkhat.f, src/stsecal.f, src/tribble.f: change dfloat() to
        dble()


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/R-splancs/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/R-splancs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-splancs/Makefile
diff -u pkgsrc/math/R-splancs/Makefile:1.10 pkgsrc/math/R-splancs/Makefile:1.11
--- pkgsrc/math/R-splancs/Makefile:1.10 Fri Jun  2 14:21:34 2023
+++ pkgsrc/math/R-splancs/Makefile      Sun Nov 24 01:43:20 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2023/06/02 14:21:34 mef Exp $
+# $NetBSD: Makefile,v 1.11 2024/11/24 01:43:20 mef Exp $
 
 R_PKGNAME=     splancs
-R_PKGVER=      2.01-43
+R_PKGVER=      2.01-45
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Spatial and space-time point pattern analysis
@@ -9,6 +9,13 @@ LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
 DEPENDS+=      R-sp>=0.9:../../math/R-sp
 
+# !pdfTeX error: pdflatex (file tcrm1000): Font tcrm1000 at 600 not found
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
 USE_LANGUAGES+=        c fortran
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/math/R-splancs/distinfo
diff -u pkgsrc/math/R-splancs/distinfo:1.11 pkgsrc/math/R-splancs/distinfo:1.12
--- pkgsrc/math/R-splancs/distinfo:1.11 Fri Jun  2 14:21:34 2023
+++ pkgsrc/math/R-splancs/distinfo      Sun Nov 24 01:43:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/06/02 14:21:34 mef Exp $
+$NetBSD: distinfo,v 1.12 2024/11/24 01:43:20 mef Exp $
 
-BLAKE2s (R/splancs_2.01-43.tar.gz) = 0176294fe1ca58c818970809fbf83484ea4a745efc20c0acd85f3de2af533016
-SHA512 (R/splancs_2.01-43.tar.gz) = aed28f9df688a25f1ea1107ecbe6149f481c8d250e0c230a24faa741e4b2922b13578d91e9f0699d2f8adc19eba7c35d6fc6313bb3dcef6b8a4e6256d535dfea
-Size (R/splancs_2.01-43.tar.gz) = 105999 bytes
+BLAKE2s (R/splancs_2.01-45.tar.gz) = 38ff00f40ab98deb0b161ed847deb4978d2116ecf6433a5a2524ca00382dec85
+SHA512 (R/splancs_2.01-45.tar.gz) = 577de35480c1a0f19ffab6c3ab09e03fb049c4936f6e6dd5fdc46bed1902819a5a700f8b8cb16bf716537d1acc8c4c469a611d473711d87fcb696a45308d3914
+Size (R/splancs_2.01-45.tar.gz) = 101473 bytes



Home | Main Index | Thread Index | Old Index