Last updated on 2025-04-19 03:50:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 6.98 | 92.51 | 99.49 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 4.81 | 67.63 | 72.44 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 162.61 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 152.92 | OK | |||
r-devel-windows-x86_64 | 0.2.0 | 8.00 | 121.00 | 129.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.0 | 8.32 | 89.17 | 97.49 | NOTE | |
r-release-linux-x86_64 | 0.2.0 | 7.14 | 89.16 | 96.30 | NOTE | |
r-release-macos-arm64 | 0.2.0 | 57.00 | OK | |||
r-release-macos-x86_64 | 0.2.0 | 102.00 | OK | |||
r-release-windows-x86_64 | 0.2.0 | 10.00 | 114.00 | 124.00 | NOTE | |
r-oldrel-macos-arm64 | 0.2.0 | 56.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.2.0 | 81.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.2.0 | 11.00 | 0.00 | 11.00 | FAIL |
Version: 0.2.0
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
knitPrintListObjects.Rd: knitr
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
Version: 0.2.0
Check: installed package size
Result: NOTE
installed size is 7.6Mb
sub-directories of 1Mb or more:
doc 6.5Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.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:
> # capitalize only the first word of the sentence
> simpleCap(x = "this is the caption of my figure.")
this is the caption of my figure.
"This is the caption of my figure."
> # capitalize all words
> simpleCap(x = "this is the caption of my figure.", onlyFirst = FALSE)
this is the caption of my figure.
"This Is The Caption Of My Figure."
> # opposite: set the first letter of the first word to lower case
> simpleCap(x = "This is the caption of my figure.", rev = TRUE)
This is the caption of my figure.
"this is the caption of my figure."
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 6.67 1.42 8.17 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-oldrel-windows-x86_64