Last updated on 2025-06-29 13:49:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 25.2.4 | 17.11 | 149.52 | 166.63 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 25.2.4 | 12.71 | 100.88 | 113.59 | 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 | 172.00 | 192.00 | OK | |
r-patched-linux-x86_64 | ERROR | |||||
r-release-linux-x86_64 | 25.2.4 | 17.76 | 140.47 | 158.23 | ERROR | |
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 | 27.00 | 232.00 | 259.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/Rtmp6HizU2/30f8222ca6d827/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
msm 8.541 0.091 12.660
clustHVT 7.831 0.584 10.565
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/RtmpbOxrxQ/3cce9a52b35d43/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.905 0.413 6.112
msm 4.536 0.141 6.373
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
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/Rtmp9zh7bf/1ffd4b18618d96/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.839 0.464 10.469
msm 7.880 0.097 10.527
Flavor: r-patched-linux-x86_64
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/RtmpSvYeK0/32a3e5fc90bd/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.44 0.643 10.083
msm 7.75 0.088 10.354
Flavor: r-release-linux-x86_64