Last updated on 2018-06-17 19:50:07 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0 | 1.55 | 27.91 | 29.46 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.0 | 1.17 | 22.19 | 23.36 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.0 | 38.07 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 2.0 | 36.57 | NOTE | |||
| r-devel-windows-ix86+x86_64 | 2.0 | 5.00 | 49.00 | 54.00 | NOTE | |
| r-patched-linux-x86_64 | 2.0 | 1.02 | 27.02 | 28.04 | ERROR | |
| r-patched-solaris-x86 | 2.0 | 52.10 | NOTE | |||
| r-release-linux-x86_64 | 2.0 | 1.39 | 26.57 | 27.96 | ERROR | |
| r-release-windows-ix86+x86_64 | 2.0 | 4.00 | 48.00 | 52.00 | NOTE | |
| r-release-osx-x86_64 | 2.0 | NOTE | ||||
| r-oldrel-windows-ix86+x86_64 | 2.0 | 3.00 | 62.00 | 65.00 | NOTE | |
| r-oldrel-osx-x86_64 | 2.0 | NOTE | 
Version: 2.0
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
      plot.upclassfit print.upclassfit summary.upclassfit
    See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
    manual.
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 2.0
Check: R code for possible problems
Result: NOTE
    plot.upclassfit: no visible global function definition for ‘frame’
    plot.upclassfit: no visible global function definition for ‘par’
    plot.upclassfit: no visible global function definition for ‘axis’
    plot.upclassfit: no visible global function definition for ‘matplot’
    plot.upclassfit: no visible global function definition for ‘legend’
    plot.upclassfit: no visible global function definition for ‘title’
    Undefined global functions or variables:
      axis frame legend matplot par title
    Consider adding
      importFrom("graphics", "axis", "frame", "legend", "matplot", "par",
                 "title")
    to your NAMESPACE file.
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 2.0
Check: examples
Result: ERROR
    Running examples in ‘upclass-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: plot.upclassfit
    > ### Title: Plot for upclassfit
    > ### Aliases: plot.upclassfit plot
    > ### Keywords: Classification
    > 
    > ### ** Examples
    > 
    > data(wine, package = "gclus")
    > X <- as.matrix(wine[, -1])
    > cl <- unclass(wine[, 1])
    > indtrain <- sort(sample(1:178, 120))
    > indtest <- setdiff(1:178, indtrain)
    > 
    > fitup <- upclassify(X[indtrain,], cl[indtrain], X[indtest,], cl[indtest])
    > plot(fitup)
    Error in xy.coords(x, y, xlabel, ylabel, log) : 
      'x' is a list, but does not have components 'x' and 'y'
    Calls: plot -> plot.default -> xy.coords
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64