CRAN Package Check Results for Package shadow

Last updated on 2023-07-07 06:51:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.1 23.71 353.38 377.09 ERROR
r-devel-linux-x86_64-debian-gcc 0.7.1 24.94 255.11 280.05 ERROR
r-devel-linux-x86_64-fedora-clang 0.7.1 488.12 ERROR
r-devel-linux-x86_64-fedora-gcc 0.7.1 477.87 NOTE
r-devel-windows-x86_64 0.7.1 23.00 215.00 238.00 ERROR
r-patched-linux-x86_64 0.7.1 30.13 335.47 365.60 ERROR
r-release-linux-x86_64 0.7.1 27.48 339.45 366.93 ERROR
r-release-macos-arm64 0.7.1 113.00 NOTE
r-release-macos-x86_64 0.7.1 216.00 NOTE
r-release-windows-x86_64 0.7.1 34.00 313.00 347.00 ERROR
r-oldrel-macos-arm64 0.7.1 90.00 OK
r-oldrel-macos-x86_64 0.7.1 130.00 OK
r-oldrel-windows-x86_64 0.7.1 32.00 301.00 333.00 ERROR

Check Details

Version: 0.7.1
Check: package subdirectories
Result: NOTE
    Problems with news in ‘NEWS.md’:
     Cannot extract version info from the following section titles:
     Other ideas
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-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 0.7.1
Check: examples
Result: ERROR
    Running examples in ‘shadow-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: shadowFootprint
    > ### Title: Shadow footprint on the ground
    > ### Aliases: shadowFootprint
    > ### shadowFootprint,SpatialPolygonsDataFrame-method
    >
    > ### ** Examples
    >
    > time = as.POSIXct("2004-12-24 13:30:00", tz = "Asia/Jerusalem")
    > proj4string(build) = CRS("+init=epsg:32636")
    Warning in CRS("+init=epsg:32636") :
     sf required for evolution_status==2L
    > location_geo = matrix(c(34.7767978098526, 31.9665936050395), ncol = 2)
    > solar_pos = maptools::solarpos(location_geo, time)
    Please note that 'maptools' will be retired during October 2023,
    plan transition at your earliest convenience (see
    https://r-spatial.org/r/2023/05/15/evolution4.html and earlier blogs
    for guidance);some functionality will be moved to 'sp'.
     Checking rgeos availability: TRUE
    Warning in CRS("+proj=longlat +datum=WGS84") :
     sf required for evolution_status==2L
    Warning in is.projected(p4str) : Package sf not available
    > footprint1 = ## Using 'solar_pos'
    + shadowFootprint(
    + obstacles = build,
    + obstacles_height_field = "BLDG_HT",
    + solar_pos = solar_pos
    + )
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning: GEOS support is provided by the sf and terra packages among others
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning: GEOS support is provided by the sf and terra packages among others
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning: GEOS support is provided by the sf and terra packages among others
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning: GEOS support is provided by the sf and terra packages among others
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning: GEOS support is provided by the sf and terra packages among others
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning: GEOS support is provided by the sf and terra packages among others
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning: GEOS support is provided by the sf and terra packages among others
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning: GEOS support is provided by the sf and terra packages among others
    > footprint2 = ## Using 'time'
    + shadowFootprint(
    + obstacles = build,
    + obstacles_height_field = "BLDG_HT",
    + time = time
    + )
    Warning in CRS("+init=epsg:4326") :
     sf required for evolution_status==2L
    Error in sp::spTransform(location_ctr, CRS("+init=epsg:4326")) :
     sf required for evolution_status==2L
    Calls: shadowFootprint ... .checkSolarPos -> is -> solarpos2 -> <Anonymous> -> <Anonymous>
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.7.1
Check: examples
Result: ERROR
    Running examples in ‘shadow-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: shadowFootprint
    > ### Title: Shadow footprint on the ground
    > ### Aliases: shadowFootprint
    > ### shadowFootprint,SpatialPolygonsDataFrame-method
    >
    > ### ** Examples
    >
    > time = as.POSIXct("2004-12-24 13:30:00", tz = "Asia/Jerusalem")
    > proj4string(build) = CRS("+init=epsg:32636")
    Warning in CRS("+init=epsg:32636") :
     sf required for evolution_status==2L
    > location_geo = matrix(c(34.7767978098526, 31.9665936050395), ncol = 2)
    > solar_pos = maptools::solarpos(location_geo, time)
    Please note that 'maptools' will be retired during October 2023,
    plan transition at your earliest convenience (see
    https://r-spatial.org/r/2023/05/15/evolution4.html and earlier blogs
    for guidance);some functionality will be moved to 'sp'.
     Checking rgeos availability: TRUE
    Warning in CRS("+proj=longlat +datum=WGS84") :
     sf required for evolution_status==2L
    Warning in is.projected(p4str) : Package sf not available
    > footprint1 = ## Using 'solar_pos'
    + shadowFootprint(
    + obstacles = build,
    + obstacles_height_field = "BLDG_HT",
    + solar_pos = solar_pos
    + )
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning: GEOS support is provided by the sf and terra packages among others
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning: GEOS support is provided by the sf and terra packages among others
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning: GEOS support is provided by the sf and terra packages among others
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning: GEOS support is provided by the sf and terra packages among others
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning: GEOS support is provided by the sf and terra packages among others
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning: GEOS support is provided by the sf and terra packages among others
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning: GEOS support is provided by the sf and terra packages among others
    Warning in is.projected(p4str) : Package sf not available
    Warning in is.projected(p4str) : Package sf not available
    Warning: GEOS support is provided by the sf and terra packages among others
    > footprint2 = ## Using 'time'
    + shadowFootprint(
    + obstacles = build,
    + obstacles_height_field = "BLDG_HT",
    + time = time
    + )
    Warning in CRS("+init=epsg:4326") :
     sf required for evolution_status==2L
    Error in sp::spTransform(location_ctr, CRS("+init=epsg:4326")) :
     sf required for evolution_status==2L
    Calls: shadowFootprint ... .checkSolarPos -> is -> solarpos2 -> <Anonymous> -> <Anonymous>
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64