Last updated on 2025-06-14 12:48:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 2.69 | 712.64 | 715.33 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 2.07 | 682.10 | 684.17 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 940.13 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 1286.74 | NOTE | |||
r-devel-windows-x86_64 | 0.1.2 | 5.00 | 1268.00 | 1273.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.2 | 2.84 | 878.78 | 881.62 | NOTE | |
r-release-linux-x86_64 | 0.1.2 | 1.75 | 855.68 | 857.43 | NOTE | |
r-release-macos-arm64 | 0.1.2 | 295.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.2 | 747.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.2 | 4.00 | 0.00 | 4.00 | FAIL | |
r-oldrel-macos-arm64 | 0.1.2 | 245.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.2 | 340.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.2 | 5.00 | 741.00 | 746.00 | OK |
Version: 0.1.2
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.2.0 because package code uses the pipe
placeholder syntax added in R 4.2.0.
File(s) using such syntax:
‘bnns.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64
Version: 0.1.2
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘BH’ ‘RcppEigen’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.2
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘bnns.R’ ‘measure.R’
Flavor: r-release-macos-x86_64
Version: 0.1.2
Check: re-building of vignette outputs
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:
> cleanEx()
> nameEx("summary.bnns")
> ### * summary.bnns
>
> flush(stderr()); flush(stdout())
>
> ### Name: summary.bnns
> ### Title: Summary of a Bayesian Neural Network (BNN) Model
> ### Aliases: summary.bnns
>
> ### ** Examples
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.89 0.07 0.96 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