Last updated on 2025-11-09 03:49:55 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.4 | 5.82 | 72.26 | 78.08 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 4.66 | 53.17 | 57.83 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.6 | 34.00 | 93.50 | 127.50 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 14.00 | 114.11 | 128.11 | ERROR | |
| r-devel-windows-x86_64 | 0.1.6 | 10.00 | 94.00 | 104.00 | OK | |
| r-patched-linux-x86_64 | 0.1.4 | 7.20 | 69.07 | 76.27 | ERROR | |
| r-release-linux-x86_64 | 0.1.4 | 6.04 | 68.77 | 74.81 | ERROR | |
| r-release-macos-arm64 | 0.1.6 | 3.00 | 61.00 | 64.00 | OK | |
| r-release-macos-x86_64 | 0.1.6 | 7.00 | 93.00 | 100.00 | OK | |
| r-release-windows-x86_64 | 0.1.4 | 9.00 | 95.00 | 104.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.1.6 | 3.00 | 63.00 | 66.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.6 | 7.00 | 99.00 | 106.00 | OK | |
| 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-gcc, r-patched-linux-x86_64, r-release-linux-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:
> 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-06 17:01: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-11-06 17:01:00] Generating graph of layer mrna for groupA...
[25-11-06 17:01:00] Reducing network by WGCNA::pickHardThreshold...
[25-11-06 17:01:00] R2 cutoff: 0.65
[25-11-06 17:01:01] 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.745 0.62 10.181
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-08 13:03:05] 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-08 13:03:05] Generating graph of layer mrna for groupA...
[25-11-08 13:03:05] Reducing network by WGCNA::pickHardThreshold...
[25-11-08 13:03:05] R2 cutoff: 0.65
[25-11-08 13:03:06] 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.286 0.48 6.262
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-11-01 06:29:31] 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:29:31] Generating graph of layer mrna for groupA...
[25-11-01 06:29:31] Reducing network by WGCNA::pickHardThreshold...
[25-11-01 06:29:31] R2 cutoff: 0.65
[25-11-01 06:29:32] 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: 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-gcc, 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:
> 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-05 05:09: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-11-05 05:09:37] Generating graph of layer mrna for groupA...
[25-11-05 05:09:37] Reducing network by WGCNA::pickHardThreshold...
[25-11-05 05:09:37] R2 cutoff: 0.65
[25-11-05 05:09: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
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
compute_correlation_matrices 7.555 0.392 9.271
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-08 04:58: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-11-08 04:58:29] Generating graph of layer mrna for groupA...
[25-11-08 04:58:29] Reducing network by WGCNA::pickHardThreshold...
[25-11-08 04:58:29] R2 cutoff: 0.65
[25-11-08 04:58: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.423 0.348 9.089
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