CRAN Package Check Results for Package DrDimont

Last updated on 2025-10-30 07:50:52 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.4 7.12 72.45 79.57 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.4 4.74 52.87 57.61 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.4 15.00 106.42 121.42 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.4 28.00 111.03 139.03 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.68 69.22 75.90 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 98.00 107.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 119.00 132.00 ERROR

Additional issues

donttest

Check Details

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-27 16:58:02] 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-27 16:58:02] Generating graph of layer mrna for groupA... [25-10-27 16:58:02] Reducing network by WGCNA::pickHardThreshold... [25-10-27 16:58:02] R2 cutoff: 0.65 [25-10-27 16:58:03] 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.837 0.805 10.023 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-10-29 13:02:47] 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 13:02:47] Generating graph of layer mrna for groupA... [25-10-29 13:02:47] Reducing network by WGCNA::pickHardThreshold... [25-10-29 13:02:47] R2 cutoff: 0.65 [25-10-29 13:02:48] 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.539 0.658 8.014 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-27 04:35:01] 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-27 04:35:01] Generating graph of layer mrna for groupA... [25-10-27 04:35:01] Reducing network by WGCNA::pickHardThreshold... [25-10-27 04:35:01] R2 cutoff: 0.65 [25-10-27 04:35:03] 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-20 19:09:38] 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-20 19:09:38] Generating graph of layer mrna for groupA... [25-10-20 19:09:38] Reducing network by WGCNA::pickHardThreshold... [25-10-20 19:09:38] R2 cutoff: 0.65 [25-10-20 19:09:41] 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-10-25 05:02: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-25 05:02:12] Generating graph of layer mrna for groupA... [25-10-25 05:02:12] Reducing network by WGCNA::pickHardThreshold... [25-10-25 05:02:12] R2 cutoff: 0.65 [25-10-25 05:02:13] 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.4 0.372 9.921 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-10-26 05:18:30] 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-26 05:18:30] Generating graph of layer mrna for groupA... [25-10-26 05:18:30] Reducing network by WGCNA::pickHardThreshold... [25-10-26 05:18:30] R2 cutoff: 0.65 [25-10-26 05:18: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 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-10-22 03:10:37] 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-22 03:10:37] Generating graph of layer mrna for groupA... [25-10-22 03:10:37] Reducing network by WGCNA::pickHardThreshold... [25-10-22 03:10:37] R2 cutoff: 0.65 [25-10-22 03:10:38] 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

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.