CRAN Package Check Results for Package rGEDI

Last updated on 2021-03-04 00:48:08 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.11 33.29 164.77 198.06 OK
r-devel-linux-x86_64-debian-gcc 0.1.11 22.87 123.45 146.32 OK
r-devel-linux-x86_64-fedora-clang 0.1.11 240.90 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.11 228.44 NOTE
r-devel-windows-ix86+x86_64 0.1.11 82.00 318.00 400.00 NOTE
r-patched-linux-x86_64 0.1.11 26.27 154.77 181.04 OK
r-patched-solaris-x86 0.1.11 220.00 ERROR
r-release-linux-x86_64 0.1.11 30.15 154.80 184.95 OK
r-release-macos-x86_64 0.1.11 ERROR
r-release-windows-ix86+x86_64 0.1.11 62.00 278.00 340.00 NOTE
r-oldrel-macos-x86_64 0.1.11 ERROR
r-oldrel-windows-ix86+x86_64 0.1.11 79.00 316.00 395.00 NOTE

Check Details

Version: 0.1.11
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘rgdal’ ‘rgeos’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86

Version: 0.1.11
Check: installed package size
Result: NOTE
     installed size is 9.8Mb
     sub-directories of 1Mb or more:
     extdata 2.8Mb
     libs 6.5Mb
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.11
Check: examples
Result: ERROR
    Running examples in ‘rGEDI-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: clipLevel1BGeo
    > ### Title: Clip GEDI Full Waveform Geolocations by Coordinates
    > ### Aliases: clipLevel1BGeo
    >
    > ### ** Examples
    >
    > # Specifying the path to GEDI level1B data (zip file)
    > outdir = tempdir()
    > level1B_fp_zip <- system.file("extdata",
    + "GEDI01_B_2019108080338_O01964_T05337_02_003_01_sub.zip",
    + package="rGEDI")
    >
    > # Unzipping GEDI level1B data
    > level1Bpath <- unzip(level1B_fp_zip,exdir = outdir)
    >
    > # Reading GEDI level1B data (h5 file)
    > level1b<-readLevel1B(level1Bpath=level1Bpath)
    >
    > # Extracting GEDI Full Waveform Geolocations
    > level1bGeo<-getLevel1BGeo(level1b)
    
     |
     | | 0%
     |
     |= | 2%Error in self$read_low_level(file_space = self_space_id, mem_space = mem_space_id, :
     HDF5-API Errors:
     error #000: H5T.c in H5Tget_class(): line 1876: not a datatype
     class: HDF5
     major: Invalid arguments to routine
     minor: Inappropriate type
    Calls: getLevel1BGeo ... assign -> [ -> [.H5D -> <Anonymous> -> <Anonymous> -> .Call
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.1.11
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64