head	1.4;
access;
symbols
	pkgsrc-2026Q1:1.4.0.10
	pkgsrc-2026Q1-base:1.4
	pkgsrc-2025Q4:1.4.0.8
	pkgsrc-2025Q4-base:1.4
	pkgsrc-2025Q3:1.4.0.6
	pkgsrc-2025Q3-base:1.4
	pkgsrc-2025Q2:1.4.0.4
	pkgsrc-2025Q2-base:1.4
	pkgsrc-2025Q1:1.4.0.2
	pkgsrc-2025Q1-base:1.4
	pkgsrc-2024Q4:1.3.0.2
	pkgsrc-2024Q4-base:1.3
	pkgsrc-2024Q3:1.2.0.26
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.24
	pkgsrc-2024Q2-base:1.2
	pkgsrc-2024Q1:1.2.0.22
	pkgsrc-2024Q1-base:1.2
	pkgsrc-2023Q4:1.2.0.20
	pkgsrc-2023Q4-base:1.2
	pkgsrc-2023Q3:1.2.0.18
	pkgsrc-2023Q3-base:1.2
	pkgsrc-2023Q2:1.2.0.16
	pkgsrc-2023Q2-base:1.2
	pkgsrc-2023Q1:1.2.0.14
	pkgsrc-2023Q1-base:1.2
	pkgsrc-2022Q4:1.2.0.12
	pkgsrc-2022Q4-base:1.2
	pkgsrc-2022Q3:1.2.0.10
	pkgsrc-2022Q3-base:1.2
	pkgsrc-2022Q2:1.2.0.8
	pkgsrc-2022Q2-base:1.2
	pkgsrc-2022Q1:1.2.0.6
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.2.0.4
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.2
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.1.0.8
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.6
	pkgsrc-2021Q1-base:1.1
	pkgsrc-2020Q4:1.1.0.4
	pkgsrc-2020Q4-base:1.1
	pkgsrc-2020Q3:1.1.0.2
	pkgsrc-2020Q3-base:1.1;
locks; strict;
comment	@# @;


1.4
date	2025.02.08.08.42.06;	author mef;	state Exp;
branches;
next	1.3;
commitid	rFdumcw1EVa1WDIF;

1.3
date	2024.11.29.23.13.28;	author mef;	state Exp;
branches;
next	1.2;
commitid	Mkk7Caj0PJDr2BzF;

1.2
date	2021.09.20.12.51.19;	author mef;	state Exp;
branches;
next	1.1;
commitid	QTY6B4BVhkYE4H9D;

1.1
date	2020.08.08.23.28.07;	author brook;	state Exp;
branches;
next	;
commitid	FdwM8tIjrwyiIjjC;


desc
@@


1.4
log
@(geography/R-raster) Updated 3.6.30 to 3.6.31

3.6.31
This package is no longer developed and only receives minimal maintenance.
Please use the "terra" package instead.

Version: 3.6-31
Date: 2025-01-16
Imports: Rcpp, methods, terra (>= 1.8-5)
@
text
@# $NetBSD: Makefile,v 1.3 2024/11/29 23:13:28 mef Exp $

R_PKGNAME=	raster
R_PKGVER=	3.6-31
CATEGORIES=	geography

MAINTAINER=	pkgsrc-users@@NetBSD.org
COMMENT=	Geographic Data Analysis and Modeling
LICENSE=	gnu-gpl-v3

DEPENDS+=	R-sp>=1.2.0:../../math/R-sp
DEPENDS+=	R-terra-[0-9]*:../../geography/R-terra

# Packages suggested but not available:
#   'rasterVis', 'fields', 'exactextractr'

TEST_DEPENDS+=	R-ncdf4-[0-9]*:../../math/R-ncdf4
TEST_DEPENDS+=	R-gstat-[0-9]*:../../math/R-gstat
TEST_DEPENDS+=	R-igraph-[0-9]*:../../math/R-igraph
TEST_DEPENDS+=	R-sf-[0-9]*:../../geography/R-sf
TEST_DEPENDS+=	R-tinytest-[0-9]*:../../devel/R-tinytest

USE_LANGUAGES+=	c c++

.include "../../math/R/Makefile.extension"
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../math/R-sp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.3
log
@(geography/R-raster) Updated 3.4.13 to 3.6.30, NEWS not updated

(upstream changes 3.4.13 to 3.6.3)

--- 18-September-2022, version 3.6-3

raster no longer uses rgdal

--- 14-August-2022, version 3.5-29

raster no longer uses rgeos

--- 5-October-2021, version 3.5-1

raster now imports terra (instead of the other way around) such that
the two packages can be used together; and to allow replacing rgdal
and rgeos functionality with functions from terra.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2021/09/20 12:51:19 mef Exp $
d4 1
a4 1
R_PKGVER=	3.6-30
@


1.2
log
@(geography/R-raster) Updated 3.0.12 to 3.4.13

(From: NEWS)

--- 17-July-2020, version 3.3-13

overhaul of crs to be ready for PROJ6
several bug fixes (see https://github.com/rspatial/raster/issues?q=is%3Aissue+)

--- 18-April-2020, version 3.1-5
improvements:

new arguments "smin", "smax" and "samplesize" to "stretch"; and bug
fixes. See https://github.com/rspatial/raster/issues/70

layer names in GTiff files are now read from file. Requested by Kyle Taylor
https://github.com/rspatial/raster/issues/88

bug fixes:

parallel version of extract with polygons and "fun" messed up the
order of the values (reported by
Jacory). https://github.com/rspatial/raster/issues/79

raster::predict bug when using factors (reported by
vvirkki). https://github.com/rspatial/raster/issues/73

distanceFromPoints with large files:
https://github.com/rspatial/raster/issues/103

colortable lost when cropping RasterBrick:
https://github.com/rspatial/raster/issues/105

Error in stack() when providing both bands and varname:
https://github.com/rspatial/raster/issues/97

rasterize and multi-polygon containing hole: https://github.com/rspatial/raster/issues/93

Upside down raster: https://github.com/rspatial/raster/issues/95 (a
warning is given, not really fixed yet)

Extract to data.frame bug:
https://stackoverflow.com/questions/61174280/r-rasterextract-fails-to-create-data-frame
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2020/08/08 23:28:07 brook Exp $
d4 1
a4 1
R_PKGVER=	3.4-13
d12 1
d16 6
a21 3
TEST_DEPENDS+=   R-ncdf4-[0-9]*:../../math/R-ncdf4
TEST_DEPENDS+=   R-igraph-[0-9]*:../../math/R-igraph
TEST_DEPENDS+=   R-tinytest-[0-9]*:../../devel/R-tinytest
@


1.1
log
@geography/R-raster: import R-raster-3.0.12

Reading, writing, manipulating, analyzing and modeling of gridded
spatial data. The package implements basic and high-level functions.
Processing of very large files is supported. There is a also support
for vector data operations such as intersections. See the manual and
tutorials on <https://rspatial.org/> to get started.
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
a4 1
R_PKGVER=	3.0-12
d11 8
a20 2
DEPENDS+=	R-sp>=1.2.0:../../math/R-sp

@

