Last updated on 2021-02-26 02:49:40 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.1 | 15.47 | 149.16 | 164.63 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.1 | 12.02 | 106.82 | 118.84 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.1 | 197.19 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.1 | 181.98 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.0.1 | 20.00 | 143.00 | 163.00 | OK | |
r-patched-linux-x86_64 | 2.0.1 | 11.97 | 134.73 | 146.70 | OK | |
r-patched-solaris-x86 | 2.0.1 | 278.70 | NOTE | |||
r-release-linux-x86_64 | 2.0.1 | 12.99 | 133.84 | 146.83 | OK | |
r-release-macos-x86_64 | 2.0.1 | ERROR | ||||
r-release-windows-ix86+x86_64 | 2.0.1 | 32.00 | 186.00 | 218.00 | OK | |
r-oldrel-macos-x86_64 | 2.0.1 | ERROR |
Version: 2.0.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘graphics’
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, r-release-macos-x86_64
Version: 2.0.1
Check: examples
Result: ERROR
Running examples in ‘RavenR-Ex.R’ failed
The error most likely occurred in:
> ### Name: rvn_gen_gridweights
> ### Title: Generate Raven grid weights from shapefile
> ### Aliases: rvn_gen_gridweights
>
> ### ** Examples
>
>
> # load example rvh file
> nith <- system.file("extdata",'Nith.rvh', package = "RavenR")
> rvh <- rvn_rvh_read(nith)
>
> # adjust HRU shapefile to one per subbasin for demonstration
> rvh$HRUtable <- rvh$HRUtable[c(1,6,15,25),]
> rvh$HRUtable$Area <- rvh$SBtable$Area
> rvh$HRUtable$ID <- rvh$HRUtable$SBID
>
> # define HRU shapefile (use subbasin shapefile for example)
> HRUshpfile <- system.file("extdata","Nith_shapefile_sample.shp",package = "RavenR")
>
> # write grid shapefile from netcdf file
> nithnc <- system.file("extdata/Nith_era5_sample.nc", package="RavenR")
> Gridshpfile <- file.path(tempdir(), "Nith_gridcells.shp")
> myshp <- rvn_netcdf_to_gridshp(ncfile=nithnc, projID=26917, outshp=Gridshpfile)
Warning in CPL_write_ogr(obj, dsn, layer, driver, as.character(dataset_options), :
GDAL Error 1: /Volumes/Temp/tmp/RtmpXPWM5n/Nith_gridcells.shp does not appear to be a file or directory.
Deleting source `/Volumes/Temp/tmp/RtmpXPWM5n/Nith_gridcells.shp' failed
Writing layer `Nith_gridcells' to data source `/Volumes/Temp/tmp/RtmpXPWM5n/Nith_gridcells.shp' using driver `ESRI Shapefile'
Writing 35 features with 5 fields and geometry type Polygon.
[1] "/Volumes/Temp/tmp/RtmpXPWM5n/Nith_gridcells.shp written to file"
>
> # generate .rvt file of grid weights
> ValidHRUIDs <- rvh$HRUtable$ID
> tfout <- file.path(tempdir(), "Nith_GridWeights.rvt")
> rvn_gen_gridweights(HRUshpfile, Gridshpfile, ValidHRUIDs,
+ gridIDcol = 'GridIDs', HRUIDcol = "subID", outfile = tfout)
OGR data source with driver: ESRI Shapefile
Source: "/Volumes/Builds/packages/high-sierra-x86_64/results/4.0/RavenR.Rcheck/RavenR/extdata", layer: "Nith_shapefile_sample"
with 4 features
It has 4 fields
Integer64 fields read as strings: subID
OGR data source with driver: ESRI Shapefile
Source: "/Volumes/Temp/tmp/RtmpXPWM5n", layer: "Nith_gridcells"
with 35 features
It has 5 fields
Error in rvn_gen_gridweights(HRUshpfile, Gridshpfile, ValidHRUIDs, gridIDcol = "GridIDs", :
The projections of the HRU and grid shapefiles need to be the same, please reproject the shapefiles accordingly.
Execution halted
Flavor: r-release-macos-x86_64
Version: 2.0.1
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-macos-x86_64