Last updated on 2025-08-05 04:49:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.7.0 | 18.27 | 78.89 | 97.16 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.7.0 | 11.33 | 55.26 | 66.59 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.7.0 | 161.99 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.7.0 | 146.87 | ERROR | |||
r-devel-windows-x86_64 | 1.7.0 | 22.00 | 107.00 | 129.00 | OK | |
r-patched-linux-x86_64 | 1.7.0 | 14.62 | 75.20 | 89.82 | 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
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.7.0
Check: examples
Result: ERROR
Running examples in ‘bfast-Ex.R’ failed
The error most likely occurred in:
> ### 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-fedora-clang, r-devel-linux-x86_64-fedora-gcc