CRAN Package Check Results for Package water

Last updated on 2021-10-05 20:52:53 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8 15.54 176.57 192.11 OK
r-devel-linux-x86_64-debian-gcc 0.8 13.13 137.43 150.56 OK
r-devel-linux-x86_64-fedora-clang 0.8 243.83 OK
r-devel-linux-x86_64-fedora-gcc 0.8 233.13 OK
r-devel-windows-x86_64 0.8 22.00 150.00 172.00 OK
r-devel-windows-x86_64-gcc10-UCRT 0.8 OK
r-patched-linux-x86_64 0.8 15.45 185.43 200.88 OK
r-patched-solaris-x86 0.8 207.50 OK
r-release-linux-x86_64 0.8 16.68 184.55 201.23 OK
r-release-macos-arm64 0.8 ERROR
r-release-macos-x86_64 0.8 OK
r-release-windows-ix86+x86_64 0.8 29.00 205.00 234.00 OK
r-oldrel-macos-x86_64 0.8 OK
r-oldrel-windows-ix86+x86_64 0.8 22.00 219.00 241.00 OK

Check Details

Version: 0.8
Check: examples
Result: ERROR
    Running examples in ‘water-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: read.WSdata
    > ### Title: Prepares weather station data
    > ### Aliases: read.WSdata
    >
    > ### ** Examples
    >
    > csvfile <- system.file("extdata", "apples.csv", package="water")
    > MTLfile <- system.file("extdata", "L7.MTL.txt", package="water")
    > WS <- read.WSdata(WSdata = csvfile, date.format = "%d/%m/%Y",
    + lat=-35.42222, long= -71.38639, elev=201, height= 2.2,
    + columns=c("date" = 1, "time" = 2, "radiation" = 3,
    + "wind" = 4, "RH" = 6, "temp" = 7, "rain" = 8),
    + MTL = MTLfile)
    Warning in read.WSdata(WSdata = csvfile, date.format = "%d/%m/%Y", lat = -35.42222, :
     As tz = "", assuming the weather station time zone is Pacific/Auckland
    Error in Ops.data.frame(WS.after, WS.prev) :
     ‘-’ only defined for equally-sized data frames
    Calls: read.WSdata -> Ops.data.frame
    Execution halted
Flavor: r-release-macos-arm64

Version: 0.8
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building ‘Landsat8.Rmd’ using rmarkdown
    Loading required package: raster
    Loading required package: sp
    Loading required package: rgdal
    Please note that rgdal will be retired by the end of 2023,
    plan transition to sf/stars/terra functions using GDAL and PROJ
    at your earliest convenience.
    
    rgdal: version: 1.5-27, (SVN revision 1148)
    Geospatial Data Abstraction Library extensions to R successfully loaded
    Loaded GDAL runtime: GDAL 3.2.3, released 2021/04/27
    Path to GDAL shared files: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.1/rgdal/gdal
    GDAL binary built with GEOS: TRUE
    Loaded PROJ runtime: Rel. 7.2.1, January 1st, 2021, [PJ_VERSION: 721]
    Path to PROJ shared files: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.1/rgdal/proj
    PROJ CDN enabled: FALSE
    Linking to sp version:1.4-5
    To mute warnings of possible GDAL/OSR exportToProj4() degradation,
    use options("rgdal_show_exportToProj4_warnings"="none") before loading sp or rgdal.
    Overwritten PROJ_LIB was /Volumes/Builds/packages/big-sur-arm64/Rlib/4.1/rgdal/proj
    Warning in `[<-`(`*tmp*`, i, value = raster(list.files(path = path, pattern = paste0(image_pattern, :
     implicit list embedding of S4 objects is deprecated
    Warning in `[<-`(`*tmp*`, i, value = raster(list.files(path = path, pattern = paste0(image_pattern, :
     implicit list embedding of S4 objects is deprecated
    Warning in `[<-`(`*tmp*`, i, value = raster(list.files(path = path, pattern = paste0(image_pattern, :
     implicit list embedding of S4 objects is deprecated
    Warning in `[<-`(`*tmp*`, i, value = raster(list.files(path = path, pattern = paste0(image_pattern, :
     implicit list embedding of S4 objects is deprecated
    Warning in `[<-`(`*tmp*`, i, value = raster(list.files(path = path, pattern = paste0(image_pattern, :
     implicit list embedding of S4 objects is deprecated
    Warning in `[<-`(`*tmp*`, i, value = raster(list.files(path = path, pattern = paste0(image_pattern, :
     implicit list embedding of S4 objects is deprecated
    Warning in `[<-`(`*tmp*`, i, value = raster(list.files(path = path, pattern = paste0(image_pattern, :
     implicit list embedding of S4 objects is deprecated
    Warning in `[<-`(`*tmp*`, i, value = raster(list.files(path = path, pattern = paste0(image_pattern, :
     implicit list embedding of S4 objects is deprecated
    Warning in `[<-`(`*tmp*`, i, value = raster(files[i])) :
     implicit list embedding of S4 objects is deprecated
    Warning in `[<-`(`*tmp*`, i, value = raster(files[i])) :
     implicit list embedding of S4 objects is deprecated
    Warning in `[<-`(`*tmp*`, i, value = raster(files[i])) :
     implicit list embedding of S4 objects is deprecated
    Warning in `[<-`(`*tmp*`, i, value = raster(files[i])) :
     implicit list embedding of S4 objects is deprecated
    Warning in `[<-`(`*tmp*`, i, value = raster(files[i])) :
     implicit list embedding of S4 objects is deprecated
    Warning in `[<-`(`*tmp*`, i, value = raster(files[i])) :
     implicit list embedding of S4 objects is deprecated
    Warning in read.WSdata(WSdata = csvfile, datetime.format = "%Y/%m/%d %H:%M", :
     As tz = "", assuming the weather station time zone is Pacific/Auckland
    Quitting from lines 40-53 (Landsat8.Rmd)
    Error: processing vignette 'Landsat8.Rmd' failed with diagnostics:
    '-' only defined for equally-sized data frames
    --- failed re-building ‘Landsat8.Rmd’
    
    --- re-building ‘METRIC_advanced.Rmd’ using rmarkdown
    Loading required package: raster
    Loading required package: sp
    Loading required package: rgdal
    Please note that rgdal will be retired by the end of 2023,
    plan transition to sf/stars/terra functions using GDAL and PROJ
    at your earliest convenience.
    
    rgdal: version: 1.5-27, (SVN revision 1148)
    Geospatial Data Abstraction Library extensions to R successfully loaded
    Loaded GDAL runtime: GDAL 3.2.3, released 2021/04/27
    Path to GDAL shared files: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.1/rgdal/gdal
    GDAL binary built with GEOS: TRUE
    Loaded PROJ runtime: Rel. 7.2.1, January 1st, 2021, [PJ_VERSION: 721]
    Path to PROJ shared files: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.1/rgdal/proj
    PROJ CDN enabled: FALSE
    Linking to sp version:1.4-5
    To mute warnings of possible GDAL/OSR exportToProj4() degradation,
    use options("rgdal_show_exportToProj4_warnings"="none") before loading sp or rgdal.
    Overwritten PROJ_LIB was /Volumes/Builds/packages/big-sur-arm64/Rlib/4.1/rgdal/proj
    Quitting from lines 65-72 (METRIC_advanced.Rmd)
    Error: processing vignette 'METRIC_advanced.Rmd' failed with diagnostics:
    '-' only defined for equally-sized data frames
    --- failed re-building ‘METRIC_advanced.Rmd’
    
    --- re-building ‘METRIC_simple.Rmd’ using rmarkdown
    Loading required package: raster
    Loading required package: sp
    Loading required package: rgdal
    Please note that rgdal will be retired by the end of 2023,
    plan transition to sf/stars/terra functions using GDAL and PROJ
    at your earliest convenience.
    
    rgdal: version: 1.5-27, (SVN revision 1148)
    Geospatial Data Abstraction Library extensions to R successfully loaded
    Loaded GDAL runtime: GDAL 3.2.3, released 2021/04/27
    Path to GDAL shared files: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.1/rgdal/gdal
    GDAL binary built with GEOS: TRUE
    Loaded PROJ runtime: Rel. 7.2.1, January 1st, 2021, [PJ_VERSION: 721]
    Path to PROJ shared files: /Volumes/Builds/packages/big-sur-arm64/Rlib/4.1/rgdal/proj
    PROJ CDN enabled: FALSE
    Linking to sp version:1.4-5
    To mute warnings of possible GDAL/OSR exportToProj4() degradation,
    use options("rgdal_show_exportToProj4_warnings"="none") before loading sp or rgdal.
    Overwritten PROJ_LIB was /Volumes/Builds/packages/big-sur-arm64/Rlib/4.1/rgdal/proj
    Quitting from lines 64-71 (METRIC_simple.Rmd)
    Error: processing vignette 'METRIC_simple.Rmd' failed with diagnostics:
    '-' only defined for equally-sized data frames
    --- failed re-building ‘METRIC_simple.Rmd’
    
    SUMMARY: processing the following files failed:
     ‘Landsat8.Rmd’ ‘METRIC_advanced.Rmd’ ‘METRIC_simple.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-release-macos-arm64