Last updated on 2025-06-25 05:49:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 25.2.4 | 19.42 | 149.73 | 169.15 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 25.2.4 | 13.21 | 99.62 | 112.83 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 25.2.4 | 289.37 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 25.2.4 | 266.57 | ERROR | |||
r-devel-windows-x86_64 | 25.2.4 | 20.00 | 174.00 | 194.00 | OK | |
r-patched-linux-x86_64 | 25.2.4 | 15.29 | 180.04 | 195.33 | OK | |
r-release-linux-x86_64 | 25.2.4 | 17.61 | 177.40 | 195.01 | OK | |
r-release-macos-arm64 | 25.2.4 | 96.00 | OK | |||
r-release-macos-x86_64 | 25.2.4 | 176.00 | OK | |||
r-release-windows-x86_64 | 25.2.4 | 21.00 | 174.00 | 195.00 | OK | |
r-oldrel-macos-arm64 | 25.2.4 | 90.00 | OK | |||
r-oldrel-macos-x86_64 | 25.2.4 | 177.00 | OK | |||
r-oldrel-windows-x86_64 | 25.2.4 | 29.00 | 232.00 | 261.00 | OK |
Version: 25.2.4
Check: examples
Result: ERROR
Running examples in ‘HVT-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plotAnimatedFlowmap
> ### Title: Generating flow maps and animations based on transition
> ### probabilities
> ### Aliases: plotAnimatedFlowmap
> ### Keywords: Timeseries_Analysis
>
> ### ** Examples
>
> dataset <- data.frame(date = as.numeric(time(EuStockMarkets)),
+ DAX = EuStockMarkets[, "DAX"],
+ SMI = EuStockMarkets[, "SMI"],
+ CAC = EuStockMarkets[, "CAC"],
+ FTSE = EuStockMarkets[, "FTSE"])
> hvt.results<- trainHVT(dataset,n_cells = 60, depth = 1, quant.err = 0.1,
+ distance_metric = "L1_Norm", error_metric = "max",
+ normalize = TRUE,quant_method = "kmeans")
Initial stress : 0.00078
stress after 10 iters: 0.00033, magic = 0.500
stress after 20 iters: 0.00032, magic = 0.500
> scoring <- scoreHVT(dataset, hvt.results)
Scale for colour is already present.
Adding another scale for colour, which will replace the existing scale.
Scale for x is already present.
Adding another scale for x, which will replace the existing scale.
Scale for y is already present.
Adding another scale for y, which will replace the existing scale.
> cell_id <- scoring$scoredPredictedData$Cell.ID
> time_stamp <- dataset$date
> dataset <- data.frame(cell_id, time_stamp)
> table <- getTransitionProbability(dataset, cellid_column = "cell_id",time_column = "time_stamp")
> plots <- plotAnimatedFlowmap(hvt_model_output = hvt.results, transition_probability_df = table,
+ df = dataset, animation = 'All', flow_map = 'All',fps_time = 1,fps_state = 1,time_duration = 3,
+ state_duration = 3,cellid_column = "cell_id", time_column = "time_stamp")
Warning: Cannot get dimensions of plot table. Plot region might not be fixed
Caused by error in `labs()`:
! could not find function "labs"
Warning: Failed to plot frame
Caused by error in `labs()`:
! could not find function "labs"
Warning: Failed to plot frame
Caused by error in `labs()`:
! could not find function "labs"
Warning: Failed to plot frame
Caused by error in `labs()`:
! could not find function "labs"
Error in `png_dim()`:
! Provided file
(/home/hornik/tmp/scratch/Rtmpq7EneJ/e74a03f32efc1/gganim_plot0001.png) does
not exist
Backtrace:
▆
1. └─HVT::plotAnimatedFlowmap(...)
2. ├─gganimate::animate(...)
3. └─gganimate:::animate.gganim(...)
4. └─args$renderer(frames_vars$frame_source, args$fps)
5. └─gganimate:::png_dim(frames[1])
6. └─cli::cli_abort("Provided file ({file}) does not exist")
7. └─rlang::abort(...)
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
clustHVT 7.875 0.806 10.664
msm 8.344 0.059 11.404
Flavor: r-devel-linux-x86_64-debian-clang
Version: 25.2.4
Check: examples
Result: ERROR
Running examples in ‘HVT-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plotAnimatedFlowmap
> ### Title: Generating flow maps and animations based on transition
> ### probabilities
> ### Aliases: plotAnimatedFlowmap
> ### Keywords: Timeseries_Analysis
>
> ### ** Examples
>
> dataset <- data.frame(date = as.numeric(time(EuStockMarkets)),
+ DAX = EuStockMarkets[, "DAX"],
+ SMI = EuStockMarkets[, "SMI"],
+ CAC = EuStockMarkets[, "CAC"],
+ FTSE = EuStockMarkets[, "FTSE"])
> hvt.results<- trainHVT(dataset,n_cells = 60, depth = 1, quant.err = 0.1,
+ distance_metric = "L1_Norm", error_metric = "max",
+ normalize = TRUE,quant_method = "kmeans")
Initial stress : 0.00078
stress after 10 iters: 0.00033, magic = 0.500
stress after 20 iters: 0.00032, magic = 0.500
> scoring <- scoreHVT(dataset, hvt.results)
Scale for colour is already present.
Adding another scale for colour, which will replace the existing scale.
Scale for x is already present.
Adding another scale for x, which will replace the existing scale.
Scale for y is already present.
Adding another scale for y, which will replace the existing scale.
> cell_id <- scoring$scoredPredictedData$Cell.ID
> time_stamp <- dataset$date
> dataset <- data.frame(cell_id, time_stamp)
> table <- getTransitionProbability(dataset, cellid_column = "cell_id",time_column = "time_stamp")
> plots <- plotAnimatedFlowmap(hvt_model_output = hvt.results, transition_probability_df = table,
+ df = dataset, animation = 'All', flow_map = 'All',fps_time = 1,fps_state = 1,time_duration = 3,
+ state_duration = 3,cellid_column = "cell_id", time_column = "time_stamp")
Warning: Cannot get dimensions of plot table. Plot region might not be fixed
Caused by error in `labs()`:
! could not find function "labs"
Warning: Failed to plot frame
Caused by error in `labs()`:
! could not find function "labs"
Warning: Failed to plot frame
Caused by error in `labs()`:
! could not find function "labs"
Warning: Failed to plot frame
Caused by error in `labs()`:
! could not find function "labs"
Error in `png_dim()`:
! Provided file (/tmp/RtmptoBxlt/1eba1b53f00d0/gganim_plot0001.png) does
not exist
Backtrace:
▆
1. └─HVT::plotAnimatedFlowmap(...)
2. ├─gganimate::animate(...)
3. └─gganimate:::animate.gganim(...)
4. └─args$renderer(frames_vars$frame_source, args$fps)
5. └─gganimate:::png_dim(frames[1])
6. └─cli::cli_abort("Provided file ({file}) does not exist")
7. └─rlang::abort(...)
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
clustHVT 4.828 0.421 5.862
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 25.2.4
Check: examples
Result: ERROR
Running examples in ‘HVT-Ex.R’ failed
The error most likely occurred in:
> ### Name: plotAnimatedFlowmap
> ### Title: Generating flow maps and animations based on transition
> ### probabilities
> ### Aliases: plotAnimatedFlowmap
> ### Keywords: Timeseries_Analysis
>
> ### ** Examples
>
> dataset <- data.frame(date = as.numeric(time(EuStockMarkets)),
+ DAX = EuStockMarkets[, "DAX"],
+ SMI = EuStockMarkets[, "SMI"],
+ CAC = EuStockMarkets[, "CAC"],
+ FTSE = EuStockMarkets[, "FTSE"])
> hvt.results<- trainHVT(dataset,n_cells = 60, depth = 1, quant.err = 0.1,
+ distance_metric = "L1_Norm", error_metric = "max",
+ normalize = TRUE,quant_method = "kmeans")
Initial stress : 0.00078
stress after 10 iters: 0.00033, magic = 0.500
stress after 20 iters: 0.00032, magic = 0.500
> scoring <- scoreHVT(dataset, hvt.results)
Scale for colour is already present.
Adding another scale for colour, which will replace the existing scale.
Scale for x is already present.
Adding another scale for x, which will replace the existing scale.
Scale for y is already present.
Adding another scale for y, which will replace the existing scale.
> cell_id <- scoring$scoredPredictedData$Cell.ID
> time_stamp <- dataset$date
> dataset <- data.frame(cell_id, time_stamp)
> table <- getTransitionProbability(dataset, cellid_column = "cell_id",time_column = "time_stamp")
> plots <- plotAnimatedFlowmap(hvt_model_output = hvt.results, transition_probability_df = table,
+ df = dataset, animation = 'All', flow_map = 'All',fps_time = 1,fps_state = 1,time_duration = 3,
+ state_duration = 3,cellid_column = "cell_id", time_column = "time_stamp")
Warning: Cannot get dimensions of plot table. Plot region might not be fixed
Caused by error in `labs()`:
! could not find function "labs"
Warning: Failed to plot frame
Caused by error in `labs()`:
! could not find function "labs"
Warning: Failed to plot frame
Caused by error in `labs()`:
! could not find function "labs"
Warning: Failed to plot frame
Caused by error in `labs()`:
! could not find function "labs"
Error in `png_dim()`:
! Provided file
(/tmp/RtmpSrnUxr/working_dir/RtmpB282ft/34f7c64b972ab8/gganim_plot0001.png)
does not exist
Backtrace:
▆
1. └─HVT::plotAnimatedFlowmap(...)
2. ├─gganimate::animate(...)
3. └─gganimate:::animate.gganim(...)
4. └─args$renderer(frames_vars$frame_source, args$fps)
5. └─gganimate:::png_dim(frames[1])
6. └─cli::cli_abort("Provided file ({file}) does not exist")
7. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 25.2.4
Check: examples
Result: ERROR
Running examples in ‘HVT-Ex.R’ failed
The error most likely occurred in:
> ### Name: plotAnimatedFlowmap
> ### Title: Generating flow maps and animations based on transition
> ### probabilities
> ### Aliases: plotAnimatedFlowmap
> ### Keywords: Timeseries_Analysis
>
> ### ** Examples
>
> dataset <- data.frame(date = as.numeric(time(EuStockMarkets)),
+ DAX = EuStockMarkets[, "DAX"],
+ SMI = EuStockMarkets[, "SMI"],
+ CAC = EuStockMarkets[, "CAC"],
+ FTSE = EuStockMarkets[, "FTSE"])
> hvt.results<- trainHVT(dataset,n_cells = 60, depth = 1, quant.err = 0.1,
+ distance_metric = "L1_Norm", error_metric = "max",
+ normalize = TRUE,quant_method = "kmeans")
Initial stress : 0.00078
stress after 10 iters: 0.00033, magic = 0.500
stress after 20 iters: 0.00032, magic = 0.500
> scoring <- scoreHVT(dataset, hvt.results)
Scale for colour is already present.
Adding another scale for colour, which will replace the existing scale.
Scale for x is already present.
Adding another scale for x, which will replace the existing scale.
Scale for y is already present.
Adding another scale for y, which will replace the existing scale.
> cell_id <- scoring$scoredPredictedData$Cell.ID
> time_stamp <- dataset$date
> dataset <- data.frame(cell_id, time_stamp)
> table <- getTransitionProbability(dataset, cellid_column = "cell_id",time_column = "time_stamp")
> plots <- plotAnimatedFlowmap(hvt_model_output = hvt.results, transition_probability_df = table,
+ df = dataset, animation = 'All', flow_map = 'All',fps_time = 1,fps_state = 1,time_duration = 3,
+ state_duration = 3,cellid_column = "cell_id", time_column = "time_stamp")
Warning: Cannot get dimensions of plot table. Plot region might not be fixed
Caused by error in `labs()`:
! could not find function "labs"
Warning: Failed to plot frame
Caused by error in `labs()`:
! could not find function "labs"
Warning: Failed to plot frame
Caused by error in `labs()`:
! could not find function "labs"
Warning: Failed to plot frame
Caused by error in `labs()`:
! could not find function "labs"
Error in `png_dim()`:
! Provided file
(/tmp/Rtmp41gIp4/working_dir/Rtmpxn3RI6/7557e6a964de7/gganim_plot0001.png)
does not exist
Backtrace:
▆
1. └─HVT::plotAnimatedFlowmap(...)
2. ├─gganimate::animate(...)
3. └─gganimate:::animate.gganim(...)
4. └─args$renderer(frames_vars$frame_source, args$fps)
5. └─gganimate:::png_dim(frames[1])
6. └─cli::cli_abort("Provided file ({file}) does not exist")
7. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc