Last updated on 2021-11-01 00:49:55 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3 | 2.36 | 23.29 | 25.65 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.3 | 1.72 | 18.53 | 20.25 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.3 | 42.88 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.3 | 33.51 | NOTE | |||
r-devel-windows-x86_64 | 2.3 | 5.00 | 41.00 | 46.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 2.3 | NOTE | ||||
r-patched-linux-x86_64 | 2.2 | 2.45 | 23.85 | 26.30 | ERROR | |
r-patched-solaris-x86 | 2.3 | 50.20 | NOTE | |||
r-release-linux-x86_64 | 2.3 | 2.20 | 22.62 | 24.82 | OK | |
r-release-macos-arm64 | 2.3 | NOTE | ||||
r-release-macos-x86_64 | 2.3 | NOTE | ||||
r-release-windows-ix86+x86_64 | 2.2 | 5.00 | 32.00 | 37.00 | ERROR | |
r-oldrel-macos-x86_64 | 2.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.3 | 7.00 | 36.00 | 43.00 | OK |
Version: 2.3
Check: data for non-ASCII characters
Result: NOTE
Note: found 22806 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 2.2
Check: tests
Result: ERROR
Running ‘lint.R’ [2s/2s]
Running ‘spelling.R’ [0s/1s]
Running ‘testthat.R’ [1s/2s]
Running the tests in ‘tests/lint.R’ failed.
Complete output:
> library("lintr")
> library("testthat")
>
> context("lints")
> test_that("Package Style", {
+ lintr::expect_lint_free()
+ })
── Error (???): Package Style ──────────────────────────────────────────────────
Error in `path.expand(path)`: invalid 'path' argument
Backtrace:
1. lintr::expect_lint_free()
2. lintr::lint_package(...)
3. base::normalizePath(path, mustWork = FALSE)
4. base::path.expand(path)
Error: Test failed
Execution halted
Flavor: r-patched-linux-x86_64
Version: 2.2
Check: tests
Result: ERROR
Running 'lint.R' [1s]
Running 'spelling.R' [0s]
Running 'testthat.R' [1s]
Running the tests in 'tests/lint.R' failed.
Complete output:
> library("lintr")
> library("testthat")
>
> context("lints")
> test_that("Package Style", {
+ lintr::expect_lint_free()
+ })
-- Error (???): Package Style --------------------------------------------------
Error in `path.expand(path)`: invalid 'path' argument
Backtrace:
1. lintr::expect_lint_free()
2. lintr::lint_package(...)
3. base::normalizePath(path, mustWork = FALSE)
4. base::path.expand(path)
Error: Test failed
Execution halted
Flavor: r-release-windows-ix86+x86_64