Last updated on 2022-05-27 04:56:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3 | 4.42 | 42.33 | 46.75 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.3 | 4.46 | 32.79 | 37.25 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.3 | 58.82 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.3 | 57.73 | NOTE | |||
r-devel-windows-x86_64 | 2.3 | 22.00 | 67.00 | 89.00 | OK | |
r-patched-linux-x86_64 | 2.3 | 4.76 | 40.66 | 45.42 | OK | |
r-release-linux-x86_64 | 2.3 | 4.36 | 1227.33 | 1231.69 | ERROR | |
r-release-macos-arm64 | 2.3 | 24.00 | OK | |||
r-release-macos-x86_64 | 2.3 | 32.00 | OK | |||
r-release-windows-x86_64 | 2.3 | 12.00 | 65.00 | 77.00 | OK | |
r-oldrel-macos-arm64 | 2.3 | 60.00 | OK | |||
r-oldrel-macos-x86_64 | 2.3 | 80.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 2.3 | 13.00 | 68.00 | 81.00 | OK |
Version: 2.3
Check: compiled code
Result: NOTE
File ‘bayesQR/libs/bayesQR.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 2.3
Check: examples
Result: ERROR
Running examples in ‘bayesQR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: summary.bayesQR
> ### Title: Summarize the output of the 'bayesQR' function
> ### Aliases: summary.bayesQR
>
> ### ** Examples
>
> # Load the Prostate cancer dataset
> data(Churn)
>
> # Estimate the model parameters with default prior
> out <- bayesQR(churn~gender+recency, data=Churn, ndraw=5000)
Current iteration :
[1] 500
Current iteration :
[1] 1000
Current iteration :
[1] 1500
Current iteration :
[1] 2000
Killed
Flavor: r-release-linux-x86_64