Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed May 25, 2021
1 parent bb1497d commit 1e16339
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: gstat
Version: 2.0-7
Version: 2.0-8
Title: Spatial and Spatio-Temporal Geostatistical Modelling, Prediction
and Simulation
Authors@R: c(person(given = "Edzer",
Expand Down
5 changes: 5 additions & 0 deletions inst/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2021-03-18 Edzer Pebesma <[email protected]>

* inst/ChangeLog, tests/unproj.R, tests/unproj.Rout.save: CRAN
submission

2021-03-06 Edzer Pebesma <[email protected]>

* R/variogramST.R: try to suppress future.apply warning
Expand Down
2 changes: 1 addition & 1 deletion man/coalash.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for the Robena Mine Property in Greene County Pennsylvania.
data(coalash)
}
\author{ unknown; R version prepared by Edzer Pebesma; data obtained from
\url{http://www.stat.uiowa.edu/~dzimmer/spatialstats/}, Dale Zimmerman's
\url{http://homepage.divms.uiowa.edu/~dzimmer/spatialstats/}, Dale Zimmerman's
course page }
\references{ N.A.C. Cressie, 1993, Statistics for Spatial Data,
Wiley.
Expand Down
2 changes: 2 additions & 0 deletions tests/stars.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Sys.setenv(TZ = "UTC")

# 0. using sp:

suppressPackageStartupMessages(library(sp))
Expand Down
4 changes: 3 additions & 1 deletion tests/stars.Rout.save
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> Sys.setenv(TZ = "UTC")
>
> # 0. using sp:
>
> suppressPackageStartupMessages(library(sp))
Expand Down Expand Up @@ -588,4 +590,4 @@ sample 1 5 NA NA NA NA sim1,...,sim5
>
> proc.time()
user system elapsed
2.862 0.068 2.923
3.088 0.081 3.162

0 comments on commit 1e16339

Please sign in to comment.