Last updated on 2023-02-09 03:56:25 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6-0 | 18.35 | 392.66 | 411.01 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.6-0 | 13.47 | 286.93 | 300.40 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.6-0 | 493.90 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.6-0 | 489.43 | NOTE | |||
r-devel-windows-x86_64 | 0.6-0 | 109.00 | 541.00 | 650.00 | NOTE | |
r-patched-linux-x86_64 | 0.6-0 | 21.66 | 371.13 | 392.79 | NOTE | |
r-release-linux-x86_64 | 0.6-0 | 18.38 | 374.58 | 392.96 | NOTE | |
r-release-macos-arm64 | 0.6-0 | 137.00 | NOTE | |||
r-release-macos-x86_64 | 0.6-0 | 114.00 | ERROR | |||
r-release-windows-x86_64 | 0.6-0 | 113.00 | 469.00 | 582.00 | NOTE | |
r-oldrel-macos-arm64 | 0.6-0 | 130.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.6-0 | 127.00 | ERROR | |||
r-oldrel-windows-ix86+x86_64 | 0.6-0 | 33.00 | 470.00 | 503.00 | NOTE |
Version: 0.6-0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘starsdata’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.6-0
Check: installed package size
Result: NOTE
installed size is 6.3Mb
sub-directories of 1Mb or more:
doc 2.4Mb
nc 1.7Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.6-0
Check: examples
Result: ERROR
Running examples in ‘stars-Ex.R’ failed
The error most likely occurred in:
> ### Name: mdim
> ### Title: Read or write data using GDAL's multidimensional array API
> ### Aliases: mdim read_mdim write_mdim
>
> ### ** Examples
>
> set.seed(135)
> m = matrix(runif(10), 2, 5)
> names(dim(m)) = c("stations", "time")
> times = as.Date("2022-05-01") + 1:5
> pts = st_as_sfc(c("POINT(0 1)", "POINT(3 5)"))
> s = st_as_stars(list(Precipitation = m)) |>
+ st_set_dimensions(1, values = pts) |>
+ st_set_dimensions(2, values = times)
> nc = tempfile(fileext=".nc")
> if (compareVersion(sf_extSoftVersion()["GDAL"], "3.4.0") > -1) {
+ write_mdim(s, nc)
+ # try ncdump on the generated file
+ print(read_mdim(nc))
+ }
Error in CPL_write_mdim(file, driver, dimx, cdl, wkt, xy, root_group_options, :
cannot open driver
Calls: write_mdim -> gdal_write_mdim -> CPL_write_mdim
Execution halted
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.6-0
Check: tests
Result: ERROR
Running ‘aggregate.R’ [2s/2s]
Comparing ‘aggregate.Rout’ to ‘aggregate.Rout.save’ ...4c4
< Linking to GEOS 3.10.2, GDAL 3.4.2, PROJ 8.2.1; sf_use_s2() is TRUE
---
> Linking to GEOS 3.9.3, GDAL 3.5.2, PROJ 8.2.1; sf_use_s2() is TRUE
Running ‘align.R’ [2s/2s]
Comparing ‘align.Rout’ to ‘align.Rout.save’ ... OK
Running ‘area.R’ [1s/1s]
Comparing ‘area.Rout’ to ‘area.Rout.save’ ...51a52,64
> /PRODUCT/longitude,
> /PRODUCT/latitude,
> /PRODUCT/SUPPORT_DATA/DETAILED_RESULTS/nitrogendioxide_summed_total_column,
> stars object with 2 dimensions and 1 attribute
> attribute(s):
> Min. 1st Qu. Median Mean 3rd Qu. Max.
> area [m^2] 64503163 64957713 65834712 65849060 66734597 67218777
> dimension(s):
> from to refsys values x/y
> x 1 5 WGS 84 [5x5] -5.81066 [°],...,-5.26234 [°] [x]
> y 1 5 WGS 84 [5x5] 44.4439 [°],...,44.8693 [°] [y]
> curvilinear grid
> There were 15 warnings (use warnings() to see them)
Running ‘crop.R’ [3s/3s]
Comparing ‘crop.Rout’ to ‘crop.Rout.save’ ... OK
Running ‘curvilinear.R’ [1s/1s]
Comparing ‘curvilinear.Rout’ to ‘curvilinear.Rout.save’ ...54a55,70
> /PRODUCT/longitude,
> /PRODUCT/latitude,
> /PRODUCT/SUPPORT_DATA/DETAILED_RESULTS/nitrogendioxide_summed_total_column,
> stars object with 3 dimensions and 1 attribute
> attribute(s):
> Min. 1st Qu. Median
> nitrogendioxide_summed_total_c... 3.650813e-05 7.451281e-05 8.296968e-05
> Mean 3rd Qu. Max. NA's
> nitrogendioxide_summed_total_c... 8.581399e-05 9.397442e-05 0.0004535302 330
> dimension(s):
> from to refsys values x/y
> x 1 450 WGS 84 [450x278] -5.81066 [°],...,30.9468 [°] [x]
> y 1 278 WGS 84 [450x278] 28.3605 [°],...,51.4686 [°] [y]
> time 1 1 NA NULL
> curvilinear grid
> There were 15 warnings (use warnings() to see them)
Running ‘datasets.R’ [1s/1s]
Comparing ‘datasets.Rout’ to ‘datasets.Rout.save’ ...29a30,38
> stars_proxy object with 1 attribute in 1 file(s):
> $`MTD_MSIL1C.xml:10m:EPSG_32632`
> [1] "[...]/MTD_MSIL1C.xml:10m:EPSG_32632"
>
> dimension(s):
> from to offset delta refsys values x/y
> x 1 10980 3e+05 10 WGS 84 / UTM zone 32N NULL [x]
> y 1 10980 6e+06 -10 WGS 84 / UTM zone 32N NULL [y]
> band 1 4 NA NA NA B4,...,B8
Running ‘dimensions.R’ [1s/1s]
Running the tests in ‘tests/dimensions.R’ failed.
Complete output:
> # https://github.com/r-spatial/stars/issues/295
> suppressPackageStartupMessages(library(stars))
> raw <- read_stars(system.file("nc/bcsd_obs_1999.nc", package = "stars"))
trying to read file: /Volumes/Builds/packages/high-sierra-x86_64/results/4.2/stars.Rcheck/stars/nc/bcsd_obs_1999.nc
Error in CPL_read_gdal(as.character(x), as.character(options), as.character(driver), :
file not found
Calls: read_stars ... is_big -> read_stars -> <Anonymous> -> CPL_read_gdal
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.6-0
Check: tests
Result: ERROR
Running ‘aggregate.R’ [2s/2s]
Comparing ‘aggregate.Rout’ to ‘aggregate.Rout.save’ ...4c4
< Linking to GEOS 3.10.2, GDAL 3.4.2, PROJ 8.2.1; sf_use_s2() is TRUE
---
> Linking to GEOS 3.9.3, GDAL 3.5.2, PROJ 8.2.1; sf_use_s2() is TRUE
Running ‘align.R’ [2s/2s]
Comparing ‘align.Rout’ to ‘align.Rout.save’ ... OK
Running ‘area.R’ [1s/1s]
Comparing ‘area.Rout’ to ‘area.Rout.save’ ...51a52,64
> /PRODUCT/longitude,
> /PRODUCT/latitude,
> /PRODUCT/SUPPORT_DATA/DETAILED_RESULTS/nitrogendioxide_summed_total_column,
> stars object with 2 dimensions and 1 attribute
> attribute(s):
> Min. 1st Qu. Median Mean 3rd Qu. Max.
> area [m^2] 64503163 64957713 65834712 65849060 66734597 67218777
> dimension(s):
> from to refsys values x/y
> x 1 5 WGS 84 [5x5] -5.81066 [°],...,-5.26234 [°] [x]
> y 1 5 WGS 84 [5x5] 44.4439 [°],...,44.8693 [°] [y]
> curvilinear grid
> There were 15 warnings (use warnings() to see them)
Running ‘crop.R’ [2s/2s]
Comparing ‘crop.Rout’ to ‘crop.Rout.save’ ... OK
Running ‘curvilinear.R’ [1s/1s]
Comparing ‘curvilinear.Rout’ to ‘curvilinear.Rout.save’ ...54a55,70
> /PRODUCT/longitude,
> /PRODUCT/latitude,
> /PRODUCT/SUPPORT_DATA/DETAILED_RESULTS/nitrogendioxide_summed_total_column,
> stars object with 3 dimensions and 1 attribute
> attribute(s):
> Min. 1st Qu. Median
> nitrogendioxide_summed_total_c... 3.650813e-05 7.451281e-05 8.296968e-05
> Mean 3rd Qu. Max. NA's
> nitrogendioxide_summed_total_c... 8.581399e-05 9.397442e-05 0.0004535302 330
> dimension(s):
> from to refsys values x/y
> x 1 450 WGS 84 [450x278] -5.81066 [°],...,30.9468 [°] [x]
> y 1 278 WGS 84 [450x278] 28.3605 [°],...,51.4686 [°] [y]
> time 1 1 NA NULL
> curvilinear grid
> There were 15 warnings (use warnings() to see them)
Running ‘datasets.R’ [1s/1s]
Comparing ‘datasets.Rout’ to ‘datasets.Rout.save’ ...29a30,38
> stars_proxy object with 1 attribute in 1 file(s):
> $`MTD_MSIL1C.xml:10m:EPSG_32632`
> [1] "[...]/MTD_MSIL1C.xml:10m:EPSG_32632"
>
> dimension(s):
> from to offset delta refsys values x/y
> x 1 10980 3e+05 10 WGS 84 / UTM zone 32N NULL [x]
> y 1 10980 6e+06 -10 WGS 84 / UTM zone 32N NULL [y]
> band 1 4 NA NA NA B4,...,B8
Running ‘dimensions.R’ [1s/1s]
Running the tests in ‘tests/dimensions.R’ failed.
Complete output:
> # https://github.com/r-spatial/stars/issues/295
> suppressPackageStartupMessages(library(stars))
> raw <- read_stars(system.file("nc/bcsd_obs_1999.nc", package = "stars"))
trying to read file: /Volumes/Builds/packages/high-sierra-x86_64/results/4.1/stars.Rcheck/stars/nc/bcsd_obs_1999.nc
Error in CPL_read_gdal(as.character(x), as.character(options), as.character(driver), :
file not found
Calls: read_stars ... is_big -> read_stars -> <Anonymous> -> CPL_read_gdal
Execution halted
Flavor: r-oldrel-macos-x86_64