Last updated on 2025-08-09 07:50:17 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
bfast | 1 | 12 | |
strucchangeRcpp | 2 | 11 |
Current CRAN status: ERROR: 1, OK: 12
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-clang
Current CRAN status: NOTE: 2, OK: 11
Version: 1.5-4-1.0.0
Check: installed package size
Result: NOTE
installed size is 5.3Mb
sub-directories of 1Mb or more:
libs 4.2Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
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.