Last updated on 2020-08-07 01:50:37 CEST.
Package | FAIL | NOTE |
---|---|---|
chromoR | 12 | |
FisHiCal | 1 | 11 |
hbm | 12 |
Current CRAN status: NOTE: 12
Version: 1.0
Check: R code for possible problems
Result: NOTE
combineToSingleMatrix: no visible global function definition for
'read.table'
combineToSingleMatrix: no visible global function definition for
'write.table'
compareCIM: no visible global function definition for 'sd'
correctData: no visible global function definition for 'wd'
correctData: no visible global function definition for 'threshold'
correctData: no visible binding for global variable 'madmad'
correctData: no visible global function definition for 'wr'
Undefined global functions or variables:
madmad read.table sd threshold wd wr write.table
Consider adding
importFrom("stats", "sd")
importFrom("utils", "read.table", "write.table")
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: FAIL: 1, NOTE: 11
Version: 1.1
Check: R code for possible problems
Result: NOTE
lsmacof: no visible global function definition for 'cmdscale'
plotInc: no visible global function definition for 'rainbow'
prepareCalib: no visible global function definition for 'lm'
Undefined global functions or variables:
cmdscale lm rainbow
Consider adding
importFrom("grDevices", "rainbow")
importFrom("stats", "cmdscale", "lm")
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
Version: 1.1
Check: compiled code
Result: NOTE
File ‘FisHiCal/libs/FisHiCal.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
Version: 1.1
Check: R code for possible problems
Result: NOTE
lsmacof: no visible global function definition for ‘cmdscale’
plotInc: no visible global function definition for ‘rainbow’
plotInc: no visible global function definition for ‘plot’
prepareCalib: no visible global function definition for ‘lm’
Undefined global functions or variables:
cmdscale lm plot rainbow
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "plot")
importFrom("stats", "cmdscale", "lm")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.1
Check: examples
Result: FAIL
Flavor: r-oldrel-macos-x86_64
Current CRAN status: NOTE: 12
Version: 1.0
Check: R code for possible problems
Result: NOTE
detect.movement: no visible global function definition for 't.test'
generate.random.conf: no visible global function definition for 'rnorm'
Undefined global functions or variables:
rnorm t.test
Consider adding
importFrom("stats", "rnorm", "t.test")
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