* using log directory ‘/data/gannet/ripley/R/packages/tests-Suggests/tframePlus.Rcheck’ * using R Under development (unstable) (2025-06-13 r88311) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (GCC) 15.1.1 20250425 (Red Hat 15.1.1-1) GNU Fortran (GCC) 15.1.1 20250425 (Red Hat 15.1.1-1) * running under: Fedora Linux 42 (Workstation Edition) * using session charset: UTF-8 * using option ‘--no-stop-on-test-error’ * checking for file ‘tframePlus/DESCRIPTION’ ... OK * this is package ‘tframePlus’ version ‘2024.2-1’ * checking package namespace information ... OK * checking package dependencies ... INFO Package suggested but not available for checking: ‘tfplot’ * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘tframePlus’ can be installed ... [8s/15s] OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [12s/23s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking sizes of PDF files under ‘inst/doc’ ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘TSwriteXLS.R’ Running ‘perl.R’ Running ‘timeSeries.R’ Running ‘tis.R’ Running ‘xts.R’ Running ‘zoo.R’ Running ‘zoo2.R’ [12s/28s] ERROR Running the tests in ‘tests/perl.R’ failed. Complete output: > if (!require("WriteXLS")) stop("Package WriteXLS is not available.") Loading required package: WriteXLS Error: Package WriteXLS is not available. In addition: Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'WriteXLS' Execution halted Running the tests in ‘tests/timeSeries.R’ failed. Complete output: > require("tframePlus") Loading required package: tframePlus Loading required package: tframe > require("tfplot") Loading required package: tfplot Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'tfplot' > if(!require("timeSeries")) stop("timeSeries not available, tests failed.") Loading required package: timeSeries Loading required package: timeDate Attaching package: 'timeSeries' The following objects are masked from 'package:graphics': lines, points > > > Sys.info() sysname "Linux" release "6.14.6-300.fc42.x86_64" version "#1 SMP PREEMPT_DYNAMIC Fri May 9 20:11:19 UTC 2025" nodename "gannet.stats.ox.ac.uk" machine "x86_64" login "ripley" user "ripley" effective_user "ripley" > > #x11() > # postscript(file="lite.out.ps", paper="letter", horizontal=F, onefile=T) > # # width=6, height=8, pointsize=10, > > > all.ok <- TRUE > cat("tframe timeSeries test 1 ... ") tframe timeSeries test 1 ... > z <- timeSeries(rnorm(100), + as.POSIXct(Sys.time() + sort(round(runif(100)*1e8)), "GMT")) > seriesNames(z) <- "random example" > ok <- all(seriesNames(z) == c("random example")) > all.ok <- all.ok & ok > if (ok) cat("ok\n") else cat("unvariate seriesNames failed!\n") ok > ok <- is.tframed(z) & (inherits(z, "timeSeries")) > all.ok <- ok > if (ok) cat("ok\n") else cat("failed!\n") ok > > > cat("tframe timeSeries test 2 ... ") tframe timeSeries test 2 ... > plot(z) > tfplot(z) Error in tfplot(z) : could not find function "tfplot" Execution halted Running the tests in ‘tests/tis.R’ failed. Complete output: > require("tframePlus") Loading required package: tframePlus Loading required package: tframe > require("tfplot") Loading required package: tfplot Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'tfplot' > if(!require("tis")) stop("tis not available, tests failed.") Loading required package: tis Error: tis not available, tests failed. In addition: Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'tis' Execution halted Running the tests in ‘tests/xts.R’ failed. Complete output: > require("tframePlus") Loading required package: tframePlus Loading required package: tframe > require("tfplot") Loading required package: tfplot Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'tfplot' > if(!require("xts")) stop("xts not available, tests failed.") Loading required package: xts Error: xts not available, tests failed. In addition: Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'xts' Execution halted Running the tests in ‘tests/zoo.R’ failed. Complete output: > require("tframePlus") Loading required package: tframePlus Loading required package: tframe > require("tfplot") Loading required package: tfplot Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'tfplot' > if(!require("zoo")) stop("zoo not available, tests failed.") Loading required package: zoo Error: zoo not available, tests failed. In addition: Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'zoo' Execution halted Running the tests in ‘tests/zoo2.R’ failed. Complete output: > # This tests part of a problem as of zoo 1.7-11 that is fixed in the devel version. > #changeTSrepresentation() seems sometimes to need require("zoo") rather than > # requireNamespace("zoo"). zoo needs to overwrite the as.Date() generic since there > # is no default for the origin in the as.Date.numeric() method. > > #test2 <- function(){ > # loadNamespace("zoo") > # z0 <- ts(matrix(rnorm(10),10,1), start=c(1990,1), frequency=1) > # z1 <- zoo::as.Date(stats::time(z0)) > # as.ts(z1) > # } > > require("tframePlus") Loading required package: tframePlus Loading required package: tframe > > z0 <- ts(matrix(rnorm(10),10,1), start=c(1990,1), frequency=1) > > z <- changeTSrepresentation(z0, "zoo") Loading required namespace: zoo Failed with error: 'there is no package called 'zoo'' Error in loadNamespace(x) : there is no package called 'zoo' Calls: changeTSrepresentation ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * checking HTML version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR See ‘/data/gannet/ripley/R/packages/tests-Suggests/tframePlus.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 2:53.27, 81.20 + 9.78