Last updated on 2016-12-28 23:47:02.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5-5 | 3.06 | 31.19 | 34.25 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.5-5 | 3.68 | 30.41 | 34.09 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.5-5 | 70.34 | NOTE | --no-stop-on-test-error | ||
r-devel-linux-x86_64-fedora-gcc | 0.5-5 | 75.73 | NOTE | --no-stop-on-test-error | ||
r-devel-macos-x86_64-clang | 0.5-5 | 49.81 | NOTE | --no-stop-on-test-error | ||
r-devel-windows-ix86+x86_64 | 0.5-5 | 22.00 | 136.00 | 158.00 | NOTE | |
r-patched-linux-x86_64 | 0.5-5 | 3.53 | 28.14 | 31.67 | NOTE | |
r-patched-solaris-sparc | 0.5-5 | 308.50 | ERROR | |||
r-patched-solaris-x86 | 0.5-5 | 69.00 | NOTE | |||
r-release-linux-x86_64 | 0.5-5 | 3.47 | 28.37 | 31.84 | NOTE | |
r-release-osx-x86_64-mavericks | 0.5-5 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.5-5 | 16.00 | 104.00 | 120.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.5-5 | 12.00 | 146.00 | 158.00 | NOTE |
Version: 0.5-5
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: ‘Rmpfr’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, 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, r-oldrel-windows-ix86+x86_64
Version: 0.5-5
Check: R code for possible problems
Result: NOTE
bI: no visible global function definition for ‘is’
bI: no visible global function definition for ‘mpfr’
bI: no visible binding for global variable ‘slot’
bI: no visible global function definition for ‘as’
Undefined global functions or variables:
as is mpfr slot
Consider adding
importFrom("methods", "as", "is", "slot")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, 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.5-5
Flags: --no-stop-on-test-error
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: ‘Rmpfr’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang
Version: 0.5-5
Flags: --no-stop-on-test-error
Check: R code for possible problems
Result: NOTE
bI: no visible global function definition for ‘is’
bI: no visible global function definition for ‘mpfr’
bI: no visible binding for global variable ‘slot’
bI: no visible global function definition for ‘as’
Undefined global functions or variables:
as is mpfr slot
Consider adding
importFrom("methods", "as", "is", "slot")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang
Version: 0.5-5
Check: tests
Result: ERROR
Running ‘Airy-tsts.R’
Running the tests in ‘tests/Airy-tsts.R’ failed.
Last 13 lines of output:
+ allEQ(dai, z*(BesselJ(zr, -2/3) - BesselJ(zr, 2/3))/3))
+
+ ## Bi(z) = i* sqrt(-z/3) *( c1* H(1/3,1,zr) - c2* H(1/3,2,zr) )/2
+ ## Bi'(z) = i*(-z)/sqrt(3)*( c2* H(2/3,1,zr) - c1* H(2/3,2,zr) )/2
+
+ stopifnot(allEQ(bi, 1i*sqrt(-z/3)*
+ (c1*BesselH(1, zr, 1/3) - c2*BesselH(2, zr, 1/3))/2),
+ allEQ(dbi, -1i*z/sqrt(3)*
+ (c2*BesselH(1, zr, 2/3) - c1*BesselH(2, zr, 2/3))/2))
+
+ }; cat("\n")
.Error: allEQ(ai * dbi - dai * bi, I.pi) is not TRUE
Execution halted
Flavor: r-patched-solaris-sparc
Version: 0.5-5
Check: R code for possible problems
Result: NOTE
bI: no visible global function definition for 'mpfr'
Flavor: r-oldrel-windows-ix86+x86_64