Last updated on 2022-03-22 06:50:55 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 4.02 | 44.92 | 48.94 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 2.93 | 34.30 | 37.23 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 59.75 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 47.70 | NOTE | |||
r-devel-windows-x86_64-new-UL | 0.1 | 60.00 | 62.00 | 122.00 | NOTE | |
r-devel-windows-x86_64-new-TK | 0.1 | NOTE | ||||
r-patched-linux-x86_64 | 0.1 | 3.68 | 42.84 | 46.52 | NOTE | |
r-release-linux-x86_64 | 0.1 | 2.57 | 44.45 | 47.02 | NOTE | |
r-release-macos-arm64 | 0.1 | NOTE | ||||
r-release-macos-x86_64 | 0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1 | 6.00 | 47.00 | 53.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 6.00 | 55.00 | 61.00 | NOTE |
Version: 0.1
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: 'compiler'
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-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1
Check: R code for possible problems
Result: NOTE
bootstrapswapcurve: no visible global function definition for 'ts'
fitted: no visible global function definition for 'ts'
forwardrates: no visible global function definition for 'ts'
residuals: no visible global function definition for 'ts'
tZC_NS: no visible global function definition for 'cmpfun'
tZC_NS_extra: no visible global function definition for 'cmpfun'
tZC_SV: no visible global function definition for 'cmpfun'
tZC_SV_extra: no visible global function definition for 'cmpfun'
ycextra: no visible global function definition for 'new'
ycinter: no visible global function definition for 'new'
ycplot: no visible global function definition for 'par'
ycplot: no visible global function definition for 'points'
ycplot: no visible global function definition for 'abline'
ycplot: no visible global function definition for 'hist'
ycplot: no visible global function definition for 'lines'
ycplot: no visible global function definition for 'density'
ycplot: no visible global function definition for 'qqnorm'
ycplot: no visible global function definition for 'qqline'
ycsummary: no visible global function definition for 'shapiro.test'
ycsummary: no visible global function definition for 'pf'
Undefined global functions or variables:
abline cmpfun density hist lines new par pf points qqline qqnorm
shapiro.test ts
Consider adding
importFrom("graphics", "abline", "hist", "lines", "par", "points")
importFrom("methods", "new")
importFrom("stats", "density", "pf", "qqline", "qqnorm",
"shapiro.test", "ts")
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-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64