Last updated on 2025-08-08 09:51:23 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.7.0 | 17.22 | 78.06 | 95.28 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.7.0 | 11.80 | 58.80 | 70.60 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.7.0 | 129.98 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.7.0 | 93.12 | OK | |||
r-devel-windows-x86_64 | 1.7.0 | 22.00 | 107.00 | 129.00 | OK | |
r-patched-linux-x86_64 | 1.7.0 | 17.74 | 73.69 | 91.43 | OK | |
r-release-linux-x86_64 | 1.7.0 | 15.11 | 73.88 | 88.99 | OK | |
r-release-macos-arm64 | 1.7.0 | 53.00 | OK | |||
r-release-macos-x86_64 | 1.7.0 | 80.00 | OK | |||
r-release-windows-x86_64 | 1.7.0 | 23.00 | 104.00 | 127.00 | OK | |
r-oldrel-macos-arm64 | 1.7.0 | 42.00 | OK | |||
r-oldrel-macos-x86_64 | 1.7.0 | 68.00 | OK | |||
r-oldrel-windows-x86_64 | 1.7.0 | 27.00 | 132.00 | 159.00 | OK |
Version: 1.7.0
Check: examples
Result: ERROR
Running examples in ‘bfast-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: bfastlite
> ### Title: Detect multiple breaks in a time series
> ### Aliases: bfastlite bfast0n
>
> ### ** Examples
>
> plot(simts) # stl object containing simulated NDVI time series
> datats <- ts(rowSums(simts$time.series))
> # sum of all the components (season,abrupt,remainder)
> tsp(datats) <- tsp(simts$time.series) # assign correct time series attributes
> plot(datats)
>
> # Detect breaks
> bp = bfastlite(datats)
>
> # Default method of estimating breakpoints
> bp[["breakpoints"]][["breakpoints"]]
[1] 99
>
> # Plot
> plot(bp)
Error in .cbind.ts(list(...), .makeNamesTs(...), dframe = dframe, union = FALSE) :
not all series have the same frequency
Calls: plot ... do.call -> plot.ts -> plotts -> ts.intersect -> .cbind.ts
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.