CRAN Package Check Results for Package GSIF

Last updated on 2020-08-07 01:49:46 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5-5.1 34.85 211.65 246.50 NOTE
r-devel-linux-x86_64-debian-gcc 0.5-5.1 29.74 160.38 190.12 NOTE
r-devel-linux-x86_64-fedora-clang 0.5-5.1 310.53 NOTE
r-devel-linux-x86_64-fedora-gcc 0.5-5.1 312.67 NOTE
r-devel-windows-ix86+x86_64 0.5-5.1 82.00 233.00 315.00 OK
r-patched-linux-x86_64 0.5-5.1 36.89 207.32 244.21 NOTE
r-patched-solaris-x86 0.5-5.1 370.20 ERROR
r-release-linux-x86_64 0.5-5.1 35.72 210.18 245.90 NOTE
r-release-macos-x86_64 0.5-5.1 NOTE
r-release-windows-ix86+x86_64 0.5-5.1 82.00 235.00 317.00 OK
r-oldrel-macos-x86_64 0.5-5.1 OK
r-oldrel-windows-ix86+x86_64 0.5-5.1 46.00 190.00 236.00 OK

Check Details

Version: 0.5-5.1
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: 'SDMTools'
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64

Version: 0.5-5.1
Check: for non-standard things in the check directory
Result: NOTE
    Found the following files/directories:
     'ORCDRC.txt'
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-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.5-5.1
Check: examples
Result: ERROR
    Running examples in ‘GSIF-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: SoilGrids-class
    > ### Title: A class for SoilGrids - soil property and/or class maps
    > ### Aliases: SoilGrids-class SoilGrids
    > ### Keywords: classes
    >
    > ### ** Examples
    >
    > # load soil samples from the plotKML package:
    > library(plotKML)
    plotKML version 0.6-1 (2020-03-08)
    URL: http://plotkml.r-forge.r-project.org/
    > library(aqp)
    This is aqp 1.19
    
    Attaching package: ‘aqp’
    
    The following object is masked from ‘package:base’:
    
     union
    
    > library(plyr)
    > library(splines)
    > library(rgdal)
    Loading required package: sp
    rgdal: version: 1.5-15, (SVN revision 1045)
    Geospatial Data Abstraction Library extensions to R successfully loaded
    Loaded GDAL runtime: GDAL 2.2.4, released 2018/03/19
    Path to GDAL shared files: /usr/local/share/gdal
    GDAL binary built with GEOS: TRUE
    Loaded PROJ runtime: Rel. 5.2.0, September 15th, 2018, [PJ_VERSION: 520]
    Path to PROJ shared files: (autodetected)
    Linking to sp version:1.4-2
    > library(raster)
    
    Attaching package: ‘raster’
    
    The following objects are masked from ‘package:aqp’:
    
     metadata, metadata<-
    
    >
    > data(eberg)
    > ## subset data to 10%:
    > eberg <- eberg[runif(nrow(eberg)) < .1,]
    > ## sites table:
    > s.lst <- c("ID", "soiltype", "TAXGRSC", "X", "Y")
    > h.lst <- c("UHDICM","LHDICM","SNDMHT","SLTMHT","CLYMHT")
    > sites <- eberg[,s.lst]
    > ## get horizons table:
    > horizons <- getHorizons(eberg, idcol="ID", sel=h.lst)
    > ## create object of type "SoilProfileCollection"
    > eberg.spc <- join(horizons, sites, type='inner')
    Joining by: ID
    > depths(eberg.spc) <- ID ~ UHDICM + LHDICM
    Warning: converting IDs from factor to character
    > site(eberg.spc) <- as.formula(paste("~", paste(s.lst[-1], collapse="+"), sep=""))
    > coordinates(eberg.spc) <- ~X+Y
    > proj4string(eberg.spc) <- CRS("+init=epsg:31467")
    > ## convert to logits:
    > eberg.spc@horizons$SNDMHT.t <- log((eberg.spc@horizons$SNDMHT/100)/
    + (1-eberg.spc@horizons$SNDMHT/100))
    > ## convert to geosamples:
    > eberg.geo <- as.geosamples(eberg.spc)
    Reprojecting to +init=epsg:4326 +proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0 ...
    Warning in wkt(obj) : CRS object has no comment
    Warning in wkt(CRS(tg)) : CRS object has no comment
    Error in project(t(bbox(obj))[, 1:2], tg, inv = TRUE, use_aoi = FALSE) :
     is.character(proj) is not TRUE
    Calls: as.geosamples ... spTransform -> spTransform -> get_aoi -> project -> stopifnot
    Execution halted
Flavor: r-patched-solaris-x86