CRAN Package Check Results for Package ncmeta

Last updated on 2019-07-03 01:47:30 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.4 5.00 41.99 46.99 OK
r-devel-linux-x86_64-debian-gcc 0.0.4 3.93 32.59 36.52 OK
r-devel-linux-x86_64-fedora-clang 0.0.4 54.98 OK
r-devel-linux-x86_64-fedora-gcc 0.0.4 54.21 OK
r-devel-windows-ix86+x86_64 0.0.4 10.00 60.00 70.00 OK
r-patched-linux-x86_64 0.0.4 4.52 40.87 45.39 OK
r-patched-solaris-x86 0.0.4 76.70 ERROR
r-release-linux-x86_64 0.0.4 5.10 40.57 45.67 OK
r-release-windows-ix86+x86_64 0.0.4 10.00 56.00 66.00 OK
r-release-osx-x86_64 0.0.4 OK
r-oldrel-windows-ix86+x86_64 0.0.4 6.00 54.00 60.00 OK
r-oldrel-osx-x86_64 0.0.4 OK

Check Details

Version: 0.0.4
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.NetCDF 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.4
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#45) ──────────────────────
     NetCDF: HDF error
     1: expect_warning(abin <- nc_atts(l3binfile), "no variables recognizable") at testthat/test-attributes.R:45
     2: quasi_capture(enquo(object), label, capture_warnings)
     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: (unknown) (@test-coord.R#5) ──────────────────────────────────────
     NetCDF: HDF error
     1: RNetCDF::open.nc(f) at testthat/test-coord.R:5
     2: stop(nc$errmsg, call. = FALSE)
    
     ── 3. 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)
    
     ── 4. 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)
    
     ── 5. 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)
    
     ── 6. 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)
    
     ── 7. Error: nc_grid_mapping_atts (@test-gridmapping-prj.R#6) ─────────────────
     NetCDF: HDF error
     1: expect_warning(gm <- nc_grid_mapping_atts(nc), paste("No variables with a grid mapping found.\n",
     "Defaulting to WGS84 Lon/Lat")) at testthat/test-gridmapping-prj.R:6
     2: quasi_capture(enquo(object), label, capture_warnings)
     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_grid_mapping_atts(nc)
     7: nc_grid_mapping_atts.character(nc)
     8: RNetCDF::open.nc(x)
     9: stop(nc$errmsg, call. = FALSE)
    
     ── 8. 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)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 48 SKIPPED: 8 WARNINGS: 7 FAILED: 8
     1. Error: failure is graceful (@test-attributes.R#45)
     2. Error: (unknown) (@test-coord.R#5)
     3. Error: file specific dimension inquiry works (@test-dimension.R#6)
     4. Error: file all dimensions inquiry works (@test-dimension.R#20)
     5. Error: file inquiry works (@test-file.R#10)
     6. Error: multiple file inquiry works (@test-file.R#22)
     7. Error: nc_grid_mapping_atts (@test-gridmapping-prj.R#6)
     8. Error: vars works (@test-vars.R#5)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86