Last updated on 2024-11-05 03:49:29 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9-2.1 | 6.17 | 64.73 | 70.90 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9-2.1 | 4.74 | 53.85 | 58.59 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9-2.1 | 116.67 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9-2.1 | 112.50 | NOTE | |||
r-devel-windows-x86_64 | 0.9-2.1 | 10.00 | 6.00 | 16.00 | ERROR | |
r-patched-linux-x86_64 | 0.9-2.1 | 7.02 | 62.87 | 69.89 | NOTE | |
r-release-linux-x86_64 | 0.9-2.1 | 5.32 | 63.11 | 68.43 | NOTE | |
r-release-windows-x86_64 | 0.9-2.1 | 10.00 | 7.00 | 17.00 | ERROR | |
r-oldrel-windows-x86_64 | 0.9-2.1 | 11.00 | 8.00 | 19.00 | ERROR |
Version: 0.9-2.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
Version: 0.9-2.1
Check: tests
Result: NOTE
Running ‘BRugs.R’ [3s/5s]
Comparing ‘BRugs.Rout’ to ‘BRugs.Rout.save’ ...65c65
< Welcome to BRugs connected to OpenBUGS version 3.2.2
---
> Welcome to BRugs connected to OpenBUGS version 3.2.3
Running ‘examples.R’ [20s/30s]
Comparing ‘examples.Rout’ to ‘examples.Rout.save’ ...55c55
< Welcome to BRugs connected to OpenBUGS version 3.2.2
---
> Welcome to BRugs connected to OpenBUGS version 3.2.3
106c106
< 20000 updates took 1 s
---
> 20000 updates took 2 s
205c205
< 20000 updates took 1 s
---
> 20000 updates took 3 s
218c218
< 20000 updates took 1 s
---
> 20000 updates took 2 s
258c258
< 20000 updates took 0 s
---
> 20000 updates took 1 s
Running ‘examples.stats.R’ [0s/1s]
Running ‘functions.R’ [9s/17s]
Comparing ‘functions.Rout’ to ‘functions.Rout.save’ ...138c138
< Welcome to BRugs connected to OpenBUGS version 3.2.2
---
> Welcome to BRugs connected to OpenBUGS version 3.2.3
Running ‘local.R’ [0s/0s]
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.9-2.1
Check: tests
Result: NOTE
Running ‘BRugs.R’ [3s/4s]
Comparing ‘BRugs.Rout’ to ‘BRugs.Rout.save’ ...65c65
< Welcome to BRugs connected to OpenBUGS version 3.2.2
---
> Welcome to BRugs connected to OpenBUGS version 3.2.3
Running ‘examples.R’ [18s/28s]
Comparing ‘examples.Rout’ to ‘examples.Rout.save’ ...55c55
< Welcome to BRugs connected to OpenBUGS version 3.2.2
---
> Welcome to BRugs connected to OpenBUGS version 3.2.3
106c106
< 20000 updates took 1 s
---
> 20000 updates took 2 s
205c205
< 20000 updates took 1 s
---
> 20000 updates took 3 s
218c218
< 20000 updates took 1 s
---
> 20000 updates took 2 s
Running ‘examples.stats.R’ [0s/0s]
Running ‘functions.R’ [8s/13s]
Comparing ‘functions.Rout’ to ‘functions.Rout.save’ ...138c138
< Welcome to BRugs connected to OpenBUGS version 3.2.2
---
> Welcome to BRugs connected to OpenBUGS version 3.2.3
Running ‘local.R’ [0s/0s]
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9-2.1
Check: tests
Result: NOTE
Running ‘BRugs.R’
Comparing ‘BRugs.Rout’ to ‘BRugs.Rout.save’ ... OK
Running ‘examples.R’ [32s/45s]
Comparing ‘examples.Rout’ to ‘examples.Rout.save’ ...165c165
< 20000 updates took 1 s
---
> 20000 updates took 0 s
218c218
< 20000 updates took 1 s
---
> 20000 updates took 2 s
Running ‘examples.stats.R’
Running ‘functions.R’ [15s/24s]
Comparing ‘functions.Rout’ to ‘functions.Rout.save’ ... OK
Running ‘local.R’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.9-2.1
Check: tests
Result: NOTE
Running ‘BRugs.R’
Comparing ‘BRugs.Rout’ to ‘BRugs.Rout.save’ ... OK
Running ‘examples.R’ [31s/49s]
Comparing ‘examples.Rout’ to ‘examples.Rout.save’ ...165c165
< 20000 updates took 1 s
---
> 20000 updates took 0 s
218c218
< 20000 updates took 1 s
---
> 20000 updates took 2 s
Running ‘examples.stats.R’
Running ‘functions.R’ [15s/24s]
Comparing ‘functions.Rout’ to ‘functions.Rout.save’ ... OK
Running ‘local.R’
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.9-2.1
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64