Last updated on 2019-11-26 00:52:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-5 | 5.59 | 36.00 | 41.59 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0-5 | 4.55 | 27.87 | 32.42 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0-5 | 47.23 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-5 | 47.34 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0-5 | 13.00 | 69.00 | 82.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 1.0-5 | 13.00 | 50.00 | 63.00 | NOTE | |
r-patched-linux-x86_64 | 1.0-5 | 5.42 | 34.60 | 40.02 | NOTE | |
r-patched-solaris-x86 | 1.0-5 | 60.00 | NOTE | |||
r-release-linux-x86_64 | 1.0-5 | 5.81 | 35.24 | 41.05 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0-5 | 13.00 | 49.00 | 62.00 | NOTE | |
r-release-osx-x86_64 | 1.0-5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0-5 | 6.00 | 63.00 | 69.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0-5 | NOTE |
Version: 1.0-5
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'polynom' which was already attached by Depends.
Please remove these calls from your code.
Package in Depends field not imported from: 'polynom'
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-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.0-5
Check: R code for possible problems
Result: NOTE
chebyshev.c.polynomials: no visible global function definition for
'polynomial'
chebyshev.s.polynomials: no visible global function definition for
'polynomial'
chebyshev.t.polynomials: no visible global function definition for
'polynomial'
chebyshev.u.polynomials: no visible global function definition for
'polynomial'
gegenbauer.polynomials: no visible global function definition for
'polynomial'
ghermite.h.polynomials: no visible global function definition for
'polynomial'
glaguerre.polynomials: no visible global function definition for
'polynomial'
hermite.h.polynomials: no visible global function definition for
'polynomial'
hermite.he.polynomials: no visible global function definition for
'polynomial'
jacobi.g.polynomials: no visible global function definition for
'polynomial'
jacobi.p.polynomials: no visible global function definition for
'polynomial'
legendre.polynomials: no visible global function definition for
'polynomial'
monic.polynomials: no visible global function definition for
'polynomial'
orthogonal.polynomials: no visible global function definition for
'polynomial'
orthonormal.polynomials: no visible global function definition for
'polynomial'
polynomial.derivatives: no visible global function definition for
'deriv'
polynomial.integrals: no visible global function definition for
'integral'
polynomial.values: no visible global function definition for 'predict'
schebyshev.t.polynomials: no visible global function definition for
'polynomial'
schebyshev.u.polynomials: no visible global function definition for
'polynomial'
slegendre.polynomials: no visible global function definition for
'polynomial'
Undefined global functions or variables:
deriv integral polynomial predict
Consider adding
importFrom("stats", "deriv", "predict")
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-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64