Last updated on 2020-08-07 01:50:15 CEST.
Package | NOTE | OK |
---|---|---|
CHsharp | 2 | 10 |
ICE | 12 |
Current CRAN status: NOTE: 2, OK: 10
Version: 0.4
Check: compiled code
Result: NOTE
File ‘CHsharp/libs/CHsharp.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
Current CRAN status: NOTE: 12
Version: 0.69
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-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.69
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'KernSmooth' which was already attached by Depends.
Please remove these calls from your code.
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.69
Check: R code for possible problems
Result: NOTE
bickde: no visible global function definition for 'optimize'
iclocpoly: no visible global function definition for 'approx'
iclocpoly: no visible global function definition for 'sd'
iclocpoly: no visible global function definition for 'dnorm'
iclocpoly: no visible global function definition for 'pnorm'
iclocpoly: no visible global function definition for 'var'
inmost: no visible global function definition for 'stack'
Undefined global functions or variables:
approx dnorm optimize pnorm sd stack var
Consider adding
importFrom("stats", "approx", "dnorm", "optimize", "pnorm", "sd",
"var")
importFrom("utils", "stack")
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
Version: 0.69
Check: Rd line widths
Result: NOTE
Rd file 'ickde.Rd':
\usage lines wider than 90 characters:
ickde(I, h, f, m, n.iterations = 10, x1, xm, right.limit = 10000,kernel="gaussian", old=TRUE)
These lines will be truncated in the PDF manual.
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
Version: 0.69
Check: compiled code
Result: NOTE
File ‘ICE/libs/ICE.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