Last updated on 2023-12-03 21:49:15 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1-1 | 27.63 | 241.99 | 269.62 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.1-1 | 20.22 | 184.48 | 204.70 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.1-1 | 325.26 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.1-1 | 357.21 | OK | |||
r-devel-windows-x86_64 | 2.1-1 | 34.00 | 0.00 | 34.00 | FAIL | |
r-patched-linux-x86_64 | 2.1-1 | 28.77 | 235.79 | 264.56 | OK | |
r-release-linux-x86_64 | 2.1-1 | 24.78 | 235.34 | 260.12 | OK | |
r-release-macos-arm64 | 2.1-1 | 112.00 | OK | |||
r-release-macos-x86_64 | 2.1-1 | 203.00 | OK | |||
r-release-windows-x86_64 | 2.1-1 | 40.00 | 310.00 | 350.00 | OK | |
r-oldrel-macos-arm64 | 2.1-1 | 105.00 | OK | |||
r-oldrel-macos-x86_64 | 2.1-1 | 141.00 | OK | |||
r-oldrel-windows-x86_64 | 2.1-1 | 36.00 | 293.00 | 329.00 | OK |
Version: 2.1-1
Check: Rd files
Result: NOTE
checkRd: (-1) jura.Rd:29: Lost braces; missing escapes or markup?
29 | \item{Cd}{ mg cadmium kg^{-1} topsoil }
| ^
checkRd: (-1) jura.Rd:30: Lost braces; missing escapes or markup?
30 | \item{Co}{ mg cobalt kg^{-1} topsoil }
| ^
checkRd: (-1) jura.Rd:31: Lost braces; missing escapes or markup?
31 | \item{Cr}{ mg chromium kg^{-1} topsoil }
| ^
checkRd: (-1) jura.Rd:32: Lost braces; missing escapes or markup?
32 | \item{Cu}{ mg copper kg^{-1} topsoil }
| ^
checkRd: (-1) jura.Rd:33: Lost braces; missing escapes or markup?
33 | \item{Ni}{ mg nickel kg^{-1} topsoil }
| ^
checkRd: (-1) jura.Rd:34: Lost braces; missing escapes or markup?
34 | \item{Pb}{ mg lead kg^{-1} topsoil }
| ^
checkRd: (-1) jura.Rd:35: Lost braces; missing escapes or markup?
35 | \item{Zn}{ mg zinc kg^{-1} topsoil }
| ^
checkRd: (-1) variogramST.Rd:49: Lost braces; missing escapes or markup?
49 | time lag $t$, the pseudo cross variogram $(Z_i(s)-Z_{i+t}(s+h))^2$ is averaged over all time
| ^
checkRd: (-1) variogramST.Rd:50: Lost braces; missing escapes or markup?
50 | lagged observation sets $Z_i$ and $Z_{i+t}$ available (weighted by the number of pairs involved).
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.1-1
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:
> sel = !(as.vector(dists.nr) == 0)
> plot(as.vector(corv.nr[sel]) ~ as.vector(dists.nr[sel]), pch = 3,
+ xlim = c(0,500), ylim = c(.4, 1), xlab = "distance (km.)",
+ ylab = "correlation")
> # add outlier:
> points(corv[ros,!ros] ~ dists[ros,!ros], pch=16, cex=.5)
> xdiscr = 1:500
> # add correlation model:
> lines(xdiscr, .968 * exp(- .00134 * xdiscr))
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
detaching 'package:sp'
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 17.57 0.69 18.26 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