Last updated on 2026-09-11 12:50:02 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-release-macos-x86_64 | 0.0.1 | 90.00 | 293.00 | 383.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.0.1 | 92.00 | 296.00 | 388.00 | ERROR |
Version: 0.0.1
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 ... [.H5D -> <Anonymous> -> as.integer64 -> <Anonymous>
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.0.1
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
Flavor: r-oldrel-macos-x86_64