Last updated on 2024-11-27 09:49:41 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4 | 54.79 | 58.24 | 113.03 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.4 | 37.47 | 44.01 | 81.48 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.4 | 178.51 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.4 | 110.25 | OK | |||
r-devel-windows-x86_64 | 1.4 | 44.00 | 93.00 | 137.00 | OK | |
r-patched-linux-x86_64 | 1.4 | 54.08 | 55.30 | 109.38 | OK | |
r-release-linux-x86_64 | 1.2 | 40.05 | 54.69 | 94.74 | NOTE | |
r-release-macos-arm64 | 1.4 | 50.00 | NOTE | |||
r-release-macos-x86_64 | 1.4 | 104.00 | NOTE | |||
r-release-windows-x86_64 | 1.3 | 45.00 | 0.00 | 45.00 | FAIL | |
r-oldrel-macos-arm64 | 1.4 | 50.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.4 | 100.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.4 | 44.00 | 119.00 | 163.00 | OK |
Version: 1.2
Check: C++ specification
Result: NOTE
Specified C++11: please drop specification unless essential
Flavor: r-release-linux-x86_64
Version: 1.4
Check: installed package size
Result: NOTE
installed size is 7.6Mb
sub-directories of 1Mb or more:
libs 7.3Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.3
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:
+ }
+ Sample <- Population[Indx, ]
+ return(Sample)
+ }
>
> Population <- pop.model(Ni, sigmaX, beta, sigma_v2, sigma_e2, m)$data
> XY <- sampleXY(Ni, ni, m, Population)
>
> formula <- y ~ x1
> data <- XY
>
> result <- varner(ni, formula, data, method = 1)
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 3.63 0.14 3.77 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-release-windows-x86_64