Last updated on 2020-08-07 01:50:25 CEST.
Package | WARN | NOTE | OK |
---|---|---|---|
BRugs | 3 | 6 | |
fftw | 12 | ||
klaR | 1 | 11 | |
nortest | 12 | ||
R2WinBUGS | 7 | 5 | |
scatterplot3d | 12 | ||
signal | 2 | 10 | |
tuneR | 1 | 11 |
Current CRAN status: WARN: 3, NOTE: 6
Version: 0.9-0
Check: include directives in Makefiles
Result: NOTE
Found the following Makefile(s) with an include directive with a pathname using R_HOME:
src/Makefile.win
Even though not recommended, variable R_HOME may contain spaces.
Makefile directives use space as a separator and there is no portable
way to quote/escape the space in Make rules and directives. However,
one can and should quote pathnames when passed from Makefile to the
shell, and this can be done specifically when invoking Make recursively.
It is therefore recommended to use the Make '-f' option to include files
in directories specified using R_HOME. This option can be specified
multiple times to include multiple Makefiles. Note that 'Makeconf' is
included automatically into top-level makefile of a package.
More information can be found in 'Writing R Extensions'.
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-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.9-0
Check: foreign function calls
Result: WARN
Foreign function calls to a different package:
.C("CharArray", ..., PACKAGE = "libOpenBUGS")
.C("CmdInterpreter", ..., PACKAGE = "libOpenBUGS")
.C("Integer", ..., PACKAGE = "libOpenBUGS")
.C("RealArray", ..., PACKAGE = "libOpenBUGS")
.C("SetTempDir", ..., PACKAGE = "libOpenBUGS")
.C("SetWorkingDir", ..., PACKAGE = "libOpenBUGS")
Undeclared package in foreign function calls:
'libOpenBUGS'
See chapter 'System and foreign language interfaces' in the 'Writing R
Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Current CRAN status: OK: 12
Current CRAN status: NOTE: 1, OK: 11
Version: 0.6-15
Check: Rd cross-references
Result: NOTE
Undeclared packages ‘clustMixType’, ‘randomForest’, ‘ClustVarLV’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Current CRAN status: OK: 12
Current CRAN status: NOTE: 7, OK: 5
Version: 2.1-21
Check: R code for possible problems
Result: NOTE
Found the following calls to attach():
File 'R2WinBUGS/R/attach.all.R':
attach(x, name = name)
See section 'Good practice' in '?attach'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 2.1-21
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘BRugs’
Flavors: r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 2.1-21
Check: Rd cross-references
Result: NOTE
Package unavailable to check Rd xrefs: ‘BRugs’
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64
Current CRAN status: OK: 12
Current CRAN status: NOTE: 2, OK: 10
Version: 0.7-6
Check: Rd cross-references
Result: NOTE
Undeclared package ‘matlab’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.7-6
Check: compiled code
Result: NOTE
File ‘signal/libs/signal.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: WARN: 1, OK: 11
Version: 1.3.3
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
frame.c:147:21: warning: result of comparison of constant 4 with expression of type 'enum mad_layer' is always false [-Wtautological-constant-out-of-range-compare]
Flavor: r-release-macos-x86_64