Last updated on 2025-11-03 00:49:58 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.4 | 6.52 | 72.51 | 79.03 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 4.13 | 53.76 | 57.89 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.4 | 45.00 | 85.89 | 130.89 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 57.00 | 83.89 | 140.89 | ERROR | |
| r-devel-windows-x86_64 | 0.1.4 | 9.00 | 97.00 | 106.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.4 | 7.88 | 68.83 | 76.71 | ERROR | |
| r-release-linux-x86_64 | 0.1.4 | 6.81 | 68.94 | 75.75 | ERROR | |
| r-release-macos-arm64 | 0.1.4 | 4.00 | 49.00 | 53.00 | NOTE | |
| r-release-macos-x86_64 | 0.1.4 | 6.00 | 79.00 | 85.00 | NOTE | |
| r-release-windows-x86_64 | 0.1.4 | 9.00 | 95.00 | 104.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.1.4 | 4.00 | 41.00 | 45.00 | NOTE | |
| r-oldrel-macos-x86_64 | 0.1.4 | 5.00 | 68.00 | 73.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.1.4 | 13.00 | 124.00 | 137.00 | ERROR | 
Version: 0.1.4
Check: CRAN incoming feasibility
Result: NOTE
  Maintainer: ‘Katharina Baum <katharina.baum@hpi.de>’
  
  Package CITATION file contains call(s) to old-style citEntry().  Please
  use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
Check: Rd files
Result: NOTE
  checkRd: (-1) generate_individual_graphs.Rd:11: Lost braces
      11 | code{\link[DrDimont]{compute_correlation_matrices}}}
         |     ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.1.4
Check: examples
Result: ERROR
  Running examples in ‘DrDimont-Ex.R’ failed
  The error most likely occurred in:
  
  > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
  > ### Name: generate_individual_graphs
  > ### Title: Builds graphs from specified network layers
  > ### Aliases: generate_individual_graphs
  > 
  > ### ** Examples
  > 
  > ## Don't show: 
  > WGCNA::disableWGCNAThreads()
  > ## End(Don't show)
  > 
  > data(layers_example)
  > data(correlation_matrices_example)
  > 
  > example_settings <- drdimont_settings(
  +                         handling_missing_data=list(
  +                             default="pairwise.complete.obs",
  +                             mrna="all.obs"),
  +                         reduction_method="pickHardThreshold",
  +                         r_squared=list(default=0.65, metabolite=0.1),
  +                         cut_vector=list(default=seq(0.2, 0.5, 0.01)))
  [25-10-30 17:00:55] WARNING: Python executable in virtual environment 'r-DrDimont' not found. Either run `install_python_dependencies(package_manager='pip') or set `conda=TRUE` in `drdimont_settings()` if conda installation was used.
  > 
  > example_individual_graphs <- generate_individual_graphs(
  +                                  correlation_matrices=correlation_matrices_example,
  +                                  layers=layers_example, 
  +                                  settings=example_settings)
  [25-10-30 17:00:55] Generating graph of layer mrna for groupA...
  [25-10-30 17:00:55] Reducing network by WGCNA::pickHardThreshold...
  [25-10-30 17:00:55] R2 cutoff: 0.65
  [25-10-30 17:00:56] Cut Threshold: 0.26
  Error in `graph_from_adjacency_matrix()`:
  ! Cannot create a graph object because the adjacency matrix contains
    NAs.
  Backtrace:
      ▆
   1. └─DrDimont::generate_individual_graphs(...)
   2.   └─DrDimont::generate_reduced_graph(...)
   3.     └─igraph::graph.adjacency(...)
   4.       └─igraph::graph_from_adjacency_matrix(...)
   5.         └─igraph:::ensure_no_na(adjmatrix, "adjacency matrix")
   6.           └─cli::cli_abort(...)
   7.             └─rlang::abort(...)
  Execution halted
  Examples with CPU (user + system) or elapsed time > 5s
                                user system elapsed
  compute_correlation_matrices 7.854  0.502  11.324
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.4
Check: re-building of vignette outputs
Result: ERROR
  Error(s) in re-building vignettes:
    ...
  --- re-building ‘DrDimont_Vignette.Rmd’ using rmarkdown
  
  Quitting from DrDimont_Vignette.Rmd:327-333 [Individual graphs]
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  NULL
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
  Error: processing vignette 'DrDimont_Vignette.Rmd' failed with diagnostics:
  Cannot create a graph object because the adjacency matrix contains NAs.
  --- failed re-building ‘DrDimont_Vignette.Rmd’
  
  SUMMARY: processing the following file failed:
    ‘DrDimont_Vignette.Rmd’
  
  Error: Vignette re-building failed.
  Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1.4
Check: examples
Result: ERROR
  Running examples in ‘DrDimont-Ex.R’ failed
  The error most likely occurred in:
  
  > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
  > ### Name: generate_individual_graphs
  > ### Title: Builds graphs from specified network layers
  > ### Aliases: generate_individual_graphs
  > 
  > ### ** Examples
  > 
  > ## Don't show: 
  > WGCNA::disableWGCNAThreads()
  > ## End(Don't show)
  > 
  > data(layers_example)
  > data(correlation_matrices_example)
  > 
  > example_settings <- drdimont_settings(
  +                         handling_missing_data=list(
  +                             default="pairwise.complete.obs",
  +                             mrna="all.obs"),
  +                         reduction_method="pickHardThreshold",
  +                         r_squared=list(default=0.65, metabolite=0.1),
  +                         cut_vector=list(default=seq(0.2, 0.5, 0.01)))
  [25-11-02 13:03:04] WARNING: Python executable in virtual environment 'r-DrDimont' not found. Either run `install_python_dependencies(package_manager='pip') or set `conda=TRUE` in `drdimont_settings()` if conda installation was used.
  > 
  > example_individual_graphs <- generate_individual_graphs(
  +                                  correlation_matrices=correlation_matrices_example,
  +                                  layers=layers_example, 
  +                                  settings=example_settings)
  [25-11-02 13:03:04] Generating graph of layer mrna for groupA...
  [25-11-02 13:03:04] Reducing network by WGCNA::pickHardThreshold...
  [25-11-02 13:03:04] R2 cutoff: 0.65
  [25-11-02 13:03:05] Cut Threshold: 0.26
  Error in `graph_from_adjacency_matrix()`:
  ! Cannot create a graph object because the adjacency matrix contains
    NAs.
  Backtrace:
      ▆
   1. └─DrDimont::generate_individual_graphs(...)
   2.   └─DrDimont::generate_reduced_graph(...)
   3.     └─igraph::graph.adjacency(...)
   4.       └─igraph::graph_from_adjacency_matrix(...)
   5.         └─igraph:::ensure_no_na(adjmatrix, "adjacency matrix")
   6.           └─cli::cli_abort(...)
   7.             └─rlang::abort(...)
  Execution halted
  Examples with CPU (user + system) or elapsed time > 5s
                                user system elapsed
  compute_correlation_matrices 5.137  0.374   7.273
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
Check: examples
Result: ERROR
  Running examples in ‘DrDimont-Ex.R’ failed
  The error most likely occurred in:
  
  > ### Name: generate_individual_graphs
  > ### Title: Builds graphs from specified network layers
  > ### Aliases: generate_individual_graphs
  > 
  > ### ** Examples
  > 
  > ## Don't show: 
  > WGCNA::disableWGCNAThreads()
  > ## End(Don't show)
  > 
  > data(layers_example)
  > data(correlation_matrices_example)
  > 
  > example_settings <- drdimont_settings(
  +                         handling_missing_data=list(
  +                             default="pairwise.complete.obs",
  +                             mrna="all.obs"),
  +                         reduction_method="pickHardThreshold",
  +                         r_squared=list(default=0.65, metabolite=0.1),
  +                         cut_vector=list(default=seq(0.2, 0.5, 0.01)))
  [25-10-31 00:51:50] WARNING: Python executable in virtual environment 'r-DrDimont' not found. Either run `install_python_dependencies(package_manager='pip') or set `conda=TRUE` in `drdimont_settings()` if conda installation was used.
  > 
  > example_individual_graphs <- generate_individual_graphs(
  +                                  correlation_matrices=correlation_matrices_example,
  +                                  layers=layers_example, 
  +                                  settings=example_settings)
  [25-10-31 00:51:50] Generating graph of layer mrna for groupA...
  [25-10-31 00:51:50] Reducing network by WGCNA::pickHardThreshold...
  [25-10-31 00:51:50] R2 cutoff: 0.65
  [25-10-31 00:51:51] Cut Threshold: 0.26
  Error in `graph_from_adjacency_matrix()`:
  ! Cannot create a graph object because the adjacency matrix contains
    NAs.
  Backtrace:
      ▆
   1. └─DrDimont::generate_individual_graphs(...)
   2.   └─DrDimont::generate_reduced_graph(...)
   3.     └─igraph::graph.adjacency(...)
   4.       └─igraph::graph_from_adjacency_matrix(...)
   5.         └─igraph:::ensure_no_na(adjmatrix, "adjacency matrix")
   6.           └─cli::cli_abort(...)
   7.             └─rlang::abort(...)
  Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.4
Check: re-building of vignette outputs
Result: ERROR
  Error(s) in re-building vignettes:
  --- re-building ‘DrDimont_Vignette.Rmd’ using rmarkdown
  
  Quitting from DrDimont_Vignette.Rmd:327-333 [Individual graphs]
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  NULL
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
  Error: processing vignette 'DrDimont_Vignette.Rmd' failed with diagnostics:
  Cannot create a graph object because the adjacency matrix contains NAs.
  --- failed re-building ‘DrDimont_Vignette.Rmd’
  
  SUMMARY: processing the following file failed:
    ‘DrDimont_Vignette.Rmd’
  
  Error: Vignette re-building failed.
  Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.1.4
Check: examples
Result: ERROR
  Running examples in ‘DrDimont-Ex.R’ failed
  The error most likely occurred in:
  
  > ### Name: generate_individual_graphs
  > ### Title: Builds graphs from specified network layers
  > ### Aliases: generate_individual_graphs
  > 
  > ### ** Examples
  > 
  > ## Don't show: 
  > WGCNA::disableWGCNAThreads()
  > ## End(Don't show)
  > 
  > data(layers_example)
  > data(correlation_matrices_example)
  > 
  > example_settings <- drdimont_settings(
  +                         handling_missing_data=list(
  +                             default="pairwise.complete.obs",
  +                             mrna="all.obs"),
  +                         reduction_method="pickHardThreshold",
  +                         r_squared=list(default=0.65, metabolite=0.1),
  +                         cut_vector=list(default=seq(0.2, 0.5, 0.01)))
  [25-10-30 20:28:00] WARNING: Python executable in virtual environment 'r-DrDimont' not found. Either run `install_python_dependencies(package_manager='pip') or set `conda=TRUE` in `drdimont_settings()` if conda installation was used.
  > 
  > example_individual_graphs <- generate_individual_graphs(
  +                                  correlation_matrices=correlation_matrices_example,
  +                                  layers=layers_example, 
  +                                  settings=example_settings)
  [25-10-30 20:28:00] Generating graph of layer mrna for groupA...
  [25-10-30 20:28:00] Reducing network by WGCNA::pickHardThreshold...
  [25-10-30 20:28:00] R2 cutoff: 0.65
  [25-10-30 20:28:04] Cut Threshold: 0.26
  Error in `graph_from_adjacency_matrix()`:
  ! Cannot create a graph object because the adjacency matrix contains
    NAs.
  Backtrace:
      ▆
   1. └─DrDimont::generate_individual_graphs(...)
   2.   └─DrDimont::generate_reduced_graph(...)
   3.     └─igraph::graph.adjacency(...)
   4.       └─igraph::graph_from_adjacency_matrix(...)
   5.         └─igraph:::ensure_no_na(adjmatrix, "adjacency matrix")
   6.           └─cli::cli_abort(...)
   7.             └─rlang::abort(...)
  Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.4
Check: examples
Result: ERROR
  Running examples in 'DrDimont-Ex.R' failed
  The error most likely occurred in:
  
  > ### Name: generate_individual_graphs
  > ### Title: Builds graphs from specified network layers
  > ### Aliases: generate_individual_graphs
  > 
  > ### ** Examples
  > 
  > ## Don't show: 
  > WGCNA::disableWGCNAThreads()
  > ## End(Don't show)
  > 
  > data(layers_example)
  > data(correlation_matrices_example)
  > 
  > example_settings <- drdimont_settings(
  +                         handling_missing_data=list(
  +                             default="pairwise.complete.obs",
  +                             mrna="all.obs"),
  +                         reduction_method="pickHardThreshold",
  +                         r_squared=list(default=0.65, metabolite=0.1),
  +                         cut_vector=list(default=seq(0.2, 0.5, 0.01)))
  [25-10-14 07:20:12] WARNING: Python executable in virtual environment 'r-DrDimont' not found. Either run `install_python_dependencies(package_manager='pip') or set `conda=TRUE` in `drdimont_settings()` if conda installation was used.
  > 
  > example_individual_graphs <- generate_individual_graphs(
  +                                  correlation_matrices=correlation_matrices_example,
  +                                  layers=layers_example, 
  +                                  settings=example_settings)
  [25-10-14 07:20:12] Generating graph of layer mrna for groupA...
  [25-10-14 07:20:12] Reducing network by WGCNA::pickHardThreshold...
  [25-10-14 07:20:12] R2 cutoff: 0.65
  [25-10-14 07:20:12] Cut Threshold: 0.26
  Error in `graph_from_adjacency_matrix()`:
  ! Cannot create a graph object because the adjacency matrix contains
    NAs.
  Backtrace:
      ▆
   1. └─DrDimont::generate_individual_graphs(...)
   2.   └─DrDimont::generate_reduced_graph(...)
   3.     └─igraph::graph.adjacency(...)
   4.       └─igraph::graph_from_adjacency_matrix(...)
   5.         └─igraph:::ensure_no_na(adjmatrix, "adjacency matrix")
   6.           └─cli::cli_abort(...)
   7.             └─rlang::abort(...)
  Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.4
Check: examples
Result: ERROR
  Running examples in ‘DrDimont-Ex.R’ failed
  The error most likely occurred in:
  
  > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
  > ### Name: generate_individual_graphs
  > ### Title: Builds graphs from specified network layers
  > ### Aliases: generate_individual_graphs
  > 
  > ### ** Examples
  > 
  > ## Don't show: 
  > WGCNA::disableWGCNAThreads()
  > ## End(Don't show)
  > 
  > data(layers_example)
  > data(correlation_matrices_example)
  > 
  > example_settings <- drdimont_settings(
  +                         handling_missing_data=list(
  +                             default="pairwise.complete.obs",
  +                             mrna="all.obs"),
  +                         reduction_method="pickHardThreshold",
  +                         r_squared=list(default=0.65, metabolite=0.1),
  +                         cut_vector=list(default=seq(0.2, 0.5, 0.01)))
  [25-10-29 04:59:29] WARNING: Python executable in virtual environment 'r-DrDimont' not found. Either run `install_python_dependencies(package_manager='pip') or set `conda=TRUE` in `drdimont_settings()` if conda installation was used.
  > 
  > example_individual_graphs <- generate_individual_graphs(
  +                                  correlation_matrices=correlation_matrices_example,
  +                                  layers=layers_example, 
  +                                  settings=example_settings)
  [25-10-29 04:59:29] Generating graph of layer mrna for groupA...
  [25-10-29 04:59:29] Reducing network by WGCNA::pickHardThreshold...
  [25-10-29 04:59:29] R2 cutoff: 0.65
  [25-10-29 04:59:30] Cut Threshold: 0.26
  Error in `graph_from_adjacency_matrix()`:
  ! Cannot create a graph object because the adjacency matrix contains
    NAs.
  Backtrace:
      ▆
   1. └─DrDimont::generate_individual_graphs(...)
   2.   └─DrDimont::generate_reduced_graph(...)
   3.     └─igraph::graph.adjacency(...)
   4.       └─igraph::graph_from_adjacency_matrix(...)
   5.         └─igraph:::ensure_no_na(adjmatrix, "adjacency matrix")
   6.           └─cli::cli_abort(...)
   7.             └─rlang::abort(...)
  Execution halted
  Examples with CPU (user + system) or elapsed time > 5s
                               user system elapsed
  compute_correlation_matrices 7.42  0.353   9.146
Flavor: r-patched-linux-x86_64
Version: 0.1.4
Check: examples
Result: ERROR
  Running examples in ‘DrDimont-Ex.R’ failed
  The error most likely occurred in:
  
  > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
  > ### Name: generate_individual_graphs
  > ### Title: Builds graphs from specified network layers
  > ### Aliases: generate_individual_graphs
  > 
  > ### ** Examples
  > 
  > ## Don't show: 
  > WGCNA::disableWGCNAThreads()
  > ## End(Don't show)
  > 
  > data(layers_example)
  > data(correlation_matrices_example)
  > 
  > example_settings <- drdimont_settings(
  +                         handling_missing_data=list(
  +                             default="pairwise.complete.obs",
  +                             mrna="all.obs"),
  +                         reduction_method="pickHardThreshold",
  +                         r_squared=list(default=0.65, metabolite=0.1),
  +                         cut_vector=list(default=seq(0.2, 0.5, 0.01)))
  [25-11-01 04:57:35] WARNING: Python executable in virtual environment 'r-DrDimont' not found. Either run `install_python_dependencies(package_manager='pip') or set `conda=TRUE` in `drdimont_settings()` if conda installation was used.
  > 
  > example_individual_graphs <- generate_individual_graphs(
  +                                  correlation_matrices=correlation_matrices_example,
  +                                  layers=layers_example, 
  +                                  settings=example_settings)
  [25-11-01 04:57:35] Generating graph of layer mrna for groupA...
  [25-11-01 04:57:35] Reducing network by WGCNA::pickHardThreshold...
  [25-11-01 04:57:35] R2 cutoff: 0.65
  [25-11-01 04:57:36] Cut Threshold: 0.26
  Error in `graph_from_adjacency_matrix()`:
  ! Cannot create a graph object because the adjacency matrix contains
    NAs.
  Backtrace:
      ▆
   1. └─DrDimont::generate_individual_graphs(...)
   2.   └─DrDimont::generate_reduced_graph(...)
   3.     └─igraph::graph.adjacency(...)
   4.       └─igraph::graph_from_adjacency_matrix(...)
   5.         └─igraph:::ensure_no_na(adjmatrix, "adjacency matrix")
   6.           └─cli::cli_abort(...)
   7.             └─rlang::abort(...)
  Execution halted
  Examples with CPU (user + system) or elapsed time > 5s
                                user system elapsed
  compute_correlation_matrices 7.507  0.381  10.501
Flavor: r-release-linux-x86_64
Version: 0.1.4
Check: examples
Result: ERROR
  Running examples in 'DrDimont-Ex.R' failed
  The error most likely occurred in:
  
  > ### Name: generate_individual_graphs
  > ### Title: Builds graphs from specified network layers
  > ### Aliases: generate_individual_graphs
  > 
  > ### ** Examples
  > 
  > ## Don't show: 
  > WGCNA::disableWGCNAThreads()
  > ## End(Don't show)
  > 
  > data(layers_example)
  > data(correlation_matrices_example)
  > 
  > example_settings <- drdimont_settings(
  +                         handling_missing_data=list(
  +                             default="pairwise.complete.obs",
  +                             mrna="all.obs"),
  +                         reduction_method="pickHardThreshold",
  +                         r_squared=list(default=0.65, metabolite=0.1),
  +                         cut_vector=list(default=seq(0.2, 0.5, 0.01)))
  [25-11-01 06:12:07] WARNING: Python executable in virtual environment 'r-DrDimont' not found. Either run `install_python_dependencies(package_manager='pip') or set `conda=TRUE` in `drdimont_settings()` if conda installation was used.
  > 
  > example_individual_graphs <- generate_individual_graphs(
  +                                  correlation_matrices=correlation_matrices_example,
  +                                  layers=layers_example, 
  +                                  settings=example_settings)
  [25-11-01 06:12:07] Generating graph of layer mrna for groupA...
  [25-11-01 06:12:07] Reducing network by WGCNA::pickHardThreshold...
  [25-11-01 06:12:07] R2 cutoff: 0.65
  [25-11-01 06:12:08] Cut Threshold: 0.26
  Error in `graph_from_adjacency_matrix()`:
  ! Cannot create a graph object because the adjacency matrix contains
    NAs.
  Backtrace:
      ▆
   1. └─DrDimont::generate_individual_graphs(...)
   2.   └─DrDimont::generate_reduced_graph(...)
   3.     └─igraph::graph.adjacency(...)
   4.       └─igraph::graph_from_adjacency_matrix(...)
   5.         └─igraph:::ensure_no_na(adjmatrix, "adjacency matrix")
   6.           └─cli::cli_abort(...)
   7.             └─rlang::abort(...)
  Execution halted
Flavor: r-release-windows-x86_64
Version: 0.1.4
Check: examples
Result: ERROR
  Running examples in 'DrDimont-Ex.R' failed
  The error most likely occurred in:
  
  > ### Name: generate_individual_graphs
  > ### Title: Builds graphs from specified network layers
  > ### Aliases: generate_individual_graphs
  > 
  > ### ** Examples
  > 
  > ## Don't show: 
  > WGCNA::disableWGCNAThreads()
  > ## End(Don't show)
  > 
  > data(layers_example)
  > data(correlation_matrices_example)
  > 
  > example_settings <- drdimont_settings(
  +                         handling_missing_data=list(
  +                             default="pairwise.complete.obs",
  +                             mrna="all.obs"),
  +                         reduction_method="pickHardThreshold",
  +                         r_squared=list(default=0.65, metabolite=0.1),
  +                         cut_vector=list(default=seq(0.2, 0.5, 0.01)))
  [25-11-01 07:39:09] WARNING: Python executable in virtual environment 'r-DrDimont' not found. Either run `install_python_dependencies(package_manager='pip') or set `conda=TRUE` in `drdimont_settings()` if conda installation was used.
  > 
  > example_individual_graphs <- generate_individual_graphs(
  +                                  correlation_matrices=correlation_matrices_example,
  +                                  layers=layers_example, 
  +                                  settings=example_settings)
  [25-11-01 07:39:09] Generating graph of layer mrna for groupA...
  [25-11-01 07:39:09] Reducing network by WGCNA::pickHardThreshold...
  [25-11-01 07:39:09] R2 cutoff: 0.65
  [25-11-01 07:39:09] Cut Threshold: 0.26
  Error in `graph_from_adjacency_matrix()`:
  ! Cannot create a graph object because the adjacency matrix contains
    NAs.
  Backtrace:
      ▆
   1. └─DrDimont::generate_individual_graphs(...)
   2.   └─DrDimont::generate_reduced_graph(...)
   3.     └─igraph::graph.adjacency(...)
   4.       └─igraph::graph_from_adjacency_matrix(...)
   5.         └─igraph:::ensure_no_na(adjmatrix, "adjacency matrix")
   6.           └─cli::cli_abort(...)
   7.             └─rlang::abort(...)
  Execution halted
Flavor: r-oldrel-windows-x86_64