Last updated on 2018-10-19 01:46:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.7 | 13.16 | 670.33 | 683.49 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.7 | 11.19 | 454.26 | 465.45 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.7 | 813.99 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.7 | 729.34 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.3.7 | 57.00 | 301.00 | 358.00 | OK | --no-vignettes |
r-patched-linux-x86_64 | 0.3.7 | 11.33 | 559.30 | 570.63 | OK | |
r-patched-solaris-x86 | 0.3.7 | 4.30 | ERROR | |||
r-release-linux-x86_64 | 0.3.7 | 11.19 | 562.48 | 573.67 | OK | |
r-release-windows-ix86+x86_64 | 0.3.7 | 58.00 | 442.00 | 500.00 | OK | --no-vignettes |
r-release-osx-x86_64 | 0.3.7 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 0.3.6 | 23.00 | 461.00 | 484.00 | ERROR | --no-vignettes |
r-oldrel-osx-x86_64 | 0.3.7 | ERROR |
Version: 0.3.7
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘methods’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-osx-x86_64
Version: 0.3.7
Check: package dependencies
Result: ERROR
Package required but not available: ‘rstanarm’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-patched-solaris-x86
Version: 0.3.7
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
The following object is masked from 'package:ggplot2':
last_plot
The following objects are masked from 'package:rstanarm':
get_x, get_y
The following object is masked from 'package:stats':
filter
The following object is masked from 'package:graphics':
layout
PhantomJS not found. You can install it with webshot::install_phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.
Warning in normalizePath(f2) :
path[1]="./webshot6d9639cf936a.png": No such file or directory
Warning in file(con, "rb") :
cannot open file './webshot6d9639cf936a.png': No such file or directory
Quitting from lines 512-540 (bayesian.Rmd)
Error: processing vignette 'bayesian.Rmd' failed with diagnostics:
cannot open the connection
Execution halted
Flavor: r-release-osx-x86_64
Version: 0.3.6
Flags: --no-vignettes
Check: R code for possible problems
Result: NOTE
simulate_data_regression: possible error in diag(x = 1, nrow = n_var +
1, ncol = n_var + 1, names = TRUE): unused argument (names = TRUE)
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.3.6
Flags: --no-vignettes
Check: for unstated dependencies in examples
Result: WARN
Warning in parse(file = files, n = -1L) :
invalid input found on input connection 'psycho-Ex.R'
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.3.6
Flags: --no-vignettes
Check: examples
Result: ERROR
Running examples in 'psycho-Ex.R' failed
The error most likely occurred in:
> ### Name: simulate_data_regression
> ### Title: Simulates data for single or multiple regression.
> ### Aliases: simulate_data_regression
>
> ### ** Examples
>
> library(psycho)
>
> data <- simulate_data_regression(coefs=c(0.1, 0.8), sample=50, error=0)
Error in diag(x = 1, nrow = n_var + 1, ncol = n_var + 1, names = TRUE) :
unused argument (names = TRUE)
Calls: simulate_data_regression
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.3.7
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-osx-x86_64