CRAN Package Check Results for Package dnapath

Last updated on 2023-09-23 00:53:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.4 37.84 270.45 308.29 NOTE
r-devel-linux-x86_64-debian-gcc 0.7.4 25.59 194.65 220.24 NOTE
r-devel-linux-x86_64-fedora-clang 0.7.4 391.98 NOTE
r-devel-linux-x86_64-fedora-gcc 0.7.4 378.52 NOTE
r-devel-windows-x86_64 0.7.4 29.00 251.00 280.00 NOTE
r-patched-linux-x86_64 0.7.4 37.85 257.65 295.50 NOTE
r-release-linux-x86_64 0.7.4 40.20 260.23 300.43 NOTE
r-release-macos-arm64 0.7.4 117.00 ERROR
r-release-macos-x86_64 0.7.4 198.00 NOTE
r-release-windows-x86_64 0.7.4 41.00 318.00 359.00 NOTE
r-oldrel-macos-arm64 0.7.4 98.00 OK
r-oldrel-macos-x86_64 0.7.4 148.00 OK
r-oldrel-windows-x86_64 0.7.4 41.00 312.00 353.00 OK

Check Details

Version: 0.7.4
Check: C++ specification
Result: NOTE
     Specified C++11: please drop specification unless essential
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

Version: 0.7.4
Check: Rd metadata
Result: NOTE
    Invalid package aliases in Rd file 'dnapath2-package.Rd':
     ‘dnapath2-package’
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

Version: 0.7.4
Check: Rd contents
Result: NOTE
    Auto-generated content requiring editing in Rd object 'dnapath2-package':
     \references: ‘This optional section can contain literature or other refere...’
     \seealso: ‘Optional links to other man pages’
     \examples: ‘\dontrun{ ## Optional simple examples of the most impor...’
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

Version: 0.7.4
Check: package dependencies
Result: NOTE
    Packages suggested but not available for checking: 'GENIE3', 'reactome.db'
Flavor: r-release-macos-arm64

Version: 0.7.4
Check: Rd cross-references
Result: NOTE
    Package unavailable to check Rd xrefs: ‘GENIE3’
Flavor: r-release-macos-arm64

Version: 0.7.4
Check: examples
Result: ERROR
    Running examples in ‘dnapath-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: run_genie3
    > ### Title: Wrapper for GENIE3 method
    > ### Aliases: run_genie3
    >
    > ### ** Examples
    >
    > if(!requireNamespace("GENIE3", quietly = TRUE)) {
    + data(meso)
    + data(p53_pathways)
    +
    + # To create a short example, we subset on two pathways from the p53 pathway list,
    + # and will only run 5 permutations for significance testing.
    + pathway_list <- p53_pathways[c(8, 13)]
    + n_perm <- 5
    +
    + # Use this method to perform differential network analysis.
    + # The parameters in run_genie3() can be adjusted using the ... argument.
    + # For example, the 'nTrees' parameter can be specified as shown here.
    + results <- dnapath(x = meso$gene_expression,
    + pathway_list = pathway_list,
    + group_labels = meso$groups,
    + n_perm = n_perm,
    + network_inference = run_genie3,
    + nTrees = 100)
    + summary(results)
    +
    + # The group-specific association matrices can be extracted using get_networks().
    + nw_list <- get_networks(results[[1]]) # Get networks for pathway 1.
    +
    + # nw_list has length 2 and contains the inferred networks for the two groups.
    + # The gene names are the Entrezgene IDs from the original expression dataset.
    + # Renaming the genes in the dnapath results to rename those in the networks.
    + # NOTE: The temporary directory, tempdir(), is used in this example. In practice,
    + # this argument can be removed or changed to an existing directory
    + results <- rename_genes(results, to = "symbol", species = "human",
    + dir_save = tempdir())
    + nw_list <- get_networks(results[[1]]) # The genes (columns) will have new names.
    +
    + # (Optional) Plot the network using SeqNet package (based on igraph plotting).
    + # First rename entrezgene IDs into gene symbols.
    + SeqNet::plot_network(nw_list[[1]])
    + }
    Warning: The `GENIE3` package must be installed to use run_genie3(). Using run_corr() instead.
    Error in wCorr::weightedCorr(x[, index_set[1, i]], x[, index_set[2, i]], :
     The vectors ‘x’, ‘y’, and ‘weights’ must all be of the same length.
    Calls: dnapath ... network_inference -> run_corr -> sapply -> lapply -> FUN -> <Anonymous>
    Execution halted
Flavor: r-release-macos-arm64

Version: 0.7.4
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘reactome.db’
Flavor: r-release-macos-x86_64