Last updated on 2015-12-29 00:46:29.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 0.0.18 | 6.01 | 110.74 | 116.75 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.18 | 195.14 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.18 | 225.92 | NOTE | |||
r-devel-osx-x86_64-clang | 0.0.18 | 193.46 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0.18 | 45.00 | 191.00 | 236.00 | NOTE | |
r-patched-linux-x86_64 | 0.0.18 | 6.24 | 110.41 | 116.65 | NOTE | |
r-patched-solaris-sparc | 0.0.18 | 813.60 | NOTE | --no-build-vignettes | ||
r-patched-solaris-x86 | 0.0.18 | 251.20 | NOTE | |||
r-release-linux-x86_64 | 0.0.18 | 6.14 | 112.29 | 118.43 | NOTE | |
r-release-osx-x86_64-mavericks | 0.0.18 | WARN | ||||
r-release-windows-ix86+x86_64 | 0.0.18 | 50.00 | 247.00 | 297.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.0.18 | 57.00 | 273.00 | 330.00 | NOTE |
Version: 0.0.18
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64
Version: 0.0.18
Check: R code for possible problems
Result: NOTE
coef.cubist: no visible global function definition for ‘reshape’
dotplot.cubist: no visible global function definition for
‘complete.cases’
Undefined global functions or variables:
complete.cases reshape
Consider adding
importFrom("stats", "complete.cases", "reshape")
to your NAMESPACE.
Flavors: 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
Version: 0.0.18
Check: compiled code
Result: NOTE
File 'Cubist/libs/i386/Cubist.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'getdata.o'
File 'Cubist/libs/x64/Cubist.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'getdata.o'
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.0.18
Flags: --no-build-vignettes
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
Flavor: r-patched-solaris-sparc
Version: 0.0.18
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘caret’
Flavor: r-release-osx-x86_64-mavericks
Version: 0.0.18
Check: Rd cross-references
Result: NOTE
Package unavailable to check Rd xrefs: ‘caret’
Flavor: r-release-osx-x86_64-mavericks
Version: 0.0.18
Check: running R code from vignettes
Result: WARN
Errors in running code in vignettes:
when running code in ‘cubist.Rnw’
...
[1] 2.693565
> cor(instancePred, testOutcome)^2
[1] 0.9111374
> library(caret)
When sourcing ‘cubist.R’:
Error: there is no package called ‘caret’
Execution halted
Flavor: r-release-osx-x86_64-mavericks
Version: 0.0.18
Check: re-building of vignette outputs
Result: NOTE
Error in re-building vignettes:
...
Loading required package: lattice
Error: processing vignette 'cubist.Rnw' failed with diagnostics:
chunk 8 (label = tune)
Error in library(caret) : there is no package called ‘caret’
Execution halted
Flavor: r-release-osx-x86_64-mavericks