Last updated on 2025-08-06 01:50:59 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
bfast | 4 | 9 | |
strucchangeRcpp | 2 | 11 |
Current CRAN status: ERROR: 4, OK: 9
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
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
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