File: fix_test.patch

package info (click to toggle)
r-cran-spacetime 1.2-4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,308 kB
  • sloc: sh: 13; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
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"),