Last updated on 2020-08-07 01:49:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 6.12 | 43.11 | 49.23 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 4.52 | 32.97 | 37.49 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 67.41 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 57.38 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.1 | 32.00 | 85.00 | 117.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.1 | 4.54 | 41.71 | 46.25 | NOTE | |
r-patched-solaris-x86 | 1.0.1 | 86.50 | NOTE | |||
r-release-linux-x86_64 | 1.0.1 | 5.87 | 42.57 | 48.44 | NOTE | |
r-release-macos-x86_64 | 1.0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.1 | 20.00 | 120.00 | 140.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 14.00 | 81.00 | 95.00 | NOTE |
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