Last updated on 2022-07-06 18:51:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.7-6 | 265.39 | 531.50 | 796.89 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.7-6 | 201.70 | 392.29 | 593.99 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.7-8 | 1199.56 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.7-8 | 1124.33 | OK | |||
r-devel-windows-x86_64 | 1.7-8 | 634.00 | 514.00 | 1148.00 | NOTE | |
r-patched-linux-x86_64 | 1.7-6 | 248.65 | 529.87 | 778.52 | OK | |
r-release-linux-x86_64 | 1.7-6 | 213.57 | 519.89 | 733.46 | OK | |
r-release-macos-arm64 | 1.7-6 | 256.00 | NOTE | |||
r-release-macos-x86_64 | 1.7-6 | 325.00 | NOTE | |||
r-release-windows-x86_64 | 1.7-6 | 412.00 | 711.00 | 1123.00 | NOTE | |
r-oldrel-macos-arm64 | 1.7-6 | 254.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.7-6 | 325.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.7-6 | 584.00 | 931.00 | 1515.00 | NOTE |
Version: 1.7-6
Check: examples
Result: ERROR
Running examples in 'oce-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: read.xbt
> ### Title: Read an xbt file
> ### Aliases: read.xbt
>
> ### ** Examples
>
> library(oce)
> xbt <- read.oce(system.file("extdata", "xbt.edf", package="oce"))
Warning in grep("^Depth \\(", l) :
unable to translate 'Depth (m) - Temperature (<b0>C) - Sound Velocity (m/s)' to a wide string
Warning in grep("^Depth \\(", l) : input string 34 is invalid
Error in read.xbt.edf(file, ...) :
programming error: increase #lines read for header
Calls: read.oce -> read.xbt.edf
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.7-6
Check: tests
Result: ERROR
Running 'testthat.R' [58s/63s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(oce)
Loading required package: gsw
>
> test_check("oce")
[ FAIL 2 | WARN 4 | SKIP 9 | PASS 2689 ]
== Skipped tests ===============================================================
* On CRAN (3)
* empty test (6)
== Failed tests ================================================================
-- Error (test_xbt.R:14:5): can read .edf file correctly -----------------------
Error in `read.xbt.edf(file, ...)`: programming error: increase #lines read for header
Backtrace:
x
1. \-oce::read.oce(system.file("extdata", "xbt.edf", package = "oce")) at test_xbt.R:14:4
2. \-oce::read.xbt.edf(file, ...)
-- Error (test_xbt.R:28:5): data(xbt) and inst/extdata/xbt.edf match -----------
Error in `read.xbt.edf(file, ...)`: programming error: increase #lines read for header
Backtrace:
x
1. \-oce::read.oce(system.file("extdata", "xbt.edf", package = "oce")) at test_xbt.R:28:4
2. \-oce::read.xbt.edf(file, ...)
[ FAIL 2 | WARN 4 | SKIP 9 | PASS 2689 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.7-6
Check: examples
Result: ERROR
Running examples in ‘oce-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: read.ctd.ssda
> ### Title: Read CTD format in SSDA format
> ### Aliases: read.ctd.ssda
>
> ### ** Examples
>
> library(oce)
> f <- system.file("extdata", "ctd_ssda.csv", package="oce")
> d <- read.ctd(f)
Warning in grepl("^[ ]*ODF_HEADER,[ ]*$", line) :
unable to translate 'SSDA Sea & Sun Technology<b4>s Standard Data Acquisition software package rev 1.83 17.08.2006' to a wide string
Warning in grepl("^[ ]*ODF_HEADER,[ ]*$", line) :
input string 1 is invalid
Warning in grepl("^SSDA Sea & Sun Technology", line) :
unable to translate 'SSDA Sea & Sun Technology<b4>s Standard Data Acquisition software package rev 1.83 17.08.2006' to a wide string
Warning in grepl("^SSDA Sea & Sun Technology", line) :
input string 1 is invalid
Error in read.ctd(f) : Cannot discover type in line 'SSDA Sea & Sun Technology<b4>s Standard Data Acquisition software package rev 1.83 17.08.2006' bird
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.7-6
Check: tests
Result: ERROR
Running ‘testthat.R’ [43s/69s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(oce)
Loading required package: gsw
>
> test_check("oce")
[ FAIL 2 | WARN 8 | SKIP 9 | PASS 2689 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (3)
• empty test (6)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test_xbt.R:14:5): can read .edf file correctly ───────────────────────
Error in `read.xbt.edf(file, ...)`: programming error: increase #lines read for header
Backtrace:
▆
1. └─oce::read.oce(system.file("extdata", "xbt.edf", package = "oce")) at test_xbt.R:14:4
2. └─oce::read.xbt.edf(file, ...)
── Error (test_xbt.R:28:5): data(xbt) and inst/extdata/xbt.edf match ───────────
Error in `read.xbt.edf(file, ...)`: programming error: increase #lines read for header
Backtrace:
▆
1. └─oce::read.oce(system.file("extdata", "xbt.edf", package = "oce")) at test_xbt.R:28:4
2. └─oce::read.xbt.edf(file, ...)
[ FAIL 2 | WARN 8 | SKIP 9 | PASS 2689 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.7-8
Check: installed package size
Result: NOTE
installed size is 11.9Mb
sub-directories of 1Mb or more:
R 2.6Mb
data 1.0Mb
doc 2.0Mb
help 2.9Mb
libs 2.7Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64
Version: 1.7-6
Check: installed package size
Result: NOTE
installed size is 13.3Mb
sub-directories of 1Mb or more:
R 3.0Mb
data 1.0Mb
doc 2.0Mb
help 3.2Mb
libs 3.4Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64