CRAN Package Check Results for Package R2BayesX

Last updated on 2025-03-09 12:51:54 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1-5 16.75 111.11 127.86 ERROR
r-devel-linux-x86_64-debian-gcc 1.1-5 12.05 77.38 89.43 ERROR
r-devel-linux-x86_64-fedora-clang 1.1-5 229.20 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1-5 219.27 ERROR
r-devel-macos-arm64 1.1-5 56.00 OK
r-devel-macos-x86_64 1.1-5 109.00 OK
r-devel-windows-x86_64 1.1-5 21.00 127.00 148.00 ERROR
r-patched-linux-x86_64 1.1-5 20.97 108.22 129.19 OK
r-release-linux-x86_64 1.1-5 16.66 107.79 124.45 OK
r-release-macos-arm64 1.1-5 56.00 OK
r-release-macos-x86_64 1.1-5 83.00 OK
r-release-windows-x86_64 1.1-5 20.00 138.00 158.00 OK
r-oldrel-macos-arm64 1.1-5 OK
r-oldrel-macos-x86_64 1.1-5 142.00 OK
r-oldrel-windows-x86_64 1.1-5 28.00 164.00 192.00 OK

Check Details

Version: 1.1-5
Check: examples
Result: ERROR Running examples in ‘R2BayesX-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: fitted.bayesx > ### Title: Extract BayesX Fitted Values and Residuals > ### Aliases: fitted.bayesx residuals.bayesx > ### Keywords: regression > > ### ** Examples > > ## Not run: > ##D ## generate some data > ##D set.seed(121) > ##D n <- 500 > ##D > ##D ## regressors > ##D dat <- data.frame(x = runif(n, -3, 3), z = runif(n, 0, 1), > ##D w = runif(n, 0, 3)) > ##D > ##D ## generate response > ##D dat$y <- with(dat, 1.5 + sin(x) + z -3 * w + rnorm(n, sd = 0.6)) > ##D > ##D ## estimate model > ##D b1 <- bayesx(y ~ sx(x) + z + w, data = dat) > ##D > ##D ## extract fitted values > ##D fit <- fitted(b1) > ##D hist(fit, freq = FALSE) > ##D > ##D ## now extract 1st model term > ##D ## and plot it > ##D fx <- fitted(b1, term = "sx(x)") > ##D plot(fx) > ##D > ##D ## extract model residuals > ##D hist(residuals(b1)) > ##D > ##D ## extract partial residuals for sx(x) > ##D pres <- residuals(b1, term = "sx(x)") > ##D plot(fx, ylim = range(pres[, 2])) > ##D points(pres) > ## End(Not run) > > ## now another example with > ## use of read.bayesx.output > ## load example data from > ## package R2BayesX > dir <- file.path(find.package("R2BayesX"), "examples", "ex01") > b2 <- read.bayesx.output(dir) Error in strsplit(x, as.character(split), fixed, perl, useBytes) : NA in coercion to boolean Calls: read.bayesx.output -> search.bayesx.models -> strsplit Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.1-5
Check: examples
Result: ERROR Running examples in ‘R2BayesX-Ex.R’ failed The error most likely occurred in: > ### Name: fitted.bayesx > ### Title: Extract BayesX Fitted Values and Residuals > ### Aliases: fitted.bayesx residuals.bayesx > ### Keywords: regression > > ### ** Examples > > ## Not run: > ##D ## generate some data > ##D set.seed(121) > ##D n <- 500 > ##D > ##D ## regressors > ##D dat <- data.frame(x = runif(n, -3, 3), z = runif(n, 0, 1), > ##D w = runif(n, 0, 3)) > ##D > ##D ## generate response > ##D dat$y <- with(dat, 1.5 + sin(x) + z -3 * w + rnorm(n, sd = 0.6)) > ##D > ##D ## estimate model > ##D b1 <- bayesx(y ~ sx(x) + z + w, data = dat) > ##D > ##D ## extract fitted values > ##D fit <- fitted(b1) > ##D hist(fit, freq = FALSE) > ##D > ##D ## now extract 1st model term > ##D ## and plot it > ##D fx <- fitted(b1, term = "sx(x)") > ##D plot(fx) > ##D > ##D ## extract model residuals > ##D hist(residuals(b1)) > ##D > ##D ## extract partial residuals for sx(x) > ##D pres <- residuals(b1, term = "sx(x)") > ##D plot(fx, ylim = range(pres[, 2])) > ##D points(pres) > ## End(Not run) > > ## now another example with > ## use of read.bayesx.output > ## load example data from > ## package R2BayesX > dir <- file.path(find.package("R2BayesX"), "examples", "ex01") > b2 <- read.bayesx.output(dir) Error in strsplit(x, as.character(split), fixed, perl, useBytes) : NA in coercion to boolean Calls: read.bayesx.output -> search.bayesx.models -> strsplit Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.1-5
Check: examples
Result: ERROR Running examples in 'R2BayesX-Ex.R' failed The error most likely occurred in: > ### Name: fitted.bayesx > ### Title: Extract BayesX Fitted Values and Residuals > ### Aliases: fitted.bayesx residuals.bayesx > ### Keywords: regression > > ### ** Examples > > ## Not run: > ##D ## generate some data > ##D set.seed(121) > ##D n <- 500 > ##D > ##D ## regressors > ##D dat <- data.frame(x = runif(n, -3, 3), z = runif(n, 0, 1), > ##D w = runif(n, 0, 3)) > ##D > ##D ## generate response > ##D dat$y <- with(dat, 1.5 + sin(x) + z -3 * w + rnorm(n, sd = 0.6)) > ##D > ##D ## estimate model > ##D b1 <- bayesx(y ~ sx(x) + z + w, data = dat) > ##D > ##D ## extract fitted values > ##D fit <- fitted(b1) > ##D hist(fit, freq = FALSE) > ##D > ##D ## now extract 1st model term > ##D ## and plot it > ##D fx <- fitted(b1, term = "sx(x)") > ##D plot(fx) > ##D > ##D ## extract model residuals > ##D hist(residuals(b1)) > ##D > ##D ## extract partial residuals for sx(x) > ##D pres <- residuals(b1, term = "sx(x)") > ##D plot(fx, ylim = range(pres[, 2])) > ##D points(pres) > ## End(Not run) > > ## now another example with > ## use of read.bayesx.output > ## load example data from > ## package R2BayesX > dir <- file.path(find.package("R2BayesX"), "examples", "ex01") > b2 <- read.bayesx.output(dir) Error in strsplit(x, as.character(split), fixed, perl, useBytes) : NA in coercion to Rboolean Calls: read.bayesx.output -> search.bayesx.models -> strsplit Execution halted Flavor: r-devel-windows-x86_64