6c8ffb364f
(from inst/doc/CHANGES) ===================================== CHANGES IN geoR VERSION 1.8-1 ===================================== Changes o Removed the example in subarea() using geoRglm:::rongelap ultil the package gets back to CRAN o added reference to Diggle & Ribeiro (2007) on the description file Fixes o no longer using attach() to address NOTE in CRAN checks (it mostly affects image() persp() and countour() functions) o no longer writing/assigning objects to the global environment to address NOTE in CRAN checks o Brain's changes in C code to address valgrind issues ===================================== CHANGES IN geoR VERSION 1.7-5 ===================================== BUGS/Fixes o call to sp::overlay changed to sp::over() o changes to fix issues on CRAN reported errors/warnings regarding namespaces and foreign calls
20 lines
545 B
Makefile
20 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.14 2021/09/16 21:25:19 mef Exp $
|
|
|
|
R_PKGNAME= geoR
|
|
R_PKGVER= 1.8-1
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Analysis of geostatistical data
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
DEPENDS+= R-RandomFields>=2.0.54:../../math/R-RandomFields
|
|
DEPENDS+= R-sp>=1.3.1:../../math/R-sp
|
|
DEPENDS+= R-splancs>=2.01.39:../../math/R-splancs
|
|
|
|
# Package suggested but not available: 'scatterplot3d'
|
|
#TEST_DEPENDS+= R-scatterplot3d-[0-9]*:../../
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|