1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 09 Jul 2019 11:24:08 +0200
Description: Shape file is in package spData not in maptools
--- a/tests/stconstruct.R
+++ b/tests/stconstruct.R
@@ -40,7 +40,7 @@ class(x)
suppressPackageStartupMessages(library(rgdal))
# stConstruct multivariable, time-wide
-fname = system.file("shapes/sids.shp", package="maptools")[1]
+fname = system.file("shapes/sids.shp", package="spData")[1]
nc = readOGR(fname)
timesList = list(
BIR=c("BIR74", "BIR79"),
|