Skip to content

Commit

Permalink
version 3.6-31
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans authored and cran-robot committed Jan 16, 2025
1 parent a86d47a commit 4f64117
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: raster
Type: Package
Title: Geographic Data Analysis and Modeling
Version: 3.6-30
Date: 2024-10-02
Imports: Rcpp, methods, terra (>= 1.7-29)
Version: 3.6-31
Date: 2025-01-16
Imports: Rcpp, methods, terra (>= 1.8-5)
LinkingTo: Rcpp
Depends: sp (>= 1.4-5), R (>= 3.5.0)
Suggests: ncdf4, igraph, tcltk, parallel, rasterVis, MASS, sf,
Expand Down Expand Up @@ -48,7 +48,7 @@ Authors@R: c(
person("Rafael", "Wueest", role = "ctb")
)
NeedsCompilation: yes
Packaged: 2024-10-02 16:19:18 UTC; rhijm
Packaged: 2025-01-16 16:16:21 UTC; rhijm
Author: Robert J. Hijmans [cre, aut] (<https://orcid.org/0000-0001-5872-2872>),
Jacob van Etten [ctb],
Michael Sumner [ctb],
Expand Down Expand Up @@ -82,4 +82,4 @@ Author: Robert J. Hijmans [cre, aut] (<https://orcid.org/0000-0001-5872-2872>),
Rafael Wueest [ctb]
Maintainer: Robert J. Hijmans <[email protected]>
Repository: CRAN
Date/Publication: 2024-10-02 18:10:02 UTC
Date/Publication: 2025-01-16 18:50:02 UTC
8 changes: 4 additions & 4 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
616a8626b5e2d29494b6911fe3901887 *DESCRIPTION
315d9d3afd561fc33ff5c841443463cd *NAMESPACE
8e63a09f55c46c99cf9a490c8003992f *NEWS
58ebf3b3795e6883b4ce447e77308bcc *DESCRIPTION
d66a84574cd91d32c37ed8a4f10d706d *NAMESPACE
8dcbed71a3de20745a92b411189e0398 *NEWS
8cc868c6b5aefe4c2d43d28df06ede95 *R/AAAClasses.R
2ad39a4b357fad908e9568c87f2c892a *R/AAgeneric_functions.R
bdd38fe1ee6177b894741b0d2f7779b0 *R/GDALtransient.R
Expand Down Expand Up @@ -316,7 +316,7 @@ d9397fdb238463ae0c9929aad0347658 *R/zApply.R
b9cc0e22fcbdd704f6199fecaf8a4382 *R/zonal.R
227cc9e91a64d5685fc5f6eeac885ee2 *R/zoom.R
cae0440f702e35b1a156006c63c84a0b *R/zzz.R
b54db8794555342c4feee5fe0b1b8f5b *build/partial.rdb
1dda19015f0aa969acee990c150e3ac9 *build/partial.rdb
836fc2bffa338d9f9a721e00d9cd6078 *inst/external/countries.rds
c85d689dcf4c7101db48cbab30338201 *inst/external/lux.dbf
e729936bf5360b37a15365fc295a1901 *inst/external/lux.prj
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import(methods, Rcpp, terra)
import(terra, except=c(area, gridDistance))
importFrom(sp, spplot, coordinates, wkt, plot, merge, bbox, disaggregate, proj4string)
importFrom(grDevices, terrain.colors, heat.colors, rainbow)
exportClasses(Extent, BasicRaster, Raster, RasterLayer, RasterBrick, RasterStack, RasterStackBrick)
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

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

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

raster no longer uses rgdal
Expand Down
Binary file modified build/partial.rdb
Binary file not shown.

0 comments on commit 4f64117

Please sign in to comment.