CRAN Package Check Results for Package wSVM

Last updated on 2020-08-19 01:50:21 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1-7 2.14 36.59 38.73 NOTE
r-devel-linux-x86_64-debian-gcc 0.1-7 1.82 28.75 30.57 NOTE
r-devel-linux-x86_64-fedora-clang 0.1-7 57.97 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1-7 46.42 NOTE
r-devel-windows-ix86+x86_64 0.1-7 8.00 69.00 77.00 NOTE
r-patched-linux-x86_64 0.1-7 2.02 36.44 38.46 NOTE
r-patched-solaris-x86 0.1-7 83.50 NOTE
r-release-linux-x86_64 0.1-7 2.36 36.30 38.66 NOTE
r-release-macos-x86_64 0.1-7 NOTE
r-release-windows-ix86+x86_64 0.1-7 10.00 53.00 63.00 NOTE
r-oldrel-macos-x86_64 0.1-7 NOTE
r-oldrel-windows-ix86+x86_64 0.1-7 5.00 64.00 69.00 NOTE

Check Details

Version: 0.1-7
Check: top-level files
Result: NOTE
    File
     LICENCE
    is not mentioned in the DESCRIPTION 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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1-7
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to 'MASS' which was already attached by Depends.
     Please remove these calls from your code.
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1-7
Check: R code for possible problems
Result: NOTE
    simul.wsvm: no visible binding for global variable 'mixture.example'
    Undefined global functions or variables:
     mixture.example
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-macos-x86_64, r-release-windows-ix86+x86_64

Version: 0.1-7
Check: Rd line widths
Result: NOTE
    Rd file 'simul.wsvm.Rd':
     \usage lines wider than 90 characters:
     simul.wsvm(set.seeds = 123, obs.num = 1000, mu = c(0,0), cov.mat = 0.2*diag(2), X = NULL, Y = NULL)
    
    Rd file 'wsvm.boost.Rd':
     \usage lines wider than 90 characters:
     wsvm.boost(X, Y, new.X, new.Y, c.n, B = 50, kernel.type = list(type = "rbf", par= 0.5), C = 4, eps = 1e-10, plotting = FALSE)
    
    These lines will be truncated in the PDF 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-release-linux-x86_64

Version: 0.1-7
Check: R code for possible problems
Result: NOTE
    simul.wsvm: no visible binding for global variable ‘mixture.example’
    wsvm.boost: no visible global function definition for ‘plot’
    Undefined global functions or variables:
     mixture.example plot
    Consider adding
     importFrom("graphics", "plot")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64