Last updated on 2025-07-01 07:50:16 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.2.0 | 12.37 | 239.09 | 251.46 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 3.2.0 | 7.55 | 162.83 | 170.38 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 3.2.0 | 381.62 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 3.2.0 | 390.89 | OK | |||
r-devel-windows-x86_64 | 3.2.0 | 14.00 | 0.00 | 14.00 | FAIL | |
r-patched-linux-x86_64 | OK | |||||
r-release-linux-x86_64 | 3.2.0 | 8.70 | 221.01 | 229.71 | OK | |
r-release-macos-arm64 | 3.2.0 | 291.00 | OK | |||
r-release-macos-x86_64 | 3.2.0 | 640.00 | OK | |||
r-release-windows-x86_64 | 3.2.0 | 14.00 | 338.00 | 352.00 | OK | |
r-oldrel-macos-arm64 | 3.2.0 | 316.00 | OK | |||
r-oldrel-macos-x86_64 | 3.2.0 | 706.00 | OK | |||
r-oldrel-windows-x86_64 | 3.2.0 | 19.00 | 423.00 | 442.00 | OK |
Version: 3.2.0
Check: DESCRIPTION meta-information
Result: NOTE
Author field differs from that derived from Authors@R
Author: ‘Jim Hester [aut], Florent Angly [aut] (fangly), Russ Hyde [aut], Michael Chirico [aut, cre], Kun Ren [aut], Alexander Rosenstock [aut] (AshesITR), Indrajeet Patil [aut] (<https://orcid.org/0000-0003-1995-6531>, @patilindrajeets)’
Authors@R: ‘Jim Hester [aut], Florent Angly [aut] (fangly), Russ Hyde [aut], Michael Chirico [aut, cre], Kun Ren [aut], Alexander Rosenstock [aut] (AshesITR), Indrajeet Patil [aut] (ORCID: <https://orcid.org/0000-0003-1995-6531>, Twitter: @patilindrajeets)’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 3.2.0
Check: PDF version of manual
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
> lint(
+ text = "expect_equal(x, 2)",
+ linters = yoda_test_linter()
+ )
ℹ No lints found.
>
> lint(
+ text = 'expect_identical(x, "a")',
+ linters = yoda_test_linter()
+ )
ℹ No lints found.
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 23.28 10.46 34.06 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-devel-windows-x86_64