CRAN Package Check Results for Package stylo

Last updated on 2020-04-11 08:50:35 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.1 27.32 120.79 148.11 ERROR
r-devel-linux-x86_64-debian-gcc 0.7.1 20.04 92.89 112.93 ERROR
r-devel-linux-x86_64-fedora-clang 0.7.1 186.04 ERROR
r-devel-linux-x86_64-fedora-gcc 0.7.1 176.76 ERROR
r-devel-windows-ix86+x86_64 0.7.1 33.00 111.00 144.00 ERROR
r-devel-windows-ix86+x86_64-gcc8 0.7.1 29.00 110.00 139.00 ERROR
r-patched-linux-x86_64 0.7.1 26.45 119.25 145.70 ERROR
r-patched-osx-x86_64 0.7.1 ERROR
r-patched-solaris-x86 0.7.1 262.00 ERROR
r-release-linux-x86_64 0.7.1 24.17 110.56 134.73 OK
r-release-windows-ix86+x86_64 0.7.1 28.00 161.00 189.00 OK
r-release-osx-x86_64 0.7.1 WARN
r-oldrel-windows-ix86+x86_64 0.7.1 34.00 135.00 169.00 OK
r-oldrel-osx-x86_64 0.7.1 WARN

Check Details

Version: 0.7.1
Check: examples
Result: ERROR
    Running examples in 'stylo-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: perform.svm
    > ### Title: Support Vector Machines classifier
    > ### Aliases: perform.svm
    >
    > ### ** Examples
    >
    > ## Not run:
    > ##D perform.svm(training.set, test.set)
    > ## End(Not run)
    >
    > # classifying the standard 'iris' dataset:
    > data(iris)
    > x = subset(iris, select = -Species)
    > train = rbind(x[1:25,], x[51:75,], x[101:125,])
    > test = rbind(x[26:50,], x[76:100,], x[126:150,])
    > train.classes = c(rep("s",25), rep("c",25), rep("v",25))
    > test.classes = c(rep("s",25), rep("c",25), rep("v",25))
    >
    > perform.svm(train, test, train.classes, test.classes)
    Error in svm.default(x, y, scale = scale, ..., na.action = na.action) :
     Need numeric dependent variable for regression.
    Calls: perform.svm -> svm -> svm.formula -> svm.default
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 0.7.1
Check: examples
Result: ERROR
    Running examples in ‘stylo-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: perform.svm
    > ### Title: Support Vector Machines classifier
    > ### Aliases: perform.svm
    >
    > ### ** Examples
    >
    > ## Not run:
    > ##D perform.svm(training.set, test.set)
    > ## End(Not run)
    >
    > # classifying the standard 'iris' dataset:
    > data(iris)
    > x = subset(iris, select = -Species)
    > train = rbind(x[1:25,], x[51:75,], x[101:125,])
    > test = rbind(x[26:50,], x[76:100,], x[126:150,])
    > train.classes = c(rep("s",25), rep("c",25), rep("v",25))
    > test.classes = c(rep("s",25), rep("c",25), rep("v",25))
    >
    > perform.svm(train, test, train.classes, test.classes)
    Error in svm.default(x, y, scale = scale, ..., na.action = na.action) :
     Need numeric dependent variable for regression.
    Calls: perform.svm -> svm -> svm.formula -> svm.default
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-osx-x86_64, r-patched-solaris-x86

Version: 0.7.1
Check: dependencies in R code
Result: NOTE
    No protocol specified
    No protocol specified
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.7.1
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.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.7.1
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’.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.7.1
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.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.7.1
Check: R code for possible problems
Result: NOTE
    No protocol specified
    No protocol specified
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.7.1
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.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.7.1
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
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.7.1
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.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64