CRAN Package Check Results for Package BRugs

Last updated on 2022-08-15 08:49:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9-1 7.48 90.54 98.02 NOTE
r-devel-linux-x86_64-debian-gcc 0.9-1 5.59 70.38 75.97 NOTE
r-devel-linux-x86_64-fedora-clang 0.9-1 128.66 NOTE
r-devel-linux-x86_64-fedora-gcc 0.9-1 127.69 NOTE
r-devel-windows-x86_64 0.9-1 13.00 7.00 20.00 ERROR
r-patched-linux-x86_64 0.9-1 8.52 89.70 98.22 NOTE
r-release-linux-x86_64 0.9-1 6.99 88.86 95.85 NOTE
r-release-windows-x86_64 0.9-1 12.00 7.00 19.00 ERROR
r-oldrel-windows-ix86+x86_64 0.9-1 9.00 150.00 159.00 WARN

Check Details

Version: 0.9-1
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-patched-linux-x86_64, r-release-linux-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.9-1
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 0.9-1
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.
Flavor: r-oldrel-windows-ix86+x86_64