Last updated on 2016-10-24 23:48:25.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6 | 0.58 | 33.16 | 33.73 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.6 | 0.68 | 30.53 | 31.21 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.6 | 62.14 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.6 | 59.21 | NOTE | |||
r-devel-macos-x86_64-clang | 0.6 | 48.60 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.6 | 3.00 | 83.00 | 86.00 | NOTE | |
r-patched-linux-x86_64 | 0.6 | 0.64 | 30.80 | 31.44 | NOTE | |
r-patched-solaris-sparc | 0.6 | 379.80 | NOTE | |||
r-patched-solaris-x86 | 0.6 | 65.90 | ERROR | |||
r-release-linux-x86_64 | 0.6 | 0.60 | 30.64 | 31.24 | NOTE | |
r-release-osx-x86_64-mavericks | 0.6 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.6 | 3.00 | 81.00 | 84.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.6 | 4.00 | 86.00 | 90.00 | OK |
Version: 0.6
Check: R code for possible problems
Result: NOTE
acor: no visible global function definition for ‘cor’
macor: no visible global function definition for ‘cor’
mcancor: no visible global function definition for ‘cor’
mcc_inner: no visible global function definition for ‘rnorm’
nscancor: no visible global function definition for ‘cor’
nscc_inner: no visible global function definition for ‘rnorm’
Undefined global functions or variables:
cor rnorm
Consider adding
importFrom("stats", "cor", "rnorm")
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-macos-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64
Version: 0.6
Check: tests
Result: ERROR
Running the tests in ‘tests/run-all.R’ failed.
Last 13 lines of output:
1. Error: non-negative sparse CCA correlation equivalence (@test_acor.R#73) ----
v collapsed to the zero vector, try relaxing the constraints
1: equiv(10, 5) at testthat/test_acor.R:73
2: nscancor(X, Y, xpredict = xpredict, ypredict = xpredict) at testthat/test_acor.R:70
3: nscc_inner(X, Xp, Y, Yp, xpredict, ypredict, cc, iter_tol, iter_max, verbosity)
4: stop("v collapsed to the zero vector, try relaxing the constraints")
testthat results ================================================================
OK: 83 SKIPPED: 0 FAILED: 1
1. Error: non-negative sparse CCA correlation equivalence (@test_acor.R#73)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86