Last updated on 2018-11-24 00:51:15 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.3 | 2.16 | 30.42 | 32.58 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.3 | 1.76 | 24.19 | 25.95 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.3 | 38.30 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 36.17 | OK | |||
r-devel-windows-ix86+x86_64 | 0.0.3 | 6.00 | 49.00 | 55.00 | OK | |
r-patched-linux-x86_64 | 0.0.3 | 2.16 | 28.43 | 30.59 | OK | |
r-patched-solaris-x86 | 0.0.3 | 58.20 | ERROR | |||
r-release-linux-x86_64 | 0.0.3 | 2.29 | 28.43 | 30.72 | OK | |
r-release-windows-ix86+x86_64 | 0.0.3 | 7.00 | 53.00 | 60.00 | OK | |
r-release-osx-x86_64 | 0.0.3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.3 | 7.00 | 45.00 | 52.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