1-
2- R Under development (unstable) (2025-02-03 r87683 ucrt) -- "Unsuffered Consequences"
3- Copyright (C) 2025 The R Foundation for Statistical Computing
4- Platform: x86_64-w64-mingw32/x64
5-
6- R is free software and comes with ABSOLUTELY NO WARRANTY.
7- You are welcome to redistribute it under certain conditions.
8- Type 'license()' or 'licence()' for distribution details.
9-
10- R is a collaborative project with many contributors.
11- Type 'contributors()' for more information and
12- 'citation()' on how to cite R or R packages in publications.
13-
14- Type 'demo()' for some demos, 'help()' for on-line help, or
15- 'help.start()' for an HTML browser interface to help.
16- Type 'q()' to quit R.
17-
18- > Sys.setenv(TZ = "UTC")
19- >
20- > # 0. using sp:
21- >
22- > suppressPackageStartupMessages(library(sp))
23- > demo(meuse, ask = FALSE)
24-
25-
26- demo(meuse)
27- ---- ~~~~~
28-
29- > require(sp)
30-
31- > crs = CRS("EPSG:28992")
1+
2+ R version 4.5.1 (2025-06-13) -- "Great Square Root"
3+ Copyright (C) 2025 The R Foundation for Statistical Computing
4+ Platform: x86_64-pc-linux-gnu
5+
6+ R is free software and comes with ABSOLUTELY NO WARRANTY.
7+ You are welcome to redistribute it under certain conditions.
8+ Type 'license()' or 'licence()' for distribution details.
9+
10+ R is a collaborative project with many contributors.
11+ Type 'contributors()' for more information and
12+ 'citation()' on how to cite R or R packages in publications.
13+
14+ Type 'demo()' for some demos, 'help()' for on-line help, or
15+ 'help.start()' for an HTML browser interface to help.
16+ Type 'q()' to quit R.
17+
18+ > Sys.setenv(TZ = "UTC")
19+ >
20+ > Sys.unsetenv("KMP_DEVICE_THREAD_LIMIT")
21+ > Sys.unsetenv("KMP_ALL_THREADS")
22+ > Sys.unsetenv("KMP_TEAMS_THREAD_LIMIT")
23+ > Sys.unsetenv("OMP_THREAD_LIMIT")
24+ >
25+ > # 0. using sp:
26+ >
27+ > suppressPackageStartupMessages(library(sp))
28+ > demo(meuse, ask = FALSE)
29+
30+
31+ demo(meuse)
32+ ---- ~~~~~
33+
34+ > require(sp)
35+
36+ > crs = CRS("EPSG:28992")
3237
3338> data("meuse")
3439
@@ -466,8 +471,8 @@ drawing 5 multivariate GLS realisations of beta...
466471stars object with 3 dimensions and 2 attributes
467472attribute(s):
468473 Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
469- zinc 101.7643 199.48523 300.2140 399.7954 544.0229 1817.2057 25045
470- lead 32.7799 73.01782 107.9339 133.1702 178.8162 638.9396 25045
474+ zinc 101.7643 199.59256 300.2140 399.8017 544.0327 1817.2057 25045
475+ lead 32.7799 73.03151 107.9339 133.1725 178.8162 638.9396 25045
471476dimension(s):
472477 from to offset delta values x/y
473478x 1 78 178440 40 NULL [x]
@@ -477,4 +482,4 @@ sample 1 5 NA NA sim1,...,sim5
477482>
478483> proc.time()
479484 user system elapsed
480- 11.81 0.64 12.45
485+ 6.205 8.037 5.303
0 commit comments