Last updated on 2019-03-14 00:47:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0-5 | 6.25 | 67.35 | 73.60 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0-5 | 4.61 | 52.90 | 57.51 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0-5 | 91.15 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0-5 | 93.99 | OK | |||
r-devel-windows-ix86+x86_64 | 2.0-5 | 11.00 | 101.00 | 112.00 | OK | |
r-patched-linux-x86_64 | 2.0-5 | 4.48 | 65.27 | 69.75 | OK | |
r-patched-solaris-x86 | 2.0-5 | 143.80 | OK | |||
r-release-linux-x86_64 | OK | |||||
r-release-windows-ix86+x86_64 | 2.0-5 | 10.00 | 85.00 | 95.00 | OK | |
r-release-osx-x86_64 | 2.0-5 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 2.0-5 | 11.00 | 94.00 | 105.00 | ERROR | |
r-oldrel-osx-x86_64 | 2.0-5 | OK |
Version: 2.0-5
Check: examples
Result: WARN
Found the following significant warnings:
Warning: 'rBind' is deprecated.
Deprecated functions may be defunct as soon as of the next release of
R.
See ?Deprecated.
Flavor: r-release-osx-x86_64
Version: 2.0-5
Check: examples
Result: ERROR
Running examples in 'textir-Ex.R' failed
The error most likely occurred in:
> ### Name: srproj
> ### Title: Multinomial Inverse Regression (MNIR)
> ### Aliases: mnlm srproj
>
> ### ** Examples
>
>
> ### Ripley's Cushing Data; see help(Cushings) ###
> library(MASS)
> data(Cushings)
> Cushings[,1:2] <- log(Cushings[,1:2])
> train <- Cushings[Cushings$Type!="u",]
> newdata <- as.matrix(Cushings[Cushings$Type == "u", 1:2])
>
> ## fit, coefficients, predict, and plot
>
> # you could replace 'mnlm' with 'dmr' here.
> fit <- mnlm(NULL,
+ covars=train[,1:2],
+ counts=factor(train$Type))
>
> ## dmr applies corrected AICc selection by default
> round(coef(fit),1)
3 x 3 sparse Matrix of class "dmrcoef"
Error in isFALSE(suppRows) : could not find function "isFALSE"
Calls: <Anonymous> -> <Anonymous> -> printSpMatrix2
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64