Last updated on 2026-09-20 17:49:27 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.1 | 113.90 | 394.83 | 508.73 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.0.2 | 79.81 | 245.71 | 325.52 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.2 | 97.00 | 231.65 | 328.65 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 88.00 | 217.66 | 305.66 | ERROR | |
| r-devel-windows-x86_64 | 0.0.1 | 257.00 | 1332.00 | 1589.00 | OK | |
| r-patched-linux-x86_64 | 0.0.1 | 117.87 | 385.50 | 503.37 | ERROR | |
| r-release-linux-x86_64 | 0.0.2 | 108.16 | 347.82 | 455.98 | ERROR | |
| r-release-macos-arm64 | 0.0.2 | 31.00 | 69.00 | 100.00 | ERROR | |
| r-release-macos-x86_64 | 0.0.2 | 89.00 | 316.00 | 405.00 | ERROR | |
| r-release-windows-x86_64 | 0.0.1 | 250.00 | 1324.00 | 1574.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.2 | 25.00 | 72.00 | 97.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.0.2 | 86.00 | 297.00 | 383.00 | ERROR | |
| r-oldrel-windows-x86_64 | 0.0.2 | 216.00 | 1214.00 | 1430.00 | OK |
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in ‘ICESat2VegR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ATL03_ATL08_photons_attributes_dt_join
> ### Title: Join ATL03 and ATL08 photons attributes
> ### Aliases: ATL03_ATL08_photons_attributes_dt_join
>
> ### ** Examples
>
> if (requireNamespace("hdf5r", quietly = TRUE)) {
+ # Specifying the path to ATL03 file
+ atl03_path <- system.file("extdata",
+ "atl03_clip.h5",
+ package = "ICESat2VegR"
+ )
+
+ # Specifying the path to ATL08 file
+ atl08_path <- system.file("extdata",
+ "atl08_clip.h5",
+ package = "ICESat2VegR"
+ )
+
+ # Reading ATL03 data (h5 file)
+ atl03_h5 <- ATL03_read(atl03_path = atl03_path)
+
+ # Reading ATL08 data (h5 file)
+ atl08_h5 <- ATL08_read(atl08_path = atl08_path)
+
+ # # Extracting ATL03 and ATL08 photons and heights
+ atl03_atl08_dt <- ATL03_ATL08_photons_attributes_dt_join(atl03_h5, atl08_h5)
+ head(atl03_atl08_dt)
+
+ close(atl03_h5)
+ close(atl08_h5)
+
+ }
Error in (function () : id is invalid
Calls: ATL08_read ... initialize -> <Anonymous> -> <Anonymous> -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64
Version: 0.0.2
Check: examples
Result: ERROR
Running examples in ‘ICESat2VegR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ATL03_ATL08_photons_attributes_dt_join
> ### Title: Join ATL03 and ATL08 photons attributes
> ### Aliases: ATL03_ATL08_photons_attributes_dt_join
>
> ### ** Examples
>
> if (requireNamespace("hdf5r", quietly = TRUE)) {
+ # Specifying the path to ATL03 file
+ atl03_path <- system.file("extdata",
+ "atl03_clip.h5",
+ package = "ICESat2VegR"
+ )
+
+ # Specifying the path to ATL08 file
+ atl08_path <- system.file("extdata",
+ "atl08_clip.h5",
+ package = "ICESat2VegR"
+ )
+
+ # Reading ATL03 data (h5 file)
+ atl03_h5 <- ATL03_read(atl03_path = atl03_path)
+
+ # Reading ATL08 data (h5 file)
+ atl08_h5 <- ATL08_read(atl08_path = atl08_path)
+
+ # # Extracting ATL03 and ATL08 photons and heights
+ atl03_atl08_dt <- ATL03_ATL08_photons_attributes_dt_join(atl03_h5, atl08_h5)
+ head(atl03_atl08_dt)
+
+ close(atl03_h5)
+ close(atl08_h5)
+
+ }
|
| | 0%
|
|================== | 25%Error in (function () : id is invalid
Calls: ATL03_ATL08_photons_attributes_dt_join ... [.H5D -> <Anonymous> -> as.integer64 -> <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.2
Check: examples
Result: ERROR
Running examples in ‘ICESat2VegR-Ex.R’ failed
The error most likely occurred in:
> ### Name: ATL03_ATL08_photons_attributes_dt_join
> ### Title: Join ATL03 and ATL08 photons attributes
> ### Aliases: ATL03_ATL08_photons_attributes_dt_join
>
> ### ** Examples
>
> if (requireNamespace("hdf5r", quietly = TRUE)) {
+ # Specifying the path to ATL03 file
+ atl03_path <- system.file("extdata",
+ "atl03_clip.h5",
+ package = "ICESat2VegR"
+ )
+
+ # Specifying the path to ATL08 file
+ atl08_path <- system.file("extdata",
+ "atl08_clip.h5",
+ package = "ICESat2VegR"
+ )
+
+ # Reading ATL03 data (h5 file)
+ atl03_h5 <- ATL03_read(atl03_path = atl03_path)
+
+ # Reading ATL08 data (h5 file)
+ atl08_h5 <- ATL08_read(atl08_path = atl08_path)
+
+ # # Extracting ATL03 and ATL08 photons and heights
+ atl03_atl08_dt <- ATL03_ATL08_photons_attributes_dt_join(atl03_h5, atl08_h5)
+ head(atl03_atl08_dt)
+
+ close(atl03_h5)
+ close(atl08_h5)
+
+ }
|
| | 0%
|
|================== | 25%Error in (function () : id is invalid
Calls: ATL03_ATL08_photons_attributes_dt_join ... <Anonymous> -> standalone_H5D_get_type -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.0.2
Check: examples
Result: ERROR
Running examples in ‘ICESat2VegR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ATL03_ATL08_photons_attributes_dt_join
> ### Title: Join ATL03 and ATL08 photons attributes
> ### Aliases: ATL03_ATL08_photons_attributes_dt_join
>
> ### ** Examples
>
> if (requireNamespace("hdf5r", quietly = TRUE)) {
+ # Specifying the path to ATL03 file
+ atl03_path <- system.file("extdata",
+ "atl03_clip.h5",
+ package = "ICESat2VegR"
+ )
+
+ # Specifying the path to ATL08 file
+ atl08_path <- system.file("extdata",
+ "atl08_clip.h5",
+ package = "ICESat2VegR"
+ )
+
+ # Reading ATL03 data (h5 file)
+ atl03_h5 <- ATL03_read(atl03_path = atl03_path)
+
+ # Reading ATL08 data (h5 file)
+ atl08_h5 <- ATL08_read(atl08_path = atl08_path)
+
+ # # Extracting ATL03 and ATL08 photons and heights
+ atl03_atl08_dt <- ATL03_ATL08_photons_attributes_dt_join(atl03_h5, atl08_h5)
+ head(atl03_atl08_dt)
+
+ close(atl03_h5)
+ close(atl08_h5)
+
+ }
|
| | 0%
|
|================== | 25%[1] "Couldn't delete 360287970189639792"
Error in self$get_ref() : HDF5-API Errors:
error #000: ./src/H5I.c in H5Iget_ref(): line 472: can't get ID ref count
class: HDF5
major: Object ID
minor: Can't get value
error #001: ./src/H5Iint.c in H5I_get_ref(): line 1405: can't locate ID
class: HDF5
major: Object ID
minor: Unable to find ID information (already closed?)
Calls: ATL03_ATL08_photons_attributes_dt_join ... <Anonymous> -> initialize -> <Anonymous> -> <Anonymous> -> .Call
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.0.2
Check: examples
Result: ERROR
Running examples in ‘ICESat2VegR-Ex.R’ failed
The error most likely occurred in:
> ### Name: ATL03_ATL08_photons_attributes_dt_join
> ### Title: Join ATL03 and ATL08 photons attributes
> ### Aliases: ATL03_ATL08_photons_attributes_dt_join
>
> ### ** Examples
>
> if (requireNamespace("hdf5r", quietly = TRUE)) {
+ # Specifying the path to ATL03 file
+ atl03_path <- system.file("extdata",
+ "atl03_clip.h5",
+ package = "ICESat2VegR"
+ )
+
+ # Specifying the path to ATL08 file
+ atl08_path <- system.file("extdata",
+ "atl08_clip.h5",
+ package = "ICESat2VegR"
+ )
+
+ # Reading ATL03 data (h5 file)
+ atl03_h5 <- ATL03_read(atl03_path = atl03_path)
+
+ # Reading ATL08 data (h5 file)
+ atl08_h5 <- ATL08_read(atl08_path = atl08_path)
+
+ # # Extracting ATL03 and ATL08 photons and heights
+ atl03_atl08_dt <- ATL03_ATL08_photons_attributes_dt_join(atl03_h5, atl08_h5)
+ head(atl03_atl08_dt)
+
+ close(atl03_h5)
+ close(atl08_h5)
+
+ }
|
| | 0%
|
|================== | 25%
|
|=================================== | 50%Error in (function () : id is invalid
Calls: ATL03_ATL08_photons_attributes_dt_join ... [.H5D -> <Anonymous> -> as.integer64 -> <Anonymous>
Execution halted
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64