Last updated on 2016-10-25 23:47:47.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 11.12 | 17.49 | 28.61 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 11.83 | 19.89 | 31.72 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 50.83 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 54.01 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 41.00 | 58.00 | 99.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 11.36 | 19.99 | 31.35 | NOTE | |
r-patched-solaris-sparc | 1.1 | 338.70 | ERROR | |||
r-patched-solaris-x86 | 1.1 | 81.90 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 11.11 | 20.71 | 31.83 | NOTE | |
r-release-osx-x86_64-mavericks | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 34.00 | 56.00 | 90.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.1 | 36.00 | 64.00 | 100.00 | OK |
Version: 1.1
Check: R code for possible problems
Result: NOTE
cdnt.directed.query: no visible global function definition for ‘tail’
cdnt.directed.query: no visible global function definition for ‘head’
Undefined global functions or variables:
head tail
Consider adding
importFrom("utils", "head", "tail")
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: 1.1
Check: tests
Result: ERROR
Running the tests in ‘tests/tests.R’ failed.
Last 13 lines of output:
+ deviation.check = sqrt(deviation.check/(nrow(results.cd)*ncol(results.cd)))
+
+ if( abs(moments.cd[1] - expectation.check) > 0.01 )
+ stop("There is an unexpected discrepancy in the value of the CD expectation.")
+
+ if( abs(moments.cd[2] - deviation.check) > 0.01 )
+ stop("There is an unexpected discrepancy in the value of the CD deviation.")
+
+ } # for( h in 0: length(names) )
+
+ } # for( k in 1:length(names))
Error: There is an unexpected discrepancy in the value of the CD expectation.
Execution halted
Flavor: r-patched-solaris-sparc