CRAN Package Check Results for Package insol

Last updated on 2023-02-27 09:50:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.2 3.24 45.02 48.26 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.2 2.56 34.73 37.29 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.2 64.16 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2.2 60.77 ERROR
r-devel-windows-x86_64 1.2.2 37.00 100.00 137.00 OK
r-patched-linux-x86_64 1.2.2 4.82 44.20 49.02 ERROR
r-release-linux-x86_64 1.2.2 3.02 44.29 47.31 ERROR
r-release-macos-arm64 1.2.2 33.00 OK
r-release-macos-x86_64 1.2.2 42.00 OK
r-release-windows-x86_64 1.2.2 25.00 94.00 119.00 OK
r-oldrel-macos-arm64 1.2.2 35.00 OK
r-oldrel-macos-x86_64 1.2.2 49.00 OK
r-oldrel-windows-ix86+x86_64 1.2.2 11.00 111.00 122.00 OK

Check Details

Version: 1.2.2
Check: examples
Result: ERROR
    Running examples in ‘insol-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: hillshading
    > ### Title: Intensity of illumination over a surface
    > ### Aliases: hillshading
    >
    > ### ** Examples
    >
    > ## Not run:
    > ##D ## From the "Obligatory Mathematical surface" in persp3d {rgl}
    > ##D ## this shows the cast shdows clearly, but there is some interference with rgl internal
    > ##D ## lit parameters
    > ##D require(rgl)
    > ##D x = seq(-10, 10, length= 300)
    > ##D y = x
    > ##D f = function(x,y) { r <- sqrt(x^2+y^2); 10 * sin(r)/r }
    > ##D z = outer(x, y, f)
    > ##D z[is.na(z)] = 1
    > ##D zgr = cgrad(z,2/30)
    > ##D sv = normalvector(55,315)
    > ##D hsh = zgr[,,1]*sv[1]+zgr[,,2]*sv[2]+zgr[,,3]*sv[3]
    > ##D hsh = (hsh+abs(hsh))/2
    > ##D sh = doshade(z,sv,2/30)
    > ##D hshsh = hsh*sh
    > ##D hshsh = t(hshsh[nrow(hshsh):1,])
    > ##D open3d()
    > ##D rgl.light(viewpoint.rel = F, ambient = "#FFFFFF", diffuse = "#FFFFFF", specular = "#000000")
    > ##D persp3d(x, y, z, col=grey(hshsh))
    > ## End(Not run)
    >
    > ## Hillshading on mountain terrain, sun at NW, 35 degrees elevation
    > zipfile = tempfile()
    > download.file("https://meteoexploration.com/R/insol/data/dempyrenees.asc.zip",zipfile)
    trying URL 'https://meteoexploration.com/R/insol/data/dempyrenees.asc.zip'
    Warning in download.file("https://meteoexploration.com/R/insol/data/dempyrenees.asc.zip", :
     URL 'https://meteoexploration.com/R/insol/data/dempyrenees.asc.zip': status was 'SSL peer certificate or SSH remote key was not OK'
    Error in download.file("https://meteoexploration.com/R/insol/data/dempyrenees.asc.zip", :
     cannot open URL 'https://meteoexploration.com/R/insol/data/dempyrenees.asc.zip'
    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: 1.2.2
Check: examples
Result: ERROR
    Running examples in ‘insol-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: hillshading
    > ### Title: Intensity of illumination over a surface
    > ### Aliases: hillshading
    >
    > ### ** Examples
    >
    > ## Not run:
    > ##D ## From the "Obligatory Mathematical surface" in persp3d {rgl}
    > ##D ## this shows the cast shdows clearly, but there is some interference with rgl internal
    > ##D ## lit parameters
    > ##D require(rgl)
    > ##D x = seq(-10, 10, length= 300)
    > ##D y = x
    > ##D f = function(x,y) { r <- sqrt(x^2+y^2); 10 * sin(r)/r }
    > ##D z = outer(x, y, f)
    > ##D z[is.na(z)] = 1
    > ##D zgr = cgrad(z,2/30)
    > ##D sv = normalvector(55,315)
    > ##D hsh = zgr[,,1]*sv[1]+zgr[,,2]*sv[2]+zgr[,,3]*sv[3]
    > ##D hsh = (hsh+abs(hsh))/2
    > ##D sh = doshade(z,sv,2/30)
    > ##D hshsh = hsh*sh
    > ##D hshsh = t(hshsh[nrow(hshsh):1,])
    > ##D open3d()
    > ##D rgl.light(viewpoint.rel = F, ambient = "#FFFFFF", diffuse = "#FFFFFF", specular = "#000000")
    > ##D persp3d(x, y, z, col=grey(hshsh))
    > ## End(Not run)
    >
    > ## Hillshading on mountain terrain, sun at NW, 35 degrees elevation
    > zipfile = tempfile()
    > download.file("https://meteoexploration.com/R/insol/data/dempyrenees.asc.zip",zipfile)
    trying URL 'https://meteoexploration.com/R/insol/data/dempyrenees.asc.zip'
    Warning in download.file("https://meteoexploration.com/R/insol/data/dempyrenees.asc.zip", :
     URL 'https://meteoexploration.com/R/insol/data/dempyrenees.asc.zip': status was 'SSL peer certificate or SSH remote key was not OK'
    Error in download.file("https://meteoexploration.com/R/insol/data/dempyrenees.asc.zip", :
     cannot open URL 'https://meteoexploration.com/R/insol/data/dempyrenees.asc.zip'
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc