Last updated on 2019-11-26 00:52:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5.0 | 6.96 | 143.04 | 150.00 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.5.0 | 6.40 | 108.07 | 114.47 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.5.0 | 168.01 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.5.0 | 167.96 | OK | |||
r-devel-windows-ix86+x86_64 | 1.5.0 | 19.00 | 336.00 | 355.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 1.5.0 | 16.00 | 340.00 | 356.00 | OK | |
r-patched-linux-x86_64 | 1.5.0 | 7.66 | 143.60 | 151.26 | OK | |
r-patched-solaris-x86 | 1.5.0 | 207.20 | OK | |||
r-release-linux-x86_64 | 1.5.0 | 6.78 | 147.25 | 154.03 | OK | |
r-release-windows-ix86+x86_64 | 1.5.0 | 17.00 | 466.00 | 483.00 | OK | |
r-release-osx-x86_64 | 1.5.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.5.0 | 9.00 | 523.00 | 532.00 | OK | |
r-oldrel-osx-x86_64 | 1.5.0 | OK |
Version: 1.5.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘system-info.R’ [1s/2s]
Comparing ‘system-info.Rout’ to ‘system-info.Rout.save’ ...1,95d0
<
<
< > file.create("system-info.Rout.save")
< [1] TRUE
< > # System information
< > Sys.info()
< sysname release
< "Linux" "4.19.0-4-amd64"
< version nodename
< "#1 SMP Debian 4.19.28-2 (2019-03-15)" "gimli2"
< machine login
< "x86_64" "hornik"
< user effective_user
< "hornik" "hornik"
< > .Platform
< $OS.type
< [1] "unix"
<
< $file.sep
< [1] "/"
<
< $dynlib.ext
< [1] ".so"
<
< $GUI
< [1] "X11"
<
< $endian
< [1] "little"
<
< $pkgType
< [1] "source"
<
< $path.sep
< [1] ":"
<
< $r_arch
< [1] ""
<
< > sessionInfo()
< R Under development (unstable) (2019-11-23 r77455)
< Platform: x86_64-pc-linux-gnu (64-bit)
< Running under: Debian GNU/Linux bullseye/sid
<
< Matrix products: default
< BLAS: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib/libRblas.so
< LAPACK: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib/libRlapack.so
<
< locale:
< [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
< [3] LC_TIME=en_US.UTF-8 LC_COLLATE=C
< [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
< [7] LC_PAPER=en_US.UTF-8 LC_NAME=C
< [9] LC_ADDRESS=C LC_TELEPHONE=C
< [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
<
< attached base packages:
< [1] stats graphics grDevices utils datasets methods base
<
< loaded via a namespace (and not attached):
< [1] compiler_4.0.0
< > # Dates and times
< > Sys.Date()
< [1] "2019-11-26"
< > Sys.time()
< [1] "2019-11-26 00:12:49 CET"
< > Sys.timezone()
< [1] "Europe/Vienna"
< > # Paths
< > getwd()
< [1] "/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/workflowr.Rcheck/tests"
< > tempdir()
< [1] "/home/hornik/tmp/scratch/RtmpWAM3lP"
< > .libPaths()
< [1] "/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages"
< [2] "/home/hornik/tmp/R.check/r-devel-gcc/Work/build/library"
< > path.expand("~")
< [1] "/home/hornik"
< > normalizePath("/")
< [1] "/"
< > # Pandoc
< > Sys.which("pandoc")
< pandoc
< "/usr/bin/pandoc"
< > rmarkdown::pandoc_available()
< [1] TRUE
< > rmarkdown::pandoc_version()
< [1] '2.5'
< > # Git
< > Sys.which("git")
< git
< "/usr/bin/git"
< > if (file.exists(Sys.which("git"))) system("git --version")
< git version 2.24.0
< >
Running ‘testthat.R’ [41s/89s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library("workflowr")
This is workflowr version 1.5.0
Run ?workflowr for help getting started
>
> test_check("workflowr")
── 1. Failure: Conversion of git_time to character string of date is correct (@t
as.character(Sys.Date()) not identical to as.character(as.Date(as.POSIXct(c1$author$when))).
1/1 mismatches
x[1]: "2019-11-26"
y[1]: "2019-11-25"
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 1100 | SKIPPED: 152 | WARNINGS: 0 | FAILED: 1 ]
1. Failure: Conversion of git_time to character string of date is correct (@test-report.R#24)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc