Last updated on 2021-04-22 23:50:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.2 | 6.36 | 58.30 | 64.66 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.2 | 4.91 | 44.97 | 49.88 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.2 | 84.40 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 75.65 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0.2 | 14.00 | 83.00 | 97.00 | ERROR | |
r-devel-windows-x86_64-gcc10-UCRT | 0.0.2 | ERROR | ||||
r-patched-linux-x86_64 | 0.0.2 | 6.43 | 56.11 | 62.54 | OK | |
r-patched-solaris-x86 | 0.0.2 | 109.40 | OK | |||
r-release-linux-x86_64 | 0.0.2 | 6.05 | 55.21 | 61.26 | OK | |
r-release-macos-x86_64 | 0.0.2 | OK | ||||
r-release-windows-ix86+x86_64 | 0.0.2 | 14.00 | 65.00 | 79.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.0.2 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.2 | 10.00 | 79.00 | 89.00 | ERROR |
Version: 0.0.2
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64
Version: 0.0.2
Check: tests
Result: ERROR
Running 'testthat.R' [8s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(x3ptools)
>
>
> test_check("x3ptools")
== Failed tests ================================================================
-- Error (test_read_x3p.R:9:3): read_x3p works as expected ---------------------
Error: cannot open URL 'https://tsapps.nist.gov/NRBTD/Studies/BulletMeasurement/DownloadMeasurement/43567404-1611-4b40-ae74-a1e440e79f6a'
Backtrace:
x
1. \-x3ptools::read_x3p(url, quiet = T) test_read_x3p.R:9:2
2. \-utils::download.file(file, destfile = fname, quiet = quiet, mode = "wb")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 103 ]
Error: Test failures
In addition: Warning message:
In grDevices::png(file = "bindata/mask.png", width = x3p$header.info$sizeX, :
'width=6, height=7' are unlikely values in pixels
Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.0.2
Check: package dependencies
Result: ERROR
Package required but not available: 'rgl'
See section 'The DESCRIPTION file' in the 'Writing R Extensions'
manual.
Flavor: r-devel-windows-x86_64-gcc10-UCRT
Version: 0.0.2
Check: tests
Result: ERROR
Running 'testthat.R' [7s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(x3ptools)
>
>
> test_check("x3ptools")
== Failed tests ================================================================
-- Error (test_read_x3p.R:9:3): read_x3p works as expected ---------------------
Error: cannot open URL 'https://tsapps.nist.gov/NRBTD/Studies/BulletMeasurement/DownloadMeasurement/43567404-1611-4b40-ae74-a1e440e79f6a'
Backtrace:
x
1. \-x3ptools::read_x3p(url, quiet = T) test_read_x3p.R:9:2
2. \-utils::download.file(file, destfile = fname, quiet = quiet, mode = "wb")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 103 ]
Error: Test failures
In addition: Warning message:
In grDevices::png(file = "bindata/mask.png", width = x3p$header.info$sizeX, :
'width=6, height=7' are unlikely values in pixels
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.0.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: 'rgl_init' failed, running with rgl.useNULL = TRUE
Flavor: r-oldrel-macos-x86_64