Last updated on 2025-05-24 01:51:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 14.21 | 206.85 | 221.06 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 9.40 | 137.88 | 147.28 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 348.23 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 358.25 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 18.00 | 271.00 | 289.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 14.06 | 193.56 | 207.62 | OK | |
r-release-linux-x86_64 | 1.0.0 | 10.84 | 193.81 | 204.65 | OK | |
r-release-macos-arm64 | 1.0.0 | 65.00 | ERROR | |||
r-release-macos-x86_64 | 1.0.0 | 221.00 | ERROR | |||
r-release-windows-x86_64 | 1.0.0 | 16.00 | 273.00 | 289.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 74.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.0.0 | 144.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.0.0 | 20.00 | 325.00 | 345.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘RtsEva-Ex.R’ failed
The error most likely occurred in:
> ### Name: tsEstimateAverageSeasonality
> ### Title: Estimate Average Seasonality
> ### Aliases: tsEstimateAverageSeasonality
>
> ### ** Examples
>
> timeAndSeries <- ArdecheStMartin
> timeStamps <- ArdecheStMartin[,1]
> series <- ArdecheStMartin[,2]
> timeWindow <- 30*365 # 30 years
> rs <- tsEvaDetrendTimeSeries(timeStamps, series, timeWindow)
> nRunMn <- rs@nRunMn
> cat("computing trend seasonality ...\n")
computing trend seasonality ...
> seasonalitySeries <- rs@detrendSeries
> result <- tsEstimateAverageSeasonality(timeStamps, seasonalitySeries, timeWindow=rs@nRunMn)
Warning in pracma::interp1(avgTmStamp, monthAvgVec, timeStampsN, method = "spline") :
Points in argument in 'x' unsorted; will be sorted.
Warning in pracma::interp1(avgTmStamp, monthAvgVex, timeStampsN, method = "spline") :
Points in argument in 'x' unsorted; will be sorted.
> plot(result$regime, type = "l", xlab = "Day", ylab = "Regime", main = "Estimated Regime")
Warning in min(x) : no non-missing arguments to min; returning Inf
Warning in max(x) : no non-missing arguments to max; returning -Inf
Error in plot.window(...) : need finite 'ylim' values
Calls: plot -> plot.default -> localWindow -> plot.window
Execution halted
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.0.0
Check: loading without being on the library search path
Result: WARN
Error: package or namespace load failed for ‘RtsEva’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘dplyr’
Execution halted
It looks like this package has a loading problem when not on .libPaths:
see the messages for details.
Flavor: r-oldrel-macos-x86_64
Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘general-demo.Rmd’ using rmarkdown
Quitting from general-demo.Rmd:86-107 [unnamed-chunk-4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `grid.newpage()`:
! QuartzBitmap_Output - unable to open file '/var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T//RtmpbSExAS/file877627e045c4'
---
Backtrace:
▆
1. └─tools::buildVignettes(...)
2. ├─base::tryCatch(...)
3. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
6. └─engine$weave(file, quiet = quiet, encoding = enc)
7. └─knitr:::vweave_rmarkdown(...)
8. └─rmarkdown::render(...)
9. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
10. └─knitr:::process_file(text, output)
11. ├─xfun:::handle_error(...)
12. ├─base::withCallingHandlers(...)
13. └─knitr:::process_group(group)
14. └─knitr:::call_block(x)
15. └─knitr:::block_exec(params)
16. └─knitr:::eng_r(options)
17. ├─knitr:::in_input_dir(...)
18. │ └─knitr:::in_dir(input_dir(), expr)
19. └─knitr (local) evaluate(...)
20. └─evaluate::evaluate(...)
21. ├─base::withRestarts(...)
22. │ └─base (local) withRestartList(expr, restarts)
23. │ ├─base (local) withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
24. │ │ └─base (local) doWithOneRestart(return(expr), restart)
25. │ └─base (local) withRestartList(expr, restarts[-nr])
26. │ └─base (local) withOneRestart(expr, restarts[[1L]])
27. │ └─base (local) doWithOneRestart(return(expr), restart)
28. ├─evaluate:::with_handlers(...)
29. │ ├─base::eval(call)
30. │ │ └─base::eval(call)
31. │ └─base::withCallingHandlers(...)
32. └─watcher$print_value(ev$value, ev$visible, envir)
33. ├─base::withVisible(handle_value(handler, value, visible, envir))
34. └─evaluate:::handle_value(handler, value, visible, envir)
35. └─handler$value(value, visible)
36. └─knitr (local) fun(x, options = options)
37. ├─base::withVisible(knit_print(x, ...))
38. ├─knitr::knit_print(x, ...)
39. └─knitr:::knit_print.default(x, ...)
40. └─knitr::normal_print(x)
41. ├─base::print(x)
42. └─ggplot2:::print.ggplot(x)
43. └─grid::grid.newpage()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'general-demo.Rmd' failed with diagnostics:
QuartzBitmap_Output - unable to open file '/var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T//RtmpbSExAS/file877627e045c4'
--- failed re-building ‘general-demo.Rmd’
SUMMARY: processing the following file failed:
‘general-demo.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-macos-x86_64