Last updated on 2020-08-07 01:50:15 CEST.
Package | NOTE |
---|---|
DendSer | 12 |
Current CRAN status:
Version: 1.0.1
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: 1.0.1
Check: R code for possible problems
Result: NOTE
DendSer: no visible global function definition for 'getFromNamespace'
crit2cost : <anonymous>: no visible global function definition for
'as.dist'
dser.dist: no visible global function definition for 'hclust'
dser.matrix: no visible global function definition for 'dist'
plotAsColor: no visible global function definition for 'image'
plotAsColor: no visible global function definition for 'box'
plotAsColor: no visible global function definition for 'axis'
seriation_method_dist_dser: no visible global function definition for
'hclust'
seriation_method_dist_dser: no visible global function definition for
'modifyList'
seriation_method_leafsort: no visible global function definition for
'modifyList'
Undefined global functions or variables:
as.dist axis box dist getFromNamespace hclust image modifyList
Consider adding
importFrom("graphics", "axis", "box", "image")
importFrom("stats", "as.dist", "dist", "hclust")
importFrom("utils", "getFromNamespace", "modifyList")
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: 1.0.1
Check: compiled code
Result: NOTE
File ‘DendSer/libs/DendSer.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