Last updated on 2020-08-07 01:50:05 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-7 | 2.39 | 36.46 | 38.85 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-7 | 1.88 | 28.34 | 30.22 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-7 | 54.97 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-7 | 47.10 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1-7 | 10.00 | 56.00 | 66.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-7 | 2.14 | 36.42 | 38.56 | NOTE | |
r-patched-solaris-x86 | 0.1-7 | 82.80 | NOTE | |||
r-release-linux-x86_64 | 0.1-7 | 2.26 | 36.31 | 38.57 | NOTE | |
r-release-macos-x86_64 | 0.1-7 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1-7 | 12.00 | 73.00 | 85.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1-7 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-7 | 5.00 | 65.00 | 70.00 | NOTE |
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