Last updated on 2020-08-07 01:50:35 CEST.
Package | NOTE | OK |
---|---|---|
ESGtoolkit | 12 | |
mcGlobaloptim | 12 | |
ycinterextra | 12 |
Current CRAN status: OK: 12
Current CRAN status: NOTE: 12
Version: 0.1
Check: R code for possible problems
Result: NOTE
call_localoptim: no visible global function definition for 'optim'
call_localoptim: no visible global function definition for 'nlminb'
call_localoptim: no visible global function definition for
'txtProgressBar'
call_localoptim: no visible global function definition for
'setTxtProgressBar'
call_localoptim : <anonymous>: no visible global function definition
for 'optim'
call_localoptim : <anonymous>: no visible global function definition
for 'nlminb'
multiStartoptim: no visible global function definition for 'median'
Undefined global functions or variables:
median nlminb optim setTxtProgressBar txtProgressBar
Consider adding
importFrom("stats", "median", "nlminb", "optim")
importFrom("utils", "setTxtProgressBar", "txtProgressBar")
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Current CRAN status: NOTE: 12
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, 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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64