Last updated on 2019-10-31 00:51:06 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.2 | 9.79 | 94.71 | 104.50 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.9.2 | 10.35 | 72.62 | 82.97 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.2 | 129.17 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.2 | 129.72 | OK | |||
r-devel-windows-ix86+x86_64 | 0.9.2 | 37.00 | 151.00 | 188.00 | OK | |
r-patched-linux-x86_64 | 0.9.2 | 9.53 | 90.18 | 99.71 | OK | |
r-patched-solaris-x86 | 0.9.2 | 174.10 | ERROR | |||
r-release-linux-x86_64 | 0.9.2 | 10.70 | 90.82 | 101.52 | OK | |
r-release-windows-ix86+x86_64 | 0.9.2 | 33.00 | 167.00 | 200.00 | OK | |
r-release-osx-x86_64 | 0.9.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.9.2 | 16.00 | 135.00 | 151.00 | OK | |
r-oldrel-osx-x86_64 | 0.9.0 | ERROR |
Version: 0.9.2
Check: tests
Result: ERROR
Running 'testthat.R' [8s/9s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> test_check("rnoaa")
Loading required package: rnoaa
Error in R_nc4_open: NetCDF: file not found
-- 1. Failure: gefs_dimension_values errors (@test-gefs.R#155) ----------------
`gefs_dimension_values(dim = "ens1")` threw an error with unexpected message.
Expected match: "ens1 is not a valid GEFS dimension. Check with 'gefs_dimensions()'."
Actual message: "Error in nc_open trying to open file http://thredds.ucar.edu/thredds/dodsC/grib/NCEP/GEFS/Global_1p0deg_Ensemble/members/GEFS_Global_1p0deg_Ensemble_20191030_0000.grib2"
== testthat results ===========================================================
[ OK: 98 | SKIPPED: 59 | WARNINGS: 0 | FAILED: 1 ]
1. Failure: gefs_dimension_values errors (@test-gefs.R#155)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.9.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/14s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> test_check("rnoaa")
Loading required package: rnoaa
Error in R_nc4_open: NetCDF: Unknown file format
── 1. Failure: gefs_dimension_values errors (@test-gefs.R#155) ────────────────
`gefs_dimension_values(dim = "ens1")` threw an error with unexpected message.
Expected match: "ens1 is not a valid GEFS dimension. Check with 'gefs_dimensions()'."
Actual message: "Error in nc_open trying to open file http://thredds.ucar.edu/thredds/dodsC/grib/NCEP/GEFS/Global_1p0deg_Ensemble/members/GEFS_Global_1p0deg_Ensemble_20191029_0000.grib2"
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 98 | SKIPPED: 59 | WARNINGS: 0 | FAILED: 1 ]
1. Failure: gefs_dimension_values errors (@test-gefs.R#155)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.9.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [17s/18s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
Loading required package: rnoaa
── 1. Error: Valid ggplot object is produced (@test-vis_miss.R#6) ─────────────
subscript out of bounds
1: vis_miss(weather_df) at testthat/test-vis_miss.R:6
2: x.na[row_order_index, ] %>% as.data.frame %>% dplyr::mutate(rows = dplyr::row_number()) %>%
tidyr::gather_(key_col = "variables", value_col = "valueType", gather_cols = names(.)[-length(.)])
3: eval(lhs, parent, parent)
4: eval(lhs, parent, parent)
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 97 | SKIPPED: 57 | WARNINGS: 1 | FAILED: 1 ]
1. Error: Valid ggplot object is produced (@test-vis_miss.R#6)
Error: testthat unit tests failed
Execution halted
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64