Last updated on 2019-03-27 00:48:06 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.3 | 3.39 | 30.21 | 33.60 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.3 | 2.57 | 24.01 | 26.58 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.3 | 40.63 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 38.63 | OK | |||
r-devel-windows-ix86+x86_64 | 0.0.3 | 8.00 | 45.00 | 53.00 | OK | |
r-patched-linux-x86_64 | 0.0.3 | 2.30 | 28.59 | 30.89 | OK | |
r-patched-solaris-x86 | 0.0.3 | 56.50 | ERROR | |||
r-release-linux-x86_64 | 0.0.3 | 2.03 | 28.73 | 30.76 | OK | |
r-release-windows-ix86+x86_64 | 0.0.3 | 10.00 | 45.00 | 55.00 | OK | |
r-release-osx-x86_64 | 0.0.3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.3 | 5.00 | 64.00 | 69.00 | OK | |
r-oldrel-osx-x86_64 | 0.0.3 | OK |
Version: 0.0.3
Check: examples
Result: ERROR
Running examples in ‘ncdump-Ex.R’ failed
The error most likely occurred in:
> ### Name: NetCDF
> ### Title: Information about a NetCDF file, in convenient form.
> ### Aliases: NetCDF
>
> ### ** Examples
>
> rnc <- NetCDF(system.file("extdata", "S2008001.L3m_DAY_CHL_chlor_a_9km.nc", package= "ncdump"))
Error in R_nc4_open: NetCDF: HDF error
Error in ncdf4::nc_open(x) :
Error in nc_open trying to open file /home/ripley/R/Lib32/ncdump/extdata/S2008001.L3m_DAY_CHL_chlor_a_9km.nc
Calls: NetCDF -> <Anonymous>
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ncdump)
>
> test_check("ncdump")
Error in R_nc4_open: NetCDF: HDF error
── 1. Error: (unknown) (@testbasic.r#6) ───────────────────────────────────────
Error in nc_open trying to open file /home/ripley/R/Lib32/ncdump/extdata/S2008001.L3m_DAY_CHL_chlor_a_9km.nc
1: NetCDF(ifile) at testthat/testbasic.r:6
2: ncdf4::nc_open(x)
3: stop(paste("Error in nc_open trying to open file", filename))
══ testthat results ═══════════════════════════════════════════════════════════
OK: 0 SKIPPED: 0 FAILED: 1
1. Error: (unknown) (@testbasic.r#6)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86