CRAN Package Check Results for Package ncmeta

Last updated on 2018-06-20 01:50:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.2 3.02 36.04 39.06 OK
r-devel-linux-x86_64-debian-gcc 0.0.2 2.16 28.60 30.76 OK
r-devel-linux-x86_64-fedora-clang 0.0.2 45.24 OK
r-devel-linux-x86_64-fedora-gcc 0.0.2 43.16 OK
r-devel-windows-ix86+x86_64 0.0.2 10.00 56.00 66.00 OK
r-patched-linux-x86_64 0.0.2 2.70 31.29 33.99 OK
r-patched-solaris-x86 0.0.2 60.20 ERROR
r-release-linux-x86_64 0.0.2 2.75 31.41 34.16 OK
r-release-windows-ix86+x86_64 0.0.2 4.00 96.00 100.00 OK
r-release-osx-x86_64 0.0.2 OK
r-oldrel-windows-ix86+x86_64 0.0.2 6.00 44.00 50.00 OK
r-oldrel-osx-x86_64 0.0.2 OK

Check Details

Version: 0.0.2
Check: examples
Result: ERROR
    Running examples in ‘ncmeta-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: nc_att
    > ### Title: NetCDF attributes
    > ### Aliases: nc_att nc_att nc_att.NetCDF nc_att nc_att.character
    >
    > ### ** Examples
    >
    > f <- system.file("extdata", "S2008001.L3m_DAY_CHL_chlor_a_9km.nc", package = "ncmeta")
    > nc_att(f, 0, 0)
    Error: NetCDF: HDF error
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.0.2
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(ncmeta)
     >
     > test_check("ncmeta")
     ── 1. Error: failure is graceful (@test-attributes.R#38) ──────────────────────
     NetCDF: HDF error
     1: expect_warning(abin <- nc_atts(l3binfile), "no variables recognizable") at testthat/test-attributes.R:38
     2: quasi_capture(enquo(object), capture_warnings, label = label)
     3: capture(act$val <- eval_bare(get_expr(quo), get_env(quo)))
     4: withCallingHandlers(code, warning = function(condition) {
     out$push(condition)
     invokeRestart("muffleWarning")
     })
     5: eval_bare(get_expr(quo), get_env(quo))
     6: nc_atts(l3binfile)
     7: nc_atts.character(l3binfile)
     8: RNetCDF::open.nc(x)
     9: stop(nc$errmsg, call. = FALSE)
    
     ── 2. Error: file specific dimension inquiry works (@test-dimension.R#6) ──────
     NetCDF: HDF error
     1: nc_dim(f, 0) %>% expect_s3_class("tbl_df") at testthat/test-dimension.R:6
     2: eval(lhs, parent, parent)
     3: eval(lhs, parent, parent)
     4: nc_dim(f, 0)
     5: nc_dim.character(f, 0)
     6: RNetCDF::open.nc(x)
     7: stop(nc$errmsg, call. = FALSE)
    
     ── 3. Error: file all dimensions inquiry works (@test-dimension.R#20) ─────────
     NetCDF: HDF error
     1: nc_dims(f) %>% expect_s3_class("tbl_df") at testthat/test-dimension.R:20
     2: eval(lhs, parent, parent)
     3: eval(lhs, parent, parent)
     4: nc_dims(f)
     5: nc_dims.character(f)
     6: RNetCDF::open.nc(x)
     7: stop(nc$errmsg, call. = FALSE)
    
     ── 4. Error: file inquiry works (@test-file.R#10) ─────────────────────────────
     NetCDF: HDF error
     1: nc_inq(f) %>% expect_s3_class("tbl_df") at testthat/test-file.R:10
     2: eval(lhs, parent, parent)
     3: eval(lhs, parent, parent)
     4: nc_inq(f)
     5: nc_inq.character(f)
     6: dplyr::bind_rows(lapply(x, ifun), .id = "filename")
     7: flatten_bindable(dots_values(...))
     8: dots_values(...)
     9: lapply(x, ifun)
     10: FUN(X[[i]], ...)
     11: RNetCDF::open.nc(x)
     12: stop(nc$errmsg, call. = FALSE)
    
     ── 5. Error: multiple file inquiry works (@test-file.R#22) ────────────────────
     NetCDF: HDF error
     1: nc_inq(c(f, f)) %>% expect_s3_class("tbl_df") at testthat/test-file.R:22
     2: eval(lhs, parent, parent)
     3: eval(lhs, parent, parent)
     4: nc_inq(c(f, f))
     5: nc_inq.character(c(f, f))
     6: dplyr::bind_rows(lapply(x, ifun), .id = "filename")
     7: flatten_bindable(dots_values(...))
     8: dots_values(...)
     9: lapply(x, ifun)
     10: FUN(X[[i]], ...)
     11: RNetCDF::open.nc(x)
     12: stop(nc$errmsg, call. = FALSE)
    
     ── 6. Error: vars works (@test-vars.R#5) ──────────────────────────────────────
     NetCDF: HDF error
     1: nc_vars(f) at testthat/test-vars.R:5
     2: nc_vars.character(f)
     3: RNetCDF::open.nc(x)
     4: stop(nc$errmsg, call. = FALSE)
    
     ── 7. Error: grids works (@test-vars.R#19) ────────────────────────────────────
     NetCDF: HDF error
     1: nc_grids(f) at testthat/test-vars.R:19
     2: nc_grids.character(f)
     3: RNetCDF::open.nc(x)
     4: stop(nc$errmsg, call. = FALSE)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 2 SKIPPED: 6 FAILED: 7
     1. Error: failure is graceful (@test-attributes.R#38)
     2. Error: file specific dimension inquiry works (@test-dimension.R#6)
     3. Error: file all dimensions inquiry works (@test-dimension.R#20)
     4. Error: file inquiry works (@test-file.R#10)
     5. Error: multiple file inquiry works (@test-file.R#22)
     6. Error: vars works (@test-vars.R#5)
     7. Error: grids works (@test-vars.R#19)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86