Last updated on 2021-01-16 06:51:02 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.3 | 7.42 | 85.51 | 92.93 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.3 | 5.81 | 63.74 | 69.55 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.3 | 124.29 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 112.08 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.3 | 13.00 | 77.00 | 90.00 | OK | |
r-patched-linux-x86_64 | 0.1.3 | 7.81 | 79.33 | 87.14 | OK | |
r-patched-solaris-x86 | 0.1.3 | 152.80 | OK | |||
r-release-linux-x86_64 | 0.1.3 | 7.69 | 83.58 | 91.27 | OK | |
r-release-macos-x86_64 | 0.1.3 | OK | ||||
r-release-windows-ix86+x86_64 | 0.1.3 | 14.00 | 67.00 | 81.00 | OK | |
r-oldrel-macos-x86_64 | 0.1.3 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.3 | 16.00 | 72.00 | 88.00 | OK |
Version: 0.1.3
Check: dependencies in R code
Result: NOTE
No protocol specified
No protocol specified
Flavor: r-oldrel-macos-x86_64
Version: 0.1.3
Check: S3 generic/method consistency
Result: WARN
No protocol specified
No protocol specified
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-macos-x86_64
Version: 0.1.3
Check: replacement functions
Result: WARN
No protocol specified
No protocol specified
The argument of a replacement function which corresponds to the right
hand side must be named ‘value’.
Flavor: r-oldrel-macos-x86_64
Version: 0.1.3
Check: foreign function calls
Result: NOTE
No protocol specified
No protocol specified
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-macos-x86_64
Version: 0.1.3
Check: R code for possible problems
Result: NOTE
No protocol specified
No protocol specified
Flavor: r-oldrel-macos-x86_64
Version: 0.1.3
Check: for missing documentation entries
Result: WARN
No protocol specified
No protocol specified
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-macos-x86_64
Version: 0.1.3
Check: for code/documentation mismatches
Result: WARN
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
Flavor: r-oldrel-macos-x86_64
Version: 0.1.3
Check: Rd \usage sections
Result: NOTE
No protocol specified
No protocol specified
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-macos-x86_64
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in ‘bqror-Ex.R’ failed
The error most likely occurred in:
> ### Name: deviance3
> ### Title: Deviance Information Criteria for Ordinal Models with 3 outcomes
> ### Aliases: deviance3
>
> ### ** Examples
>
> set.seed(101)
> data("data25j3")
> x <- data25j3$x
> y <- data25j3$y
> p <- 0.25
> ans <- quan_reg3(y, x, mc = 50, p)
Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") :
[tcl] invalid command name "toplevel".
Calls: quan_reg3 ... tktoplevel -> tkwidget -> tcl -> .Tcl.objv -> structure
Execution halted
Flavor: r-oldrel-macos-x86_64