Skip to content

Commit 375d1c4

Browse files
committed
tiny
1 parent 19af834 commit 375d1c4

File tree

7 files changed

+7
-2
lines changed

7 files changed

+7
-2
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: raster
22
Type: Package
33
Title: Geographic Data Analysis and Modeling
4-
Version: 3.4-1
5-
Date: 2020-11-03
4+
Version: 3.4-2
5+
Date: 2020-11-08
66
Depends: sp (>= 1.4.1), R (>= 3.5.0)
77
Suggests: rgdal (>= 1.5-8), rgeos (>= 0.3-8), ncdf4, igraph, tcltk, parallel, rasterVis, MASS, sf, tinytest, gstat, fields
88
LinkingTo: Rcpp
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/tinytest.R

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
if ( requireNamespace("tinytest", quietly=TRUE) ){
3+
tinytest::test_package("raster")
4+
}
5+

0 commit comments

Comments
 (0)