Last updated on 2025-06-11 05:49:49 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.2 | 43.47 | 34.79 | 78.26 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1.2 | 24.51 | 26.77 | 51.28 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1.2 | 179.08 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.2 | 115.62 | OK | |||
r-devel-windows-x86_64 | 1.1.2 | 49.00 | 0.00 | 49.00 | FAIL | |
r-patched-linux-x86_64 | 1.1.2 | 37.07 | 33.51 | 70.58 | OK | |
r-release-linux-x86_64 | 1.1.2 | 34.47 | 33.24 | 67.71 | OK | |
r-release-macos-arm64 | 1.1.2 | 41.00 | OK | |||
r-release-macos-x86_64 | 1.1.2 | 63.00 | OK | |||
r-release-windows-x86_64 | 1.1.2 | 48.00 | 121.00 | 169.00 | OK | |
r-oldrel-macos-arm64 | 1.1.2 | 42.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.2 | 81.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.2 | 48.00 | 89.00 | 137.00 | OK |
Version: 1.1.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Dong Liang <dliang@umces.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Naresh",
family = "Kumar",
role = "aut"),
person(given = "Dong",
family = "Liang",
role = c("aut", "cre"),
email = "dliang@umces.edu"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.1.2
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:
> data(epa_cl)
> ## apply log transformation
> obs[,'pr_pm25'] = log(obs[,'pr_pm25'])
> ## run kriging
> system.time(out <- tsk(ex2.query[1:2,],obs,zcoord='pr_pm25',Large=400))
k= 400 ns= 86 nt= 218
user system elapsed
0.53 0.11 0.64
> out$krig
krig se flag
[1,] 2.506260 1.167791 0
[2,] 2.196126 1.199199 0
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 5.44 0.47 5.92 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