Last updated on 2022-09-11 12:56:30 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5-6 | 18.00 | 424.60 | 442.60 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.5-6 | 13.03 | 309.17 | 322.20 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.5-6 | 544.83 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.5-6 | 554.84 | NOTE | |||
r-devel-windows-x86_64 | 0.5-6 | 86.00 | 671.00 | 757.00 | NOTE | |
r-patched-linux-x86_64 | 0.5-6 | 19.34 | 402.63 | 421.97 | NOTE | |
r-release-linux-x86_64 | 0.5-6 | 17.41 | 400.78 | 418.19 | NOTE | |
r-release-macos-arm64 | 0.5-6 | 110.00 | ERROR | |||
r-release-macos-x86_64 | 0.5-6 | 128.00 | ERROR | |||
r-release-windows-x86_64 | 0.5-6 | 75.00 | 520.00 | 595.00 | NOTE | |
r-oldrel-macos-arm64 | 0.5-6 | 114.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.5-6 | 138.00 | ERROR | |||
r-oldrel-windows-ix86+x86_64 | 0.5-6 | 34.00 | 518.00 | 552.00 | NOTE |
Version: 0.5-6
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.5-6
Check: installed package size
Result: NOTE
installed size is 5.5Mb
sub-directories of 1Mb or more:
doc 1.7Mb
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.5-6
Check: examples
Result: ERROR
Running examples in ‘stars-Ex.R’ failed
The error most likely occurred in:
> ### Name: st_warp
> ### Title: Warp (resample) grids in stars objects to a new grid, possibly
> ### in an new coordinate reference system
> ### Aliases: st_warp
>
> ### ** Examples
>
> geomatrix = system.file("tif/geomatrix.tif", package = "stars")
> (x = read_stars(geomatrix))
stars object with 2 dimensions and 1 attribute
attribute(s):
Min. 1st Qu. Median Mean 3rd Qu. Max.
geomatrix.tif 74 107 123 126.765 132 255
dimension(s):
from to offset delta refsys point values x/y
x 1 20 1841002 1.5 WGS 84 / UTM zone 11N TRUE NULL [x]
y 1 20 1144003 -1.5 WGS 84 / UTM zone 11N TRUE NULL [y]
sheared raster with parameters: -5 -5
> new_crs = st_crs(4326)
> y = st_warp(x, crs = new_crs)
> plot(st_transform(st_as_sfc(st_bbox(x)), new_crs), col = NA, border = 'red')
> plot(st_as_sfc(y, as_points=FALSE), col = NA, border = 'green', axes = TRUE, add = TRUE)
> image(y, add = TRUE, nbreaks = 6)
> plot(st_as_sfc(y, as_points=TRUE), pch=3, cex=.5, col = 'blue', add = TRUE)
> plot(st_transform(st_as_sfc(x, as_points=FALSE), new_crs), add = TRUE)
> # warp 0-360 raster to -180-180 raster:
> r = read_stars(system.file("nc/reduced.nc", package = "stars"))
trying to read file: /Volumes/Builds/packages/big-sur-arm64/results/4.2/stars.Rcheck/stars/nc/reduced.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-arm64
Version: 0.5-6
Check: tests
Result: ERROR
Running ‘aggregate.R’ [1s/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.10.2, GDAL 3.4.3, PROJ 8.2.0; sf_use_s2() is TRUE
Running ‘align.R’ [1s/2s]
Comparing ‘align.Rout’ to ‘align.Rout.save’ ... OK
Running ‘area.R’ [1s/1s]
Comparing ‘area.Rout’ to ‘area.Rout.save’ ... OK
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’ ... OK
Running ‘datasets.R’ [1s/1s]
Comparing ‘datasets.Rout’ to ‘datasets.Rout.save’ ... OK
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/big-sur-arm64/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-arm64
Version: 0.5-6
Check: examples
Result: ERROR
Running examples in ‘stars-Ex.R’ failed
The error most likely occurred in:
> ### Name: st_warp
> ### Title: Warp (resample) grids in stars objects to a new grid, possibly
> ### in an new coordinate reference system
> ### Aliases: st_warp
>
> ### ** Examples
>
> geomatrix = system.file("tif/geomatrix.tif", package = "stars")
> (x = read_stars(geomatrix))
stars object with 2 dimensions and 1 attribute
attribute(s):
Min. 1st Qu. Median Mean 3rd Qu. Max.
geomatrix.tif 74 107 123 126.765 132 255
dimension(s):
from to offset delta refsys point values x/y
x 1 20 1841002 1.5 WGS 84 / UTM zone 11N TRUE NULL [x]
y 1 20 1144003 -1.5 WGS 84 / UTM zone 11N TRUE NULL [y]
sheared raster with parameters: -5 -5
> new_crs = st_crs(4326)
> y = st_warp(x, crs = new_crs)
> plot(st_transform(st_as_sfc(st_bbox(x)), new_crs), col = NA, border = 'red')
> plot(st_as_sfc(y, as_points=FALSE), col = NA, border = 'green', axes = TRUE, add = TRUE)
> image(y, add = TRUE, nbreaks = 6)
> plot(st_as_sfc(y, as_points=TRUE), pch=3, cex=.5, col = 'blue', add = TRUE)
> plot(st_transform(st_as_sfc(x, as_points=FALSE), new_crs), add = TRUE)
> # warp 0-360 raster to -180-180 raster:
> r = read_stars(system.file("nc/reduced.nc", package = "stars"))
trying to read file: /Volumes/Builds/packages/high-sierra-x86_64/results/4.2/stars.Rcheck/stars/nc/reduced.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.5-6
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.10.2, GDAL 3.4.3, PROJ 8.2.0; 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’ ... OK
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’ ... OK
Running ‘datasets.R’ [1s/1s]
Comparing ‘datasets.Rout’ to ‘datasets.Rout.save’ ... OK
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.5-6
Check: examples
Result: ERROR
Running examples in ‘stars-Ex.R’ failed
The error most likely occurred in:
> ### Name: st_warp
> ### Title: Warp (resample) grids in stars objects to a new grid, possibly
> ### in an new coordinate reference system
> ### Aliases: st_warp
>
> ### ** Examples
>
> geomatrix = system.file("tif/geomatrix.tif", package = "stars")
> (x = read_stars(geomatrix))
stars object with 2 dimensions and 1 attribute
attribute(s):
Min. 1st Qu. Median Mean 3rd Qu. Max.
geomatrix.tif 74 107 123 126.765 132 255
dimension(s):
from to offset delta refsys point values x/y
x 1 20 1841002 1.5 WGS 84 / UTM zone 11N TRUE NULL [x]
y 1 20 1144003 -1.5 WGS 84 / UTM zone 11N TRUE NULL [y]
sheared raster with parameters: -5 -5
> new_crs = st_crs(4326)
> y = st_warp(x, crs = new_crs)
> plot(st_transform(st_as_sfc(st_bbox(x)), new_crs), col = NA, border = 'red')
> plot(st_as_sfc(y, as_points=FALSE), col = NA, border = 'green', axes = TRUE, add = TRUE)
> image(y, add = TRUE, nbreaks = 6)
> plot(st_as_sfc(y, as_points=TRUE), pch=3, cex=.5, col = 'blue', add = TRUE)
> plot(st_transform(st_as_sfc(x, as_points=FALSE), new_crs), add = TRUE)
> # warp 0-360 raster to -180-180 raster:
> r = read_stars(system.file("nc/reduced.nc", package = "stars"))
trying to read file: /Volumes/Builds/packages/big-sur-arm64/results/4.1/stars.Rcheck/stars/nc/reduced.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-arm64
Version: 0.5-6
Check: tests
Result: ERROR
Running ‘aggregate.R’ [1s/1s]
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.10.2, GDAL 3.4.3, PROJ 8.2.0; sf_use_s2() is TRUE
Running ‘align.R’ [1s/2s]
Comparing ‘align.Rout’ to ‘align.Rout.save’ ... OK
Running ‘area.R’ [1s/1s]
Comparing ‘area.Rout’ to ‘area.Rout.save’ ... OK
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’ ... OK
Running ‘datasets.R’ [1s/1s]
Comparing ‘datasets.Rout’ to ‘datasets.Rout.save’ ... OK
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/big-sur-arm64/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-arm64
Version: 0.5-6
Check: examples
Result: ERROR
Running examples in ‘stars-Ex.R’ failed
The error most likely occurred in:
> ### Name: st_warp
> ### Title: Warp (resample) grids in stars objects to a new grid, possibly
> ### in an new coordinate reference system
> ### Aliases: st_warp
>
> ### ** Examples
>
> geomatrix = system.file("tif/geomatrix.tif", package = "stars")
> (x = read_stars(geomatrix))
stars object with 2 dimensions and 1 attribute
attribute(s):
Min. 1st Qu. Median Mean 3rd Qu. Max.
geomatrix.tif 74 107 123 126.765 132 255
dimension(s):
from to offset delta refsys point values x/y
x 1 20 1841002 1.5 WGS 84 / UTM zone 11N TRUE NULL [x]
y 1 20 1144003 -1.5 WGS 84 / UTM zone 11N TRUE NULL [y]
sheared raster with parameters: -5 -5
> new_crs = st_crs(4326)
> y = st_warp(x, crs = new_crs)
> plot(st_transform(st_as_sfc(st_bbox(x)), new_crs), col = NA, border = 'red')
> plot(st_as_sfc(y, as_points=FALSE), col = NA, border = 'green', axes = TRUE, add = TRUE)
> image(y, add = TRUE, nbreaks = 6)
> plot(st_as_sfc(y, as_points=TRUE), pch=3, cex=.5, col = 'blue', add = TRUE)
> plot(st_transform(st_as_sfc(x, as_points=FALSE), new_crs), add = TRUE)
> # warp 0-360 raster to -180-180 raster:
> r = read_stars(system.file("nc/reduced.nc", package = "stars"))
trying to read file: /Volumes/Builds/packages/high-sierra-x86_64/results/4.1/stars.Rcheck/stars/nc/reduced.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
Version: 0.5-6
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.10.2, GDAL 3.4.3, PROJ 8.2.0; 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’ ... OK
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’ ... OK
Running ‘datasets.R’ [1s/1s]
Comparing ‘datasets.Rout’ to ‘datasets.Rout.save’ ... OK
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