Last updated on 2022-04-24 03:53:03 CEST.
Package | NOTE |
---|---|
truncgof | 12 |
Current CRAN status:
Version: 0.6-0
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.6-0
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: 'MASS'
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.6-0
Check: R code for possible problems
Result: NOTE
cdens: no visible global function definition for 'head'
dplot: no visible global function definition for 'knots'
dplot: no visible global function definition for 'median'
dplot: no visible global function definition for 'par'
dplot: no visible global function definition for 'plot.stepfun'
dplot: no visible global function definition for 'abline'
edf: no visible global function definition for 'approxfun'
mctest : rdist: no visible global function definition for 'runif'
mctest : S: no visible global function definition for 'optim'
qplot: no visible global function definition for 'abline'
Undefined global functions or variables:
abline approxfun head knots median optim par plot.stepfun runif
Consider adding
importFrom("graphics", "abline", "par")
importFrom("stats", "approxfun", "knots", "median", "optim",
"plot.stepfun", "runif")
importFrom("utils", "head")
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.6-0
Check: compiled code
Result: NOTE
File ‘truncgof/libs/truncgof.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc