Package check result: OK Changes to worse in reverse depends: Package: CePa Check: Rd cross-references New result: WARNING Missing link or links in Rd file 'cepa.Rd': ‘[igraph:igraph_test]{igraphtest}’ Missing link or links in Rd file 'cepa.ora.Rd': ‘[igraph:igraph_test]{igraphtest}’ See section 'Cross-references' in the 'Writing R Extensions' manual. Package: dimRed Check: examples New result: ERROR Running examples in ‘dimRed-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: Isomap-class > ### Title: Isomap embedding > ### Aliases: Isomap-class Isomap > > ### ** Examples > > if(requireNamespace(c("RSpectra", "igraph", "RANN"), quietly = TRUE)) { + + dat <- loadDataSet("3D S Curve", n = 500) + emb <- embed(dat, "Isomap", knn = 10) + plot(emb) + + ## or simpler, use embed(): + samp <- sample(nrow(dat), size = 200) + emb2 <- embed(dat[samp], "Isomap", .mute = NULL, knn = 10) + emb3 <- predict(emb2, dat[-samp]) + + plot(emb2, type = "2vars") + plot(emb3, type = "2vars") + + } 2024-10-03 02:22:14.457952: Isomap START 2024-10-03 02:22:14.458206: constructing knn graph Error in igraph::as.undirected(g, mode = "collapse", edge.attr.comb = "first") : unused argument (edge.attr.comb = "first") Calls: embed ... embed -> .local -> do.call -> -> makeKNNgraph Execution halted Package: dimRed Check: tests New result: ERROR Running ‘testthat.R’ [70s/70s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(dimRed) Loading required package: DRR Loading required package: kernlab Loading required package: CVST Loading required package: Matrix Attaching package: 'dimRed' The following object is masked from 'package:stats': embed The following object is masked from 'package:base': as.data.frame > > test_check("dimRed") embedding: AutoEncoder embedding: DiffusionMaps quality: Q_local quality: Q_global quality: mean_R_NX quality: AUC_lnK_R_NX quality: total_correlation quality: cophenetic_correlation quality: distance_correlation quality: reconstruction_rmse embedding: DRR quality: Q_local quality: Q_global quality: mean_R_NX quality: AUC_lnK_R_NX quality: total_correlation quality: cophenetic_correlation quality: distance_correlation quality: reconstruction_rmse embedding: FastICA quality: Q_local quality: Q_global quality: mean_R_NX quality: AUC_lnK_R_NX quality: total_correlation quality: cophenetic_correlation quality: distance_correlation quality: reconstruction_rmse embedding: KamadaKawai quality: Q_local quality: Q_global quality: mean_R_NX quality: AUC_lnK_R_NX quality: total_correlation quality: cophenetic_correlation quality: distance_correlation quality: reconstruction_rmse embedding: DrL quality: Q_local quality: Q_global quality: mean_R_NX quality: AUC_lnK_R_NX quality: total_correlation quality: cophenetic_correlation quality: distance_correlation quality: reconstruction_rmse embedding: FruchtermanReingold quality: Q_local quality: Q_global quality: mean_R_NX quality: AUC_lnK_R_NX quality: total_correlation quality: cophenetic_correlation quality: distance_correlation quality: reconstruction_rmse embedding: HLLE quality: Q_local quality: Q_global quality: mean_R_NX quality: AUC_lnK_R_NX quality: total_correlation quality: cophenetic_correlation quality: distance_correlation quality: reconstruction_rmse embedding: Isomap 2024-10-03 02:23:01.420158: Isomap START 2024-10-03 02:23:01.420615: constructing knn graph 2024-10-03 02:23:01.450895: Isomap START 2024-10-03 02:23:01.451337: constructing knn graph 2024-10-03 02:23:01.492324: Calculating kernel PCA 2024-10-03 02:23:01.520384: Trying to calculate reverse 2024-10-03 02:23:01.536364: DONE 2024-10-03 02:23:01.540412: Calculating kernel PCA 2024-10-03 02:23:01.613437: Trying to calculate reverse 2024-10-03 02:23:01.621592: DONE 2024-10-03 02:23:01.625478: Calculating kernel PCA 2024-10-03 02:23:01.64223: Trying to calculate reverse No inverse function. 2024-10-03 02:23:01.648779: DONE 2024-10-03 02:23:01.652446: Calculating kernel PCA 2024-10-03 02:23:01.667449: Trying to calculate reverse 2024-10-03 02:23:01.673054: DONE 2024-10-03 02:23:01.677105: Calculating kernel PCA 2024-10-03 02:23:01.700746: Trying to calculate reverse 2024-10-03 02:23:01.711424: DONE 2024-10-03 02:23:01.715503: Calculating kernel PCA 2024-10-03 02:23:01.737371: Trying to calculate reverse 2024-10-03 02:23:01.747451: DONE 2024-10-03 02:23:01.751257: Calculating kernel PCA 2024-10-03 02:23:01.778461: Trying to calculate reverse 2024-10-03 02:23:01.79403: DONE 2024-10-03 02:23:01.798007: Calculating kernel PCA 2024-10-03 02:23:01.827248: Trying to calculate reverse 2024-10-03 02:23:01.849921: DONE 2024-10-03 02:23:01.853773: Calculating kernel PCA 2024-10-03 02:23:01.977471: Trying to calculate reverse No inverse function. 2024-10-03 02:23:02.37351: DONE 2024-10-03 02:23:02.390984: Calculating kernel PCA 2024-10-03 02:23:02.585921: Trying to calculate reverse No inverse function. 2024-10-03 02:23:02.953376: DONE [ FAIL 3 | WARN 10 | SKIP 7 | PASS 166 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • FastICA not available (1): 'test_fastICA.R:2:3' • TensorFlow not available for testing (5): 'test_autoencoder.R:15:3', 'test_autoencoder.R:39:3', 'test_autoencoder.R:57:5', 'test_autoencoder.R:140:5', 'test_autoencoder.R:168:3' • umap-learn not available, install with `pip install umap-learn==0.4` (1): 'test_UMAP.R:12:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_high_level_functions.R:20:11'): high level functions working? ── Error in `igraph::as.undirected(g, mode = "collapse", edge.attr.comb = "first")`: unused argument (edge.attr.comb = "first") Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test_high_level_functions.R:20:11 2. │ └─base::withCallingHandlers(...) 3. ├─dimRed::embed(scurve, e, .mute = c("message", "output")) 4. └─dimRed::embed(scurve, e, .mute = c("message", "output")) 5. └─dimRed (local) .local(.data, ...) 6. ├─base::do.call(methodObject@fun, args) 7. └─dimRed (local) ``(data = ``, keep.org.data = TRUE, pars = ``) 8. └─dimRed:::makeKNNgraph(x = indata, k = pars$knn, eps = pars$eps) ── Error ('test_isomap.R:17:3'): check vs vegan isomap ───────────────────────── Error in `igraph::as.undirected(g, mode = "collapse", edge.attr.comb = "first")`: unused argument (edge.attr.comb = "first") Backtrace: ▆ 1. ├─dimRed::embed(a, "Isomap", knn = 8, ndim = 2) at test_isomap.R:17:3 2. └─dimRed::embed(a, "Isomap", knn = 8, ndim = 2) 3. └─dimRed (local) .local(.data, ...) 4. ├─base::do.call(methodObject@fun, args) 5. └─dimRed (local) ``(data = ``, keep.org.data = TRUE, pars = ``) 6. └─dimRed:::makeKNNgraph(x = indata, k = pars$knn, eps = pars$eps) ── Error ('test_isomap.R:49:3'): check other.data ────────────────────────────── Error in `igraph::as.undirected(g, mode = "collapse", edge.attr.comb = "first")`: unused argument (edge.attr.comb = "first") Backtrace: ▆ 1. ├─dimRed::embed(a, "Isomap", knn = 8, ndim = 2, get_geod = TRUE) at test_isomap.R:49:3 2. └─dimRed::embed(a, "Isomap", knn = 8, ndim = 2, get_geod = TRUE) 3. └─dimRed (local) .local(.data, ...) 4. ├─base::do.call(methodObject@fun, args) 5. └─dimRed (local) ``(data = ``, keep.org.data = TRUE, pars = ``) 6. └─dimRed:::makeKNNgraph(x = indata, k = pars$knn, eps = pars$eps) [ FAIL 3 | WARN 10 | SKIP 7 | PASS 166 ] Error: Test failures Execution halted Package: graphsim Check: examples New result: ERROR Running examples in ‘graphsim-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: generate_expression > ### Title: Generate Simulated Expression > ### Aliases: generate_expression generate_expression_mat > ### Keywords: graph igraph mvtnorm network simulation > > ### ** Examples > > > # construct a synthetic graph module > library("igraph") Attaching package: ‘igraph’ The following objects are masked from ‘package:stats’: decompose, spectrum The following object is masked from ‘package:base’: union > graph_test_edges <- rbind(c("A", "B"), c("B", "C"), c("B", "D")) > graph_test <- graph.edgelist(graph_test_edges, directed = TRUE) Warning: `graph.edgelist()` was deprecated in igraph 2.0.0. ℹ Please use `graph_from_edgelist()` instead. > > # compute a simulated dataset for toy example > # n = 100 samples > # cor = 0.8 max correlation between samples > # absolute = FALSE (geometric distance by default) > test_data <- generate_expression(100, graph_test, cor = 0.8) Error in as.undirected(graph, mode = "collapse", edge.attr.comb = function(x) ifelse(any(x %in% : unused argument (edge.attr.comb = function(x) ifelse(any(x %in% list(-1, 2, "inhibiting", "inhibition")), -1, 1)) Calls: generate_expression Execution halted Package: graphsim Check: R code for possible problems New result: NOTE generate_expression: possible error in as.undirected(graph, mode = "collapse", edge.attr.comb = function(x) ifelse(any(x %in% list(-1, 2, "inhibiting", "inhibition")), -1, 1)): unused argument (edge.attr.comb = function(x) ifelse(any(x %in% list(-1, 2, "inhibiting", "inhibition")), -1, 1)) make_state_matrix: possible error in as.undirected(graph, mode = "collapse", edge.attr.comb = function(x) ifelse(any(x %in% list(-1, 2, "inhibiting", "inhibition")), -1, 1)): unused argument (edge.attr.comb = function(x) ifelse(any(x %in% list(-1, 2, "inhibiting", "inhibition")), -1, 1)) Package: graphsim Check: whether package can be installed New result: WARNING Found the following significant warnings: Note: possible error in 'as.undirected(graph, ': unused argument (edge.attr.comb = function(x) ifelse(any(x %in% list(-1, 2, "inhibiting", "inhibition")), -1, 1)) See ‘/home/hornik/tmp/CRAN_recheck/graphsim.Rcheck/00install.out’ for details. Information on the location(s) of code generating the ‘Note’s can be obtained by re-running with environment variable R_KEEP_PKG_SOURCE set to ‘yes’. Package: immcp Check: examples New result: ERROR Running examples in ‘immcp-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: CreateDisDrugNet > ### Title: CreateDisDrugNet > ### Aliases: CreateDisDrugNet > > ### ** Examples > > data(drugdemo) > drug_herb <- PrepareData(drugdemo$drug_herb, from = "drug", to="herb") > herb_compound <- PrepareData(drugdemo$herb_compound, from = "herb", to="compound") > compound_target <- PrepareData(drugdemo$compound_target, from = "compound", to="target") > disease <- PrepareData(drugdemo$disease, diseaseID = "disease",from = "target", to="target") > BasicData <- CreateBasicData(drug_herb, herb_compound, compound_target, diseasenet = disease) > DisDrugNet <- CreateDisDrugNet(BasicData, drug = "Drug1", disease = "disease") Error in as.undirected(DisNet, mode = "each", edge.attr.comb = "mean") : unused argument (edge.attr.comb = "mean") Calls: CreateDisDrugNet -> union2 -> union Execution halted Package: immcp Check: R code for possible problems New result: NOTE CreateDisDrugNet: possible error in as.undirected(DisNet, mode = "each", edge.attr.comb = "mean"): unused argument (edge.attr.comb = "mean") CreateDisDrugNet: possible error in as.undirected(drugnet, mode = "each", edge.attr.comb = "mean"): unused argument (edge.attr.comb = "mean") Package: immcp Check: whether package can be installed New result: WARNING Found the following significant warnings: Note: possible error in 'as.undirected(DisNet, ': unused argument (edge.attr.comb = "mean") Note: possible error in 'as.undirected(drugnet, ': unused argument (edge.attr.comb = "mean") See ‘/home/hornik/tmp/CRAN_recheck/immcp.Rcheck/00install.out’ for details. Information on the location(s) of code generating the ‘Note’s can be obtained by re-running with environment variable R_KEEP_PKG_SOURCE set to ‘yes’. Package: iPRISM Check: R code for possible problems New result: NOTE simplify.layers: possible error in as.undirected(Input_Layer, mode = c("collapse"), edge.attr.comb = igraph_opt("edge.attr.comb")): unused argument (edge.attr.comb = igraph_opt("edge.attr.comb")) Package: iPRISM Check: re-building of vignette outputs New result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘PRISM.Rmd’ using rmarkdown ** Processing: /home/hornik/tmp/CRAN_recheck/iPRISM.Rcheck/vign_test/iPRISM/vignettes/PRISM_files/figure-html/unnamed-chunk-2-1.png 1344x960 pixels, 3x8 bits/pixel, RGB Input IDAT size = 394426 bytes Input file size = 395080 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 273327 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 273327 Output IDAT size = 273327 bytes (121099 bytes decrease) Output file size = 273405 bytes (121675 bytes = 30.80% decrease) Quitting from lines 52-63 [unnamed-chunk-3] (PRISM.Rmd) Error: processing vignette 'PRISM.Rmd' failed with diagnostics: unused argument (edge.attr.comb = igraph_opt("edge.attr.comb")) --- failed re-building ‘PRISM.Rmd’ SUMMARY: processing the following file failed: ‘PRISM.Rmd’ Error: Vignette re-building failed. Execution halted Package: iPRISM Check: whether package can be installed New result: WARNING Found the following significant warnings: Note: possible error in 'as.undirected(Input_Layer, ': unused argument (edge.attr.comb = igraph_opt("edge.attr.comb")) See ‘/home/hornik/tmp/CRAN_recheck/iPRISM.Rcheck/00install.out’ for details. Information on the location(s) of code generating the ‘Note’s can be obtained by re-running with environment variable R_KEEP_PKG_SOURCE set to ‘yes’. Package: linkprediction Check: tests New result: ERROR Running ‘testthat.R’ [4s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(linkprediction) > > test_check("linkprediction") [ FAIL 2 | WARN 11 | SKIP 0 | PASS 58 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_proxfun.R:51:7'): Checking calculating 'jaccard' ─────────────── Error in `score[v1, v2]`: incorrect number of dimensions Backtrace: ▆ 1. ├─testthat::expect_is(...) at test_proxfun.R:51:7 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─linkprediction::proxfun(g, method = m, value = "matrix") 5. └─linkprediction:::proxfun.igraph(g, method = m, value = "matrix") 6. ├─base::do.call(method, list(graph = graph, v1 = v1, v2 = v2, ...)) 7. └─linkprediction:::similarity_jaccard(...) ── Error ('test_proxfun.R:51:7'): Checking calculating 'sor' ─────────────────── Error in `score[v1, v2]`: incorrect number of dimensions Backtrace: ▆ 1. ├─testthat::expect_is(...) at test_proxfun.R:51:7 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─linkprediction::proxfun(g, method = m, value = "matrix") 5. └─linkprediction:::proxfun.igraph(g, method = m, value = "matrix") 6. ├─base::do.call(method, list(graph = graph, v1 = v1, v2 = v2, ...)) 7. └─linkprediction:::similarity_sor(...) [ FAIL 2 | WARN 11 | SKIP 0 | PASS 58 ] Error: Test failures Execution halted Package: MetaNet Check: examples New result: ERROR Running examples in ‘MetaNet-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: anno_vertex > ### Title: Use data.frame to annotate vertexes of metanet > ### Aliases: anno_vertex anno_node > > ### ** Examples > > data("c_net") > data("otutab", package = "pcutils") > anno_vertex(co_net, taxonomy) 7 attributes will be overwrited: Kingdom, Phylum, Class, Order, Family, Genus, Species =================================== metanet ==================================== IGRAPH 74bfffd UNW- 451 740 -- + attr: n_type (g/c), name (v/c), v_group (v/c), v_class (v/c), size | (v/n), label (v/c), shape (v/c), color (v/c), Abundance (v/n), | Kingdom (v/c), Phylum (v/c), Class (v/c), Order (v/c), Family (v/c), | Genus (v/c), Species (v/c), id (e/n), from (e/c), to (e/c), weight | (e/n), cor (e/n), p.value (e/n), e_type (e/c), width (e/n), | v_group_from (e/c), v_group_to (e/c), e_class (e/c), color (e/c), lty | (e/n) + edges from 74bfffd (vertex names): Error in `FUN()`: ! `data` must be uniquely named but has duplicate columns Backtrace: ▆ 1. ├─base (local) ``(x) 2. ├─MetaNet:::print.metanet(x) 3. │ └─igraph::print.igraph(x) 4. │ └─igraph:::.print.edges.compressed(...) 5. │ └─igraph:::.print.edges.compressed.limit(x, edges, names, max.lines) 6. │ └─igraph::head_print(fun, max_lines = max.lines) 7. │ └─igraph:::head_print_callback(...) 8. │ └─igraph (local) x("width", no = can_max) 9. │ ├─igraph::ends(x, edges[seq_len(no)], names = names) 10. │ │ ├─igraph:::as_igraph_es(graph, na.omit(es)) 11. │ │ └─stats::na.omit(es) 12. │ ├─edges[seq_len(no)] 13. │ └─igraph:::`[.igraph.es`(edges, seq_len(no)) 14. │ └─base::lapply(...) 15. │ └─rlang (local) FUN(X[[i]], ...) 16. └─rlang::abort(message = message) Execution halted Package: priorCON Check: examples New result: ERROR Running examples in ‘priorCON-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: connectivity_scenario > ### Title: Connectivity scenario problem > ### Aliases: connectivity_scenario > > ### ** Examples > > # Read connectivity files from folder and combine them > combined_edge_list <- preprocess_graphs(system.file("external", package="priorCON"), + header = FALSE, sep =";") > > # Set seed for reproducibility > set.seed(42) > > # Detect graph communities using the s-core algorithm > pre_graphs <- get_metrics(combined_edge_list, which_community = "s_core") Error in as.undirected(directed_graph_wgt, mode = "collapse", edge.attr.comb = "sum") : unused argument (edge.attr.comb = "sum") Calls: get_metrics -> .get_polygons Execution halted Package: priorCON Check: R code for possible problems New result: NOTE .get_polygons: possible error in as.undirected(directed_graph_wgt, mode = "collapse", edge.attr.comb = "sum"): unused argument (edge.attr.comb = "sum") .solution_pol_and_mat: possible error in as.undirected(directed_graph_wgt, mode = "collapse", edge.attr.comb = "sum"): unused argument (edge.attr.comb = "sum") Package: priorCON Check: tests New result: ERROR Running ‘testthat.R’ [15s/16s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(priorCON) > > test_check("priorCON") [ FAIL 3 | WARN 0 | SKIP 0 | PASS 12 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-connectivity_scenario.r:12:3'): connectivity_scenario works ──── Error in `as.undirected(directed_graph_wgt, mode = "collapse", edge.attr.comb = "sum")`: unused argument (edge.attr.comb = "sum") Backtrace: ▆ 1. └─priorCON::get_metrics(combined_edge_list, which_community = "s_core") at test-connectivity_scenario.r:12:3 2. └─priorCON:::.get_polygons(features_list[[hh]], which_community = which_community) ── Error ('test-get_metrics.r:12:3'): get_metrics works ──────────────────────── Error in `as.undirected(directed_graph_wgt, mode = "collapse", edge.attr.comb = "sum")`: unused argument (edge.attr.comb = "sum") Backtrace: ▆ 1. └─priorCON::get_metrics(combined_edge_list, which_community = "s_core") at test-get_metrics.r:12:3 2. └─priorCON:::.get_polygons(features_list[[hh]], which_community = which_community) ── Error ('test-get_outputs.r:12:3'): get_outputs works ──────────────────────── Error in `as.undirected(directed_graph_wgt, mode = "collapse", edge.attr.comb = "sum")`: unused argument (edge.attr.comb = "sum") Backtrace: ▆ 1. └─priorCON::get_metrics(combined_edge_list, which_community = "s_core") at test-get_outputs.r:12:3 2. └─priorCON:::.get_polygons(features_list[[hh]], which_community = which_community) [ FAIL 3 | WARN 0 | SKIP 0 | PASS 12 ] Error: Test failures Execution halted Package: priorCON Check: whether package can be installed New result: WARNING Found the following significant warnings: Note: possible error in 'as.undirected(directed_graph_wgt, ': unused argument (edge.attr.comb = "sum") See ‘/home/hornik/tmp/CRAN_recheck/priorCON.Rcheck/00install.out’ for details. Information on the location(s) of code generating the ‘Note’s can be obtained by re-running with environment variable R_KEEP_PKG_SOURCE set to ‘yes’. Package: RGraphSpace Check: re-building of vignette outputs New result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘RGraphSpace.Rmd’ using rmarkdown ** Processing: /home/hornik/tmp/CRAN_recheck/RGraphSpace.Rcheck/vign_test/RGraphSpace/vignettes/RGraphSpace_files/figure-html/Toy igraph - 2-1.png 1344x960 pixels, 3x8 bits/pixel, RGB Input IDAT size = 21838 bytes Input file size = 21940 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 17041 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 17041 Output IDAT size = 17041 bytes (4797 bytes decrease) Output file size = 17119 bytes (4821 bytes = 21.97% decrease) Quitting from lines 73-75 [Toy igraph - 3] (RGraphSpace.Rmd) Error: processing vignette 'RGraphSpace.Rmd' failed with diagnostics: unused argument (edge.attr.comb = "ignore") --- failed re-building ‘RGraphSpace.Rmd’ SUMMARY: processing the following file failed: ‘RGraphSpace.Rmd’ Error: Vignette re-building failed. Execution halted Package: scINSIGHT Check: R code for possible problems New result: NOTE norm_clust_strict_weighted: possible error in as.undirected(ig, mode = "mutual", edge.attr.comb = "first"): unused argument (edge.attr.comb = "first") Package: scINSIGHT Check: whether package can be installed New result: WARNING Found the following significant warnings: Note: possible error in 'as.undirected(ig, mode = "mutual", ': unused argument (edge.attr.comb = "first") See ‘/home/hornik/tmp/CRAN_recheck/scINSIGHT.Rcheck/00install.out’ for details. Information on the location(s) of code generating the ‘Note’s can be obtained by re-running with environment variable R_KEEP_PKG_SOURCE set to ‘yes’. Used C++ compiler: ‘g++-14 (Debian 14.2.0-3) 14.2.0’ Package: SEMdeep Check: examples New result: ERROR Running examples in ‘SEMdeep-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: mapGraph > ### Title: Map additional variables (nodes) to a graph object > ### Aliases: mapGraph > > ### ** Examples > > > # Load Amyotrophic Lateral Sclerosis (ALS) > ig<- alsData$graph; gplot(ig) > > # ... map source nodes to ALS graph > ig1 <- mapGraph(ig, type = "source"); gplot(ig1, l="dot") > > # ... map group source node to ALS graph > ig2 <- mapGraph(ig, type = "group"); gplot(ig2, l="fdp") > > # ... map outcome sink to ALS graph > ig3 <- mapGraph(ig, type = "outcome"); gplot(ig3, l="dot") > > # ... map LV source nodes to ALS graph > ig4 <- mapGraph(ig, type = "LV", LV = 3); gplot(ig4, l="fdp") > > # ... map LV source nodes to the clusters of ALS graph > ig5 <- mapGraph(ig, type = "clusterLV"); gplot(ig5, l="dot") Error in as.undirected(graph, mode = "collapse", edge.attr.comb = "ignore") : unused argument (edge.attr.comb = "ignore") Calls: mapGraph -> Execution halted Package: SEMgraph Check: examples New result: ERROR Running examples in ‘SEMgraph-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: clusterGraph > ### Title: Topological graph clustering > ### Aliases: clusterGraph > > ### ** Examples > > > # Clustering ALS graph with WTC method and LV model > G <- properties(alsData$graph)[[1]] Frequency distribution of graph components n.nodes n.graphs 1 32 1 Percent of vertices in the giant component: 100 % is.simple is.dag is.directed is.weighted TRUE TRUE TRUE TRUE which.mutual.FALSE 47 > clv <- clusterGraph(graph = G, type = "wtc", HM = "LV") Error in as.undirected(graph, mode = "collapse", edge.attr.comb = "ignore") : unused argument (edge.attr.comb = "ignore") Calls: clusterGraph Execution halted Package: SEMgraph Check: R code for possible problems New result: NOTE SEMtree: possible error in as.undirected(graph, edge.attr.comb = eattr): unused argument (edge.attr.comb = eattr) clusterGraph: possible error in as.undirected(graph, mode = "collapse", edge.attr.comb = "ignore"): unused argument (edge.attr.comb = "ignore") Package: SEMgraph Check: whether package can be installed New result: WARNING Found the following significant warnings: Note: possible error in 'as.undirected(graph, ': unused argument (edge.attr.comb = eattr) Note: possible error in 'as.undirected(graph, ': unused argument (edge.attr.comb = "ignore") See ‘/home/hornik/tmp/CRAN_recheck/SEMgraph.Rcheck/00install.out’ for details. Information on the location(s) of code generating the ‘Note’s can be obtained by re-running with environment variable R_KEEP_PKG_SOURCE set to ‘yes’. Package: simcausal Check: tests New result: ERROR Running ‘test-all.R’ [70s/71s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > ## unit tests will not be done if RUnit is not available > # setwd("..") > # getwd() > # library(RUnit) > if(require("RUnit", quietly=TRUE)) { + ## --- Setup --- + + pkg <- "simcausal" # <-- Tested package name + + if(Sys.getenv("RCMDCHECK") == "FALSE") { + ## Path to unit tests for standalone running under Makefile (not R CMD check) + ## PKG/tests/../inst/unitTests + # path <- file.path(getwd(), "..", "inst", "unitTests") + } else { + ## Path to unit tests for R CMD check + ## PKG.Rcheck/tests/../PKG/unitTests + # path <- system.file(package=pkg, "RUnit") + + # REPLACED WITH: + path <- file.path(getwd(), "RUnit") + } + + cat("\nRunning unit tests\n") + print(list(pkg=pkg, getwd=getwd(), pathToUnitTests=path)) + + library(package=pkg, character.only=TRUE) + + ## If desired, load the name space to allow testing of private functions + ## if (is.element(pkg, loadedNamespaces())) + ## attach(loadNamespace(pkg), name=paste("namespace", pkg, sep=":"), pos=3) + ## + ## or simply call PKG:::myPrivateFunction() in tests + + ## --- Testing --- + + ## Define tests + test.suite <- defineTestSuite(name=paste(pkg, "unit testing"), + # dirs="./RUnit", + dirs=path, + testFileRegexp = "^RUnit_tests_+", + testFuncRegexp = "^test.+", + rngKind = "Marsaglia-Multicarry", + rngNormalKind = "Kinderman-Ramage") + ## Run + tests <- runTestSuite(test.suite) + + ## Default report name + pathReport <- file.path(path, "report") + + ## Report to stdout and text files + cat("------------------- UNIT TEST SUMMARY ---------------------\n\n") + printTextProtocol(tests, showDetails=FALSE) + printTextProtocol(tests, showDetails=FALSE, + fileName=paste0(pathReport, "Summary.txt")) + printTextProtocol(tests, showDetails=TRUE, + fileName=paste0(pathReport, ".txt")) + ## Report to HTML file + printHTMLProtocol(tests, fileName=paste0(pathReport, ".html")) + + ## Return stop() to cause R CMD check stop in case of + ## - failures i.e. FALSE to unit tests or + ## - errors i.e. R errors + tmp <- getErrors(tests) + if(tmp$nFail > 0 | tmp$nErr > 0) { + stop(paste("\n\nunit testing failed (#test failures: ", tmp$nFail, + ", #R errors: ", tmp$nErr, ")\n\n", sep="")) + } + } else { + warning("cannot run unit tests -- package RUnit is not available") + } Running unit tests $pkg [1] "simcausal" $getwd [1] "/home/hornik/tmp/CRAN_recheck/simcausal.Rcheck/tests" $pathToUnitTests [1] "/home/hornik/tmp/CRAN_recheck/simcausal.Rcheck/tests/RUnit" Executing test function test.EFUeval ... ...automatically assigning order attribute to some nodes... node C.time_0, order:1 node Y_0, order:2 node D_0, order:3 node C.time_1, order:4 node Y_1, order:5 node D_1, order:6 node C.time_2, order:7 node Y_2, order:8 node D_2, order:9 node C.time_3, order:10 node Y_3, order:11 node D_3, order:12 node C.time_4, order:13 node Y_4, order:14 node D_4, order:15 node C.time_5, order:16 node Y_5, order:17 node D_5, order:18 simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node C.time_0, order:1 node Y_0, order:2 node D_0, order:3 node C.time_1, order:4 node Y_1, order:5 node D_1, order:6 node C.time_2, order:7 node Y_2, order:8 node D_2, order:9 node C.time_3, order:10 node Y_3, order:11 node D_3, order:12 node C.time_4, order:13 node Y_4, order:14 node D_4, order:15 node C.time_5, order:16 node Y_5, order:17 node D_5, order:18 using the following vertex attributes: NAdarkbluenone70.50 using the following edge attributes: black0.210.30.2 simulating observed dataset from the DAG object simulating observed dataset from the DAG object done successfully. Executing test function test.Nsamp.n.test ... ...automatically assigning order attribute to some nodes... node A, order:1 node N, order:2 simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node A, order:1 node N, order:2 simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node A, order:1 node N, order:2 done successfully. Executing test function test.bugfixes ... ...automatically assigning order attribute to some nodes... node const, order:1 node W1, order:2 node W2, order:3 node W3, order:4 node A, order:5 node Y, order:6 simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node L2_0, order:1 node L1_0, order:2 node A1_0, order:3 node L2_1, order:5 node L2_2, order:6 node L2_3, order:7 node L2_4, order:8 node L2_5, order:9 node L2_6, order:10 node L2_7, order:11 node L2_8, order:12 node L2_9, order:13 node L2_10, order:14 node L2_11, order:15 node L2_12, order:16 node L2_13, order:17 node L2_14, order:18 node L2_15, order:19 node L2_16, order:20 ...automatically assigning order attribute to some nodes... node L2_0, order:1 node L1_0, order:2 node L2_1, order:3 node L1_1, order:4 node L2_2, order:5 node L1_2, order:6 node L2_3, order:7 node L1_3, order:8 node L2_4, order:9 node L1_4, order:10 node L2_5, order:11 node L1_5, order:12 node L2_6, order:13 node L1_6, order:14 node L2_7, order:15 node L1_7, order:16 node L2_8, order:17 node L1_8, order:18 node L2_9, order:19 node L1_9, order:20 node L2_10, order:21 node L1_10, order:22 node L2_11, order:23 node L1_11, order:24 node L2_12, order:25 node L1_12, order:26 node L2_13, order:27 node L1_13, order:28 node L2_14, order:29 node L1_14, order:30 node L2_15, order:31 node L1_15, order:32 node L2_16, order:33 node L1_16, order:34 Error in add.nodes(DAG = obj1, nodes = obj2) : DAG object is locked: nodes in this DAG cannot be modified or added after set.DAG() In addition: Warning messages: 1: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: Marsaglia-Multicarry has poor statistical properties 2: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry 3: In add.nodes(DAG = obj1, nodes = obj2) : existing non-time-varying node L2 was overwritten with a time-varying node 4: In add.nodes(DAG = obj1, nodes = obj2) : existing non-time-varying node L2 was overwritten with a time-varying node 5: In set.DAG(D) : trying to lock an empty DAG, add nodes before calling set.DAG() simulating observed dataset from the DAG object simulating observed dataset from the DAG object simulating observed dataset from the DAG object simulating observed dataset from the DAG object simulating observed dataset from the DAG object simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node L0, order:1 node L1, order:2 node L2, order:3 simulating observed dataset from the DAG object simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node L0, order:1 node L1, order:2 node L2, order:3 simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node L0, order:1 node L1, order:2 simulating observed dataset from the DAG object simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node L0, order:1 node L1, order:2 simulating observed dataset from the DAG object simulating observed dataset from the DAG object done successfully. Executing test function test.condrcat.factor ... ...automatically assigning order attribute to some nodes... node W, order:1 node Cat3, order:2 ...automatically assigning order attribute to some nodes... node W, order:1 node Cat3, order:2 ...automatically assigning order attribute to some nodes... node W, order:1 node Cat3, order:2 Error in eval(x[[2]], envir = data.env, enclos = user.env) : dims [product 3] do not match the length of object [10] In addition: Warning messages: 1: In rcat.b1(n = n, probs = probs) : some categorical probabilities add up to more than 1, normalizing to add to 1 2: In rcat.b1(n = n, probs = probs) : some categorical probabilities add up to more than 1, normalizing to add to 1 3: In rcat.b1(n = n, probs = probs) : some categorical probabilities add up to more than 1, normalizing to add to 1 4: In (W == 0) * catprob.W0 : longer object length is not a multiple of shorter object length Error in set.DAG(D) : ...attempt to simulate data from DAG failed... ...automatically assigning order attribute to some nodes... node W, order:1 node Cat3, order:2 ...automatically assigning order attribute to some nodes... node W, order:1 node Cat3, order:2 simulating observed dataset from the DAG object done successfully. Executing test function test.distr ... All custom distributions defined in SimCausal: [1] "rbern" "rcat.b0" "rcat.b1" "rcat.factor" [5] "rcategor" "rcategor.int" "rconst" "rdistr.template" Error in rdistr.template(n = 100, arg1 = rep(0.5, 100), arg2 = rep(0.3, : inputs arguments should all have the same length done successfully. Executing test function test.experimental_parsingMSMs ... Error in simcausal:::parse.MSMform(msm.form = msm.form_3_error, t_vec = t_vec, : unable to map some of S() expressions in MSM formula, check that all of the summary measure expressions have been previously defined data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 100 simulated samples per action evaluating MSM summary measures and converting full data to long format for MSM target parameter MSM: fitting glm to full data simulating action-specific datasets for action(s): A1_th0 A1_th1 simulating action-specific datasets for action(s): A1_th0 A1_th1 evaluating MSM summary measures and converting full data to long format for MSM target parameter MSM: fitting glm to full data data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 100 simulated samples per action evaluating MSM summary measures and converting full data to long format for MSM target parameter MSM: fitting glm to full data simulating action-specific datasets for action(s): A1_th0 A1_th1 evaluating MSM summary measures and converting full data to long format for MSM target parameter MSM: fitting glm to full data simulating action-specific datasets for action(s): A1_th0 A1_th1 evaluating MSM summary measures and converting full data to long format for MSM target parameter MSM: fitting glm to full data for df_full in long format new summary measures cannot be calculated, using whatever summary measures already exist in df_full for df_full in long format outcome is pooled over the same t vector as defined in the first MSM that generated the long format data, changing pooling t requires re-generating the full data assuming the data is based on the following map of MSM terms to variable names S_exprs_vec XMSMterms 1 A1[max(0, t - 2)] XMSMterm.4 MSM: fitting glm to full data for df_full in long format new summary measures cannot be calculated, using whatever summary measures already exist in df_full for df_full in long format outcome is pooled over the same t vector as defined in the first MSM that generated the long format data, changing pooling t requires re-generating the full data assuming the data is based on the following map of MSM terms to variable names S_exprs_vec XMSMterms 1 A1[max(0, t - 2)] XMSMterm.4 2 A1[max(0, t - 1)] XMSMterm.1 MSM: fitting glm to full data Error in parse.MSMform(msm.form = form, t_vec = t_vec, old.DAG = DAG, : unable to map some of S() expressions in MSM formula, check that all of the summary measure expressions have been previously defined done successfully. Executing test function test.faster_tolongdata ... simulating observed dataset from the DAG object simulating observed dataset from the DAG object simulating observed dataset from the DAG object done successfully. Executing test function test.latent ... ...automatically assigning order attribute to some nodes... node I, order:1 node W1, order:2 node W2, order:3 node W3, order:4 node A, order:5 node U.Y, order:6 node Y, order:7 using the following vertex attributes: NAdarkbluenone100.50 using the following edge attributes: black0.210.60.5 Timing stopped at: 0.071 0 0.071 Error : `from()` was deprecated in igraph 2.1.0 and is now defunct. ℹ Please use `.from()` instead. done successfully. Executing test function test.longparse ... ...automatically assigning order attribute to some nodes... node group, order:1 simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node group, order:1 simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node A, order:1 node group, order:2 evaluating node group expression(s): rep(A, 3). One of the distribution parameters evaluated to non-standard vector length (its neither 1 nor n), make sure the distribution function knows how to handle it. simulating observed dataset from the DAG object evaluating node group expression(s): rep(A, 3). One of the distribution parameters evaluated to non-standard vector length (its neither 1 nor n), make sure the distribution function knows how to handle it. ...automatically assigning order attribute to some nodes... node A, order:1 node group, order:2 simulating observed dataset from the DAG object done successfully. Executing test function test.node ... ...automatically assigning order attribute to some nodes... node L0, order:1 node L1, order:2 simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node L0, order:1 node L1, order:2 simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node L0, order:1 simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node L0, order:1 node L1, order:2 node L2, order:3 simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node W1, order:1 node W2, order:2 node W3, order:3 simulating observed dataset from the DAG object existing node W1 was modified existing node W2 was modified existing node W3 was modified ...automatically assigning order attribute to some nodes... node W1, order:1 node W2, order:2 node W3, order:3 simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node W1, order:1 node W2, order:2 node W3, order:3 simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node L1_0, order:1 node L2_0, order:2 Error in add.nodes(DAG = obj1, nodes = obj2) : cannot define nodes with missing t after nodes with t non-missing were already defined In addition: Warning messages: 1: In (function (n, probs) : some categorical probabilities add up to more than 1, normalizing to add to 1 2: In (function (n, probs) : some categorical probabilities add up to more than 1, normalizing to add to 1 3: In rcat.b1(n = n, probs = probs) : some categorical probabilities add up to more than 1, normalizing to add to 1 4: In rcat.b1(n = n, probs = probs) : some categorical probabilities add up to more than 1, normalizing to add to 1 existing node L1_3 was modified existing node L1_4 was modified existing node L1_5 was modified existing node L1_4 was modified existing node L1_5 was modified ...automatically assigning order attribute to some nodes... node L1_0, order:1 node L2_0, order:2 node L1_1, order:3 node L2_1, order:4 node L1_2, order:5 node L2_2, order:6 node L1_3, order:7 node L2_3, order:8 node L1_4, order:9 node L2_4, order:10 node L1_5, order:11 node L2_5, order:12 simulating observed dataset from the DAG object existing node L1_2 was modified existing node L1_3 was modified existing node L1_4 was modified existing node L1_5 was modified ...automatically assigning order attribute to some nodes... node L3_0, order:1 node L3_1, order:2 node L1_2, order:3 node L2_2, order:4 node L3_2, order:5 node L1_3, order:6 node L2_3, order:7 node L3_3, order:8 node L1_4, order:9 node L2_4, order:10 node L3_4, order:11 node L1_5, order:12 node L2_5, order:13 node L3_5, order:14 simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node L3_0, order:1 node L3_1, order:2 node L1_2, order:3 node L2_2, order:4 node L3_2, order:5 node L1_3, order:6 node L2_3, order:7 node L3_3, order:8 node L1_4, order:9 node L2_4, order:10 node L3_4, order:11 node L1_5, order:12 node L2_5, order:13 node L3_5, order:14 simulating observed dataset from the DAG object ...automatically assigning order attribute to some nodes... node L2_0, order:1 node L1_0, order:2 node A1_0, order:3 node A2_0, order:4 node Y_0, order:5 node L2_1, order:6 node A1_1, order:7 node A2_1, order:8 node Y_1, order:9 node L2_2, order:10 node A1_2, order:11 node A2_2, order:12 node Y_2, order:13 node L2_3, order:14 node A1_3, order:15 node A2_3, order:16 node Y_3, order:17 node L2_4, order:18 node A1_4, order:19 node A2_4, order:20 node Y_4, order:21 node L2_5, order:22 node A1_5, order:23 node A2_5, order:24 node Y_5, order:25 node L2_6, order:26 node A1_6, order:27 node A2_6, order:28 node Y_6, order:29 node L2_7, order:30 node A1_7, order:31 node A2_7, order:32 node Y_7, order:33 node L2_8, order:34 node A1_8, order:35 node A2_8, order:36 node Y_8, order:37 node L2_9, order:38 node A1_9, order:39 node A2_9, order:40 node Y_9, order:41 node L2_10, order:42 node A1_10, order:43 node A2_10, order:44 node Y_10, order:45 node L2_11, order:46 node A1_11, order:47 node A2_11, order:48 node Y_11, order:49 node L2_12, order:50 node A1_12, order:51 node A2_12, order:52 node Y_12, order:53 node L2_13, order:54 node A1_13, order:55 node A2_13, order:56 node Y_13, order:57 node L2_14, order:58 node A1_14, order:59 node A2_14, order:60 node Y_14, order:61 node L2_15, order:62 node A1_15, order:63 node A2_15, order:64 node Y_15, order:65 node L2_16, order:66 node A1_16, order:67 node A2_16, order:68 node Y_16, order:69 simulating observed dataset from the DAG object simulating observed dataset from the DAG object done successfully. Executing test function test.noexistdistr ... ...automatically assigning order attribute to some nodes... node W1, order:1 rbinom2: note this distribution could not be located in package namespace, simulating from user-defined distribution found under the same name ...automatically assigning order attribute to some nodes... node W1, order:1 rbinom2: note this distribution could not be located in package namespace, simulating from user-defined distribution found under the same name Error in loadNamespace(name) : there is no package called 'rbinom3' Error in network("net", netfun = "rbinom3", Kmax = 5, size = 4, prob = c(0.4, : rbinom3: this network generator function could not be located ...automatically assigning order attribute to some nodes... node W1, order:1 simulating observed dataset from the DAG object done successfully. Executing test function test.plotting ... ...automatically assigning order attribute to some nodes... node L2_0, order:1 node L1_0, order:2 node A1_0, order:3 node A2_0, order:4 node Y_0, order:5 node L2_1, order:6 node A1_1, order:7 node A2_1, order:8 node Y_1, order:9 node L2_2, order:10 node A1_2, order:11 node A2_2, order:12 node Y_2, order:13 node L2_3, order:14 node A1_3, order:15 node A2_3, order:16 node Y_3, order:17 node L2_4, order:18 node A1_4, order:19 node A2_4, order:20 node Y_4, order:21 node L2_5, order:22 node A1_5, order:23 node A2_5, order:24 node Y_5, order:25 node L2_6, order:26 node A1_6, order:27 node A2_6, order:28 node Y_6, order:29 node L2_7, order:30 node A1_7, order:31 node A2_7, order:32 node Y_7, order:33 node L2_8, order:34 node A1_8, order:35 node A2_8, order:36 node Y_8, order:37 node L2_9, order:38 node A1_9, order:39 node A2_9, order:40 node Y_9, order:41 node L2_10, order:42 node A1_10, order:43 node A2_10, order:44 node Y_10, order:45 node L2_11, order:46 node A1_11, order:47 node A2_11, order:48 node Y_11, order:49 node L2_12, order:50 node A1_12, order:51 node A2_12, order:52 node Y_12, order:53 node L2_13, order:54 node A1_13, order:55 node A2_13, order:56 node Y_13, order:57 node L2_14, order:58 node A1_14, order:59 node A2_14, order:60 node Y_14, order:61 node L2_15, order:62 node A1_15, order:63 node A2_15, order:64 node Y_15, order:65 node L2_16, order:66 node A1_16, order:67 node A2_16, order:68 node Y_16, order:69 done successfully. Executing test function test.set.DAG_DAG1 ... simulating observed dataset from the DAG object some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() done successfully. Executing test function test.set.DAG_DAG2_errors ... Error in node("A_2", distr = "rbern", prob = 0.5, order = 1) : node names with underscore character '_' are not allowed Error in L2[0] : undefined time-dependent variable(s): L2_0 Error : error while evaluating node L2_0 formula: ifelse(L2[0] == 1, 0.5, 0.1). Check syntax specification. Error in set.DAG(c(L2_0, L1_0)) : ...attempt to simulate data from DAG failed... ...automatically assigning order attribute to some nodes... node , order:1 node , order:2 node , order:3 node , order:4 Error in strsplit(cur.node$name, "_") : non-character argument Error in set.DAG(testDAG_2_err1a) : ...attempt to simulate data from DAG failed... ...automatically assigning order attribute to some nodes... node , order:1 node , order:2 node , order:3 node , order:4 node , order:5 Error in set.DAG(testDAG_2_err1b) : All DAG nodes must have unique name attributes done successfully. Executing test function test.set.DAG_DAG2b_newactions ... ...automatically assigning order attribute to some nodes... node W1, order:1 node W2, order:2 node W3, order:3 node A, order:4 node Y, order:5 ...automatically assigning order attribute to some nodes... node W1, order:1 node W2, order:2 node W3, order:3 node A, order:4 node Y, order:5 ...automatically assigning order attribute to some nodes... node W1_0, order:1 node W2_0, order:2 node W3_0, order:3 node A_0, order:4 node Y_0, order:5 node W1_1, order:6 node W2_1, order:7 node W3_1, order:8 node A_1, order:9 node Y_1, order:10 ...automatically assigning order attribute to some nodes... node W1_0, order:1 node W2_0, order:2 node W3_0, order:3 node A_0, order:4 node Y_0, order:5 node W1_1, order:6 node W2_1, order:7 node W3_1, order:8 node A_1, order:9 node Y_1, order:10 simulating observed dataset from the DAG object using the following vertex attributes: NAdarkbluenone100.50 using the following edge attributes: black0.210.60.5 simulating observed dataset from the DAG object simulating observed dataset from the DAG object simulating action-specific datasets for action(s): A1 A0 simulating action-specific datasets for action(s): A1 A0 simulating action-specific datasets for action(s): A1 some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() Error : n is not a count (a single positive integer) data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() simulating observed dataset from the DAG object simulating observed dataset from the DAG object simulating action-specific datasets for action(s): A1 A0 simulating action-specific datasets for action(s): A1 A0 simulating action-specific datasets for action(s): A1 A0 Error in getactions(DAG, actions) : Couldn't locate action: A4 , first define action by adding it to the DAG object with DAG+action In addition: There were 13 warnings (use warnings() to see them) simulating observed dataset from the DAG object simulating observed dataset from the DAG object simulating action-specific datasets for action(s): A1 A0 simulating action-specific datasets for action(s): A1 A0 simulating observed dataset from the DAG object simulating observed dataset from the DAG object user system elapsed 0.296 0.000 0.297 simulating observed dataset from the DAG object user system elapsed 0.407 0.004 0.411 simulating observed dataset from the DAG object user system elapsed 0.345 0.000 0.345 Error in X_dat_th0[[2]] : subscript out of bounds In addition: There were 11 warnings (use warnings() to see them) some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() data not specified, simulating full data evaluating the target on 500 simulated samples per action some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() data not specified, simulating full data evaluating the target on 500 simulated samples per action Error in eval.target(D, n = 500, actions = "A1_th1", rndseed = 123) : some of the actions in param argument could not be found in the simulated full data some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() MSM: fitting glm to full data data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action MSM: fitting glm to full data data not specified, simulating full data evaluating the target on 500 simulated samples per action MSM: fitting glm to full data MSM: fitting glm to full data data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action MSM: fitting glm to full data simulating observed dataset from the DAG object done successfully. Executing test function test.set.DAG_DAG3_wlong ... simulating observed dataset from the DAG object simulating observed dataset from the DAG object done successfully. Executing test function test.set.DAG_DAG_informcens ... simulating observed dataset from the DAG object simulating observed dataset from the DAG object simulating observed dataset from the DAG object data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 100 simulated samples per action some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 100 simulated samples per action some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() some outcome nodes have EFU=TRUE, applying Last Time Point Carry Forward function: doLTCF() data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action MSM: fitting glm to full data MSM: fitting glm to full data data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action MSM: fitting glm to full data MSM: fitting glm to full data data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action evaluating MSM summary measures and converting full data to long format for MSM target parameter MSM: fitting glm to full data simulating observed dataset from the DAG object simulating observed dataset from the DAG object done successfully. Executing test function test.set.DAG_general ... Error in set.DAG(testDAG_listobj1) : DAG must be a list In addition: Warning message: In predict.lm(object, newdata, se.fit, scale = 1, type = if (type == : prediction from rank-deficient fit; attr(*, "non-estim") has doubtful cases Error in set.DAG(testDAG_listobj2) : each of DAG items must be a list specifying DAG node(s) ...automatically assigning order attribute to some nodes... node nm, order:1 node nm, order:2 node nm, order:3 Error : !is.null(user.env) is not TRUE Error in set.DAG(testDAG_names1) : ...attempt to simulate data from DAG failed... ...automatically assigning order attribute to some nodes... node nm, order:2 node nm, order:3 Error : !is.null(user.env) is not TRUE Error in set.DAG(testDAG_names2) : ...attempt to simulate data from DAG failed... Error in set.DAG(testDAG_dist) : All DAG nodes must have unique name attributes done successfully. Executing test function test.substitute ... ...automatically assigning order attribute to some nodes... node I, order:1 node W1, order:2 node W2, order:3 node W3, order:4 node A, order:5 simulating observed dataset from the DAG object done successfully. Executing test function test.t.error ... Error in add.nodes(DAG = obj1, nodes = obj2) : cannot define nodes with missing t after nodes with t non-missing were already defined done successfully. Executing test function test.tswitch_2MSMs ... [1] 0 [1] "abar" [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [1] 3 [1] "abar" [1] 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [1] 6 [1] "abar" [1] 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 [1] 10 [1] "abar" [1] 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 [1] 13 [1] "abar" [1] 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 [1] 17 [1] "abar" [1] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 [1] "tswitch_i" [1] 0 [1] "meanExposureVec" [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [1] "tswitch_i" [1] 3 [1] "meanExposureVec" [1] 0.000 0.000 0.000 0.250 0.400 0.500 0.571 0.625 0.667 0.700 0.727 0.750 [13] 0.769 0.786 0.800 0.812 0.824 [1] "tswitch_i" [1] 6 [1] "meanExposureVec" [1] 0.000 0.000 0.000 0.000 0.000 0.000 0.143 0.250 0.333 0.400 0.455 0.500 [13] 0.538 0.571 0.600 0.625 0.647 [1] "tswitch_i" [1] 10 [1] "meanExposureVec" [1] 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.091 0.167 [13] 0.231 0.286 0.333 0.375 0.412 [1] "tswitch_i" [1] 13 [1] "meanExposureVec" [1] 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 [13] 0.000 0.071 0.133 0.188 0.235 [1] "tswitch_i" [1] 17 [1] "meanExposureVec" [1] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action evaluating MSM summary measures and converting full data to long format for MSM target parameter MSM: fitting glm to full data data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action evaluating MSM summary measures and converting full data to long format for MSM target parameter MSM: fitting glm to full data data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action evaluating MSM summary measures and converting full data to long format for MSM target parameter MSM: fitting glm to full data data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action evaluating MSM summary measures and converting full data to long format for MSM target parameter MSM: fitting glm to full data data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action MSM: fitting glm to full data [1] "MSMtermName used" [1] "XMSMterm.1" [1] "MSMterm_vals last" [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [1] "MSMterm_vals last" [1] 0.0000000 0.0000000 0.0000000 0.2500000 0.4000000 0.5000000 0.5714286 [8] 0.6250000 0.6666667 0.7000000 0.7272727 0.7500000 0.7692308 0.7857143 [15] 0.8000000 0.8125000 0.8235294 [1] "MSMterm_vals last" [1] 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.1428571 [8] 0.2500000 0.3333333 0.4000000 0.4545455 0.5000000 0.5384615 0.5714286 [15] 0.6000000 0.6250000 0.6470588 [1] "MSMterm_vals last" [1] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [7] 0.00000000 0.00000000 0.00000000 0.00000000 0.09090909 0.16666667 [13] 0.23076923 0.28571429 0.33333333 0.37500000 0.41176471 [1] "MSMterm_vals last" [1] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [7] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [13] 0.00000000 0.07142857 0.13333333 0.18750000 0.23529412 [1] "MSMterm_vals last" [1] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 [1] "MSMtermName used" [1] "meanExposure" [1] "MSMterm_vals last" [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [1] "MSMterm_vals last" [1] 0.0000000 0.0000000 0.0000000 0.2500000 0.4000000 0.5000000 0.5714286 [8] 0.6250000 0.6666667 0.7000000 0.7272727 0.7500000 0.7692308 0.7857143 [15] 0.8000000 0.8125000 0.8235294 [1] "MSMterm_vals last" [1] 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.1428571 [8] 0.2500000 0.3333333 0.4000000 0.4545455 0.5000000 0.5384615 0.5714286 [15] 0.6000000 0.6250000 0.6470588 [1] "MSMterm_vals last" [1] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [7] 0.00000000 0.00000000 0.00000000 0.00000000 0.09090909 0.16666667 [13] 0.23076923 0.28571429 0.33333333 0.37500000 0.41176471 [1] "MSMterm_vals last" [1] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [7] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [13] 0.00000000 0.07142857 0.13333333 0.18750000 0.23529412 [1] "MSMterm_vals last" [1] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action evaluating MSM summary measures and converting full data to long format for MSM target parameter MSM: fitting glm to full data data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action evaluating MSM summary measures and converting full data to long format for MSM target parameter MSM: fitting glm to full data data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 500 simulated samples per action MSM: fitting glm to full data [1] "MSMtermName used" [1] "XMSMterm.1" [1] "MSMterm_vals last" [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [1] "MSMterm_vals last" [1] 0.0000000 0.0000000 0.0000000 0.2500000 0.4000000 0.5000000 0.5714286 [8] 0.6250000 0.6666667 0.7000000 0.7272727 0.7500000 0.7692308 0.7857143 [15] 0.8000000 0.8125000 0.8235294 [1] "MSMterm_vals last" [1] 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.1428571 [8] 0.2500000 0.3333333 0.4000000 0.4545455 0.5000000 0.5384615 0.5714286 [15] 0.6000000 0.6250000 0.6470588 [1] "MSMterm_vals last" [1] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [7] 0.00000000 0.00000000 0.00000000 0.00000000 0.09090909 0.16666667 [13] 0.23076923 0.28571429 0.33333333 0.37500000 0.41176471 [1] "MSMterm_vals last" [1] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [7] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [13] 0.00000000 0.07142857 0.13333333 0.18750000 0.23529412 [1] "MSMterm_vals last" [1] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 [1] "MSMtermName used" [1] "XMSMterm.1" [1] "MSMterm_vals last" [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [1] "MSMterm_vals last" [1] 0.0000000 0.0000000 0.0000000 0.2500000 0.4000000 0.5000000 0.5714286 [8] 0.6250000 0.6666667 0.7000000 0.7272727 0.7500000 0.7692308 0.7857143 [15] 0.8000000 0.8125000 0.8235294 [1] "MSMterm_vals last" [1] 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.1428571 [8] 0.2500000 0.3333333 0.4000000 0.4545455 0.5000000 0.5384615 0.5714286 [15] 0.6000000 0.6250000 0.6470588 [1] "MSMterm_vals last" [1] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [7] 0.00000000 0.00000000 0.00000000 0.00000000 0.09090909 0.16666667 [13] 0.23076923 0.28571429 0.33333333 0.37500000 0.41176471 [1] "MSMterm_vals last" [1] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [7] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [13] 0.00000000 0.07142857 0.13333333 0.18750000 0.23529412 [1] "MSMterm_vals last" [1] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 [1] "MSMtermName used" [1] "meanExposure" [1] "MSMterm_vals last" [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [1] "MSMterm_vals last" [1] 0.0000000 0.0000000 0.0000000 0.2500000 0.4000000 0.5000000 0.5714286 [8] 0.6250000 0.6666667 0.7000000 0.7272727 0.7500000 0.7692308 0.7857143 [15] 0.8000000 0.8125000 0.8235294 [1] "MSMterm_vals last" [1] 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.1428571 [8] 0.2500000 0.3333333 0.4000000 0.4545455 0.5000000 0.5384615 0.5714286 [15] 0.6000000 0.6250000 0.6470588 [1] "MSMterm_vals last" [1] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [7] 0.00000000 0.00000000 0.00000000 0.00000000 0.09090909 0.16666667 [13] 0.23076923 0.28571429 0.33333333 0.37500000 0.41176471 [1] "MSMterm_vals last" [1] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [7] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [13] 0.00000000 0.07142857 0.13333333 0.18750000 0.23529412 [1] "MSMterm_vals last" [1] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 [1] 0 [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [1] 5 [1] 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.1666667 0.2857143 [8] 0.3750000 0.4444444 0.5000000 0.5454545 0.5833333 0.6153846 0.6428571 [15] 0.6666667 0.6875000 0.7058824 [1] 10 [1] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [7] 0.00000000 0.00000000 0.00000000 0.00000000 0.09090909 0.16666667 [13] 0.23076923 0.28571429 0.33333333 0.37500000 0.41176471 [1] 17 [1] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data not specified, simulating full data no actions specified, sampling full data for ALL actions from the DAG evaluating the target on 200 simulated samples per action MSM: fitting glm to full data [1] "MSMtermName used" [1] "meanExposure" [1] "MSMterm_vals last" [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [1] "MSMterm_vals last" [1] 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.1666667 0.2857143 [8] 0.3750000 0.4444444 0.5000000 0.5454545 0.5833333 0.6153846 0.6428571 [15] 0.6666667 0.6875000 0.7058824 [1] "MSMterm_vals last" [1] 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 [7] 0.00000000 0.00000000 0.00000000 0.00000000 0.09090909 0.16666667 [13] 0.23076923 0.28571429 0.33333333 0.37500000 0.41176471 [1] "MSMterm_vals last" [1] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 done successfully. Executing test function test.long.wide.simobs ... done successfully. Executing test function test.networkgen1 ... [1] "automatic Kmax: " [1] 2 [1] "NetInd_k" [,1] [,2] [1,] NA NA [2,] NA NA [3,] NA NA [4,] NA NA [5,] NA NA [6,] 8 NA existing node Net.sample was modified simulating network with ER model using m: 10 [1] "automatic Kmax: " [1] 2 [1] "NetInd_k" [,1] [,2] [1,] 7 NA [2,] 5 NA [3,] 2 NA [4,] NA NA [5,] 3 7 [6,] 1 5 existing node Net.sample was modified simulating network with ER model using m: 10 [1] "automatic Kmax: " [1] 3 [1] "NetInd_k" [,1] [,2] [,3] [1,] 3 5 NA [2,] NA NA NA [3,] 1 NA NA [4,] NA NA NA [5,] NA NA NA [6,] 2 9 NA simulating network with ER model using m: 10 [1] "automatic Kmax: " [1] 2 [1] "NetInd_k" [,1] [,2] [1,] 5 8 [2,] NA NA [3,] 4 NA [4,] 3 NA [5,] 7 NA [6,] 4 5 simulating network with ER model using m: 500000 [1] "automatic Kmax: " [1] 551 [1] "NetInd_k" [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11] [,12] [,13] [,14] [1,] 2 3 8 10 14 16 17 18 19 20 21 22 23 24 [2,] 1 3 5 7 8 9 10 11 12 16 17 18 21 22 [3,] 1 2 7 8 9 11 12 14 15 17 22 23 25 26 [4,] 5 6 8 9 10 12 13 15 17 18 20 22 24 25 [5,] 1 6 7 9 11 15 18 20 23 26 27 28 30 33 [6,] 9 12 13 15 16 18 21 23 24 26 27 28 29 30 [,15] [,16] [,17] [,18] [,19] [,20] [,21] [,22] [,23] [,24] [,25] [,26] [1,] 28 33 35 38 40 43 44 45 47 49 51 53 [2,] 27 28 34 37 40 42 43 45 46 48 51 52 [3,] 27 32 35 36 37 41 44 45 47 49 50 53 [4,] 26 29 31 36 38 39 41 42 45 49 51 52 [5,] 35 36 43 44 45 46 48 50 58 60 61 62 [6,] 34 38 39 40 41 42 43 45 46 49 50 53 [,27] [,28] [,29] [,30] [,31] [,32] [,33] [,34] [,35] [,36] [,37] [,38] [1,] 56 57 58 59 62 63 66 67 68 69 72 75 [2,] 55 56 57 63 64 66 67 69 70 72 75 76 [3,] 56 57 58 59 61 63 64 65 67 69 71 74 [4,] 54 56 59 60 61 65 67 70 73 75 76 77 [5,] 63 66 72 76 77 81 84 85 86 87 89 90 [6,] 54 57 60 61 64 65 66 67 68 69 73 75 [,39] [,40] [,41] [,42] [,43] [,44] [,45] [,46] [,47] [,48] [,49] [,50] [1,] 77 78 79 81 83 84 88 89 91 92 93 95 [2,] 78 79 80 81 83 87 88 90 96 101 107 110 [3,] 75 76 77 82 83 84 86 87 89 94 95 96 [4,] 78 80 81 82 84 87 91 92 95 97 98 102 [5,] 91 94 95 99 100 101 103 105 106 108 109 111 [6,] 76 77 81 83 84 85 86 88 89 100 102 105 [,51] [,52] [,53] [,54] [,55] [,56] [,57] [,58] [,59] [,60] [,61] [,62] [1,] 97 98 99 100 101 105 106 107 109 110 111 115 [2,] 113 114 115 116 117 123 124 125 127 135 136 138 [3,] 97 100 101 102 106 107 112 113 117 119 120 121 [4,] 103 105 107 108 110 112 114 120 121 124 125 126 [5,] 114 117 118 120 121 123 124 125 128 129 130 131 [6,] 106 108 110 111 114 115 116 118 119 121 122 123 [,63] [,64] [,65] [,66] [,67] [,68] [,69] [,70] [,71] [,72] [,73] [,74] [1,] 118 119 120 122 127 128 131 136 137 138 141 145 [2,] 139 141 142 143 144 145 147 148 149 150 151 153 [3,] 122 124 127 128 130 132 133 134 137 138 140 141 [4,] 129 131 132 133 134 135 136 137 138 140 141 142 [5,] 133 134 135 137 139 144 145 147 148 149 151 152 [6,] 125 127 128 131 137 138 139 142 144 148 149 150 [,75] [,76] [,77] [,78] [,79] [,80] [,81] [,82] [,83] [,84] [,85] [,86] [1,] 146 148 150 151 152 153 154 155 156 159 160 161 [2,] 154 156 157 159 160 161 164 165 168 171 173 175 [3,] 143 144 146 150 153 156 157 158 159 162 163 165 [4,] 153 154 156 157 158 162 163 164 165 166 168 170 [5,] 155 157 158 159 161 164 167 168 169 171 172 173 [6,] 151 153 156 157 158 159 163 165 166 167 168 169 [,87] [,88] [,89] [,90] [,91] [,92] [,93] [,94] [,95] [,96] [,97] [,98] [1,] 163 164 165 167 168 170 171 177 180 182 184 186 [2,] 176 182 183 184 185 189 191 192 194 195 197 198 [3,] 167 169 171 173 175 179 180 183 184 185 186 187 [4,] 175 178 179 180 181 182 183 184 185 187 188 190 [5,] 179 182 183 187 189 190 192 194 199 203 204 205 [6,] 170 174 176 177 179 185 188 190 194 196 197 199 [,99] [,100] [,101] [,102] [,103] [,104] [,105] [,106] [,107] [,108] [1,] 187 188 189 191 192 196 197 198 200 201 [2,] 200 202 203 205 206 209 211 214 217 218 [3,] 188 189 190 194 195 198 199 200 201 202 [4,] 192 193 194 195 199 200 201 203 204 208 [5,] 206 207 209 211 212 214 217 219 220 221 [6,] 200 201 204 208 209 216 217 218 222 223 [,109] [,110] [,111] [,112] [,113] [,114] [,115] [,116] [,117] [,118] [1,] 202 203 204 206 209 212 213 215 216 219 [2,] 219 220 222 223 224 225 226 227 231 232 [3,] 203 204 205 209 211 212 213 215 216 220 [4,] 211 212 217 220 221 224 226 230 232 233 [5,] 222 223 224 225 227 228 234 235 236 238 [6,] 224 225 227 228 229 233 236 237 238 239 [,119] [,120] [,121] [,122] [,123] [,124] [,125] [,126] [,127] [,128] [1,] 220 227 228 230 232 236 237 239 242 244 [2,] 233 234 235 236 238 239 240 241 242 243 [3,] 221 224 225 227 228 229 231 232 235 239 [4,] 235 241 242 246 247 248 249 251 253 254 [5,] 240 241 243 247 248 249 251 252 254 255 [6,] 241 242 246 247 252 253 254 260 261 262 [,129] [,130] [,131] [,132] [,133] [,134] [,135] [,136] [,137] [,138] [1,] 246 247 250 251 252 253 254 255 258 260 [2,] 244 245 247 249 250 254 255 256 262 264 [3,] 241 243 245 246 247 251 252 255 256 258 [4,] 256 258 259 260 266 269 270 272 273 274 [5,] 259 261 263 264 266 267 268 269 270 271 [6,] 266 268 269 271 273 276 281 283 284 285 [,139] [,140] [,141] [,142] [,143] [,144] [,145] [,146] [,147] [,148] [1,] 261 262 264 265 269 272 276 279 280 281 [2,] 265 266 267 269 271 272 275 279 281 282 [3,] 261 263 265 266 267 270 271 272 273 274 [4,] 277 281 283 286 287 289 293 294 295 296 [5,] 273 274 280 281 282 285 289 291 294 295 [6,] 287 288 289 290 291 293 294 295 298 300 [,149] [,150] [,151] [,152] [,153] [,154] [,155] [,156] [,157] [,158] [1,] 283 286 289 290 292 293 298 299 301 302 [2,] 285 287 292 294 297 299 300 301 302 304 [3,] 275 277 279 280 281 282 283 284 286 287 [4,] 298 300 301 302 304 305 306 307 308 309 [5,] 296 297 298 300 301 303 305 306 307 308 [6,] 302 307 311 312 314 315 318 319 320 323 [,159] [,160] [,161] [,162] [,163] [,164] [,165] [,166] [,167] [,168] [1,] 304 305 306 308 311 313 315 316 319 322 [2,] 308 316 318 320 326 327 329 330 331 334 [3,] 288 289 290 291 292 294 295 301 302 303 [4,] 313 318 320 321 322 325 327 328 329 330 [5,] 309 312 313 317 319 320 321 322 323 324 [6,] 326 328 332 335 336 338 342 343 344 346 [,169] [,170] [,171] [,172] [,173] [,174] [,175] [,176] [,177] [,178] [1,] 324 325 327 329 331 332 335 336 343 345 [2,] 335 337 340 341 343 344 345 347 348 349 [3,] 306 307 308 310 312 316 317 320 324 327 [4,] 331 332 336 337 341 342 344 345 346 348 [5,] 325 326 327 329 331 333 334 335 337 338 [6,] 347 348 349 351 352 353 354 355 358 361 [,179] [,180] [,181] [,182] [,183] [,184] [,185] [,186] [,187] [,188] [1,] 347 349 350 352 354 356 357 358 359 360 [2,] 350 351 352 353 354 355 356 359 360 362 [3,] 330 331 332 334 338 339 340 341 344 345 [4,] 351 352 356 360 361 365 366 367 368 372 [5,] 339 341 343 344 346 348 349 353 354 356 [6,] 362 364 368 371 372 374 375 376 378 381 [,189] [,190] [,191] [,192] [,193] [,194] [,195] [,196] [,197] [,198] [1,] 362 365 367 369 372 374 375 380 383 385 [2,] 364 367 372 373 379 380 381 383 385 386 [3,] 346 348 353 354 355 357 359 360 362 364 [4,] 375 376 377 378 379 380 383 389 390 391 [5,] 359 360 361 362 365 371 373 374 375 376 [6,] 382 384 385 387 388 390 391 392 393 394 [,199] [,200] [,201] [,202] [,203] [,204] [,205] [,206] [,207] [,208] [1,] 389 391 397 399 400 401 404 405 418 420 [2,] 389 391 396 397 398 399 402 403 405 407 [3,] 366 367 369 371 372 373 376 381 385 386 [4,] 395 397 399 400 402 403 405 406 407 408 [5,] 379 380 381 382 383 384 385 388 389 390 [6,] 395 396 397 398 400 402 403 404 405 407 [,209] [,210] [,211] [,212] [,213] [,214] [,215] [,216] [,217] [,218] [1,] 421 423 427 431 432 435 436 437 438 439 [2,] 409 411 414 421 422 424 425 426 429 430 [3,] 388 390 391 395 399 400 401 403 404 405 [4,] 412 415 416 417 422 423 424 425 429 430 [5,] 397 399 400 401 402 405 406 407 408 409 [6,] 408 409 412 414 415 416 419 420 421 425 [,219] [,220] [,221] [,222] [,223] [,224] [,225] [,226] [,227] [,228] [1,] 440 442 444 448 449 450 451 455 460 462 [2,] 432 436 438 439 440 445 449 452 454 455 [3,] 406 407 408 411 412 413 414 416 418 419 [4,] 442 443 444 448 449 450 451 454 455 457 [5,] 411 412 416 418 420 421 422 426 429 430 [6,] 426 428 430 431 432 435 438 439 443 446 [,229] [,230] [,231] [,232] [,233] [,234] [,235] [,236] [,237] [,238] [1,] 469 472 477 478 479 481 486 491 494 495 [2,] 457 458 462 463 464 466 468 469 470 471 [3,] 422 424 425 429 430 431 433 435 440 441 [4,] 458 461 463 468 469 475 476 477 482 487 [5,] 433 435 439 441 443 446 449 450 451 462 [6,] 447 448 451 453 455 457 458 460 463 464 [,239] [,240] [,241] [,242] [,243] [,244] [,245] [,246] [,247] [,248] [1,] 496 497 499 500 501 503 504 505 506 508 [2,] 472 473 474 475 478 481 485 488 489 490 [3,] 443 445 447 448 451 453 455 457 458 459 [4,] 489 490 491 492 494 497 498 501 502 503 [5,] 463 468 469 472 473 474 477 479 480 483 [6,] 466 468 470 473 475 479 481 484 487 489 [,249] [,250] [,251] [,252] [,253] [,254] [,255] [,256] [,257] [,258] [1,] 509 510 511 512 515 518 522 523 524 526 [2,] 491 492 493 494 496 497 500 503 505 508 [3,] 461 463 468 469 470 471 472 474 479 480 [4,] 509 512 513 517 520 521 523 524 526 527 [5,] 484 486 487 488 489 490 491 492 494 496 [6,] 491 492 494 495 497 498 500 504 505 508 [,259] [,260] [,261] [,262] [,263] [,264] [,265] [,266] [,267] [,268] [1,] 529 531 534 535 537 539 542 543 545 546 [2,] 510 511 516 517 519 520 521 522 523 524 [3,] 486 488 491 492 494 496 497 499 500 501 [4,] 528 529 530 531 536 537 539 540 542 544 [5,] 497 500 501 502 505 507 508 513 514 517 [6,] 510 511 512 513 515 519 520 521 523 524 [,269] [,270] [,271] [,272] [,273] [,274] [,275] [,276] [,277] [,278] [1,] 551 553 554 555 556 560 562 564 568 569 [2,] 526 528 531 533 534 535 540 541 543 544 [3,] 502 503 506 509 511 512 514 515 516 518 [4,] 545 546 549 550 556 557 559 560 563 565 [5,] 518 520 522 529 530 531 532 536 537 540 [6,] 526 529 530 531 533 534 536 539 540 542 [,279] [,280] [,281] [,282] [,283] [,284] [,285] [,286] [,287] [,288] [1,] 570 571 574 576 578 581 582 583 585 588 [2,] 545 549 550 552 558 559 561 562 563 564 [3,] 520 521 523 525 530 532 533 535 541 542 [4,] 567 569 571 573 578 579 580 582 583 586 [5,] 542 545 547 550 557 558 559 560 561 563 [6,] 543 545 546 547 548 549 550 552 553 554 [,289] [,290] [,291] [,292] [,293] [,294] [,295] [,296] [,297] [,298] [1,] 589 590 596 599 600 602 604 607 608 609 [2,] 565 569 570 573 574 575 578 579 580 583 [3,] 543 546 548 550 554 555 557 558 559 560 [4,] 587 588 589 595 596 597 599 600 601 603 [5,] 566 568 570 571 573 575 576 579 584 586 [6,] 556 560 561 562 566 567 571 572 573 574 [,299] [,300] [,301] [,302] [,303] [,304] [,305] [,306] [,307] [,308] [1,] 615 616 618 621 623 624 627 629 631 633 [2,] 584 588 593 594 595 597 600 601 602 605 [3,] 561 562 563 564 565 567 568 577 578 579 [4,] 605 606 610 611 612 613 615 616 617 618 [5,] 588 589 592 594 598 599 602 603 604 605 [6,] 575 576 577 581 583 589 593 594 595 596 [,309] [,310] [,311] [,312] [,313] [,314] [,315] [,316] [,317] [,318] [1,] 634 635 636 637 639 640 642 645 646 647 [2,] 610 611 613 618 619 621 624 629 631 633 [3,] 581 582 583 585 587 588 589 591 594 596 [4,] 619 620 623 624 625 626 629 634 637 640 [5,] 608 611 613 616 617 620 624 625 627 632 [6,] 598 600 601 602 604 609 610 611 614 615 [,319] [,320] [,321] [,322] [,323] [,324] [,325] [,326] [,327] [,328] [1,] 648 649 652 653 655 656 657 659 663 666 [2,] 634 636 637 638 640 643 644 645 650 651 [3,] 597 599 601 602 603 604 605 606 608 611 [4,] 642 649 654 655 656 657 658 660 661 664 [5,] 634 639 642 646 647 650 653 662 663 665 [6,] 616 618 619 620 622 624 628 630 631 634 [,329] [,330] [,331] [,332] [,333] [,334] [,335] [,336] [,337] [,338] [1,] 668 669 672 674 675 677 678 679 685 689 [2,] 653 656 660 664 666 667 668 670 671 673 [3,] 613 614 622 623 624 628 629 630 631 632 [4,] 665 666 668 669 670 673 674 675 676 677 [5,] 666 667 669 672 673 674 675 678 679 681 [6,] 636 638 641 644 646 647 648 649 650 652 [,339] [,340] [,341] [,342] [,343] [,344] [,345] [,346] [,347] [,348] [1,] 691 694 697 698 701 705 707 708 709 710 [2,] 674 675 678 679 680 681 685 686 687 688 [3,] 633 636 637 641 644 646 651 652 653 654 [4,] 678 679 680 682 685 686 688 689 690 691 [5,] 682 687 690 691 694 698 701 705 708 711 [6,] 653 654 656 658 659 661 662 668 669 671 [,349] [,350] [,351] [,352] [,353] [,354] [,355] [,356] [,357] [,358] [1,] 711 714 715 717 719 721 726 728 730 731 [2,] 693 694 697 699 700 704 706 708 709 712 [3,] 655 657 658 659 660 661 663 668 670 671 [4,] 693 695 696 699 700 701 702 703 704 706 [5,] 712 713 714 715 716 717 718 719 720 721 [6,] 672 674 675 678 680 681 683 684 689 691 [,359] [,360] [,361] [,362] [,363] [,364] [,365] [,366] [,367] [,368] [1,] 732 733 734 735 738 739 740 745 749 750 [2,] 714 715 716 719 721 722 726 727 730 731 [3,] 673 678 679 680 681 682 684 685 686 689 [4,] 707 710 711 715 717 718 720 721 722 723 [5,] 722 725 726 730 731 732 733 734 735 738 [6,] 693 697 698 701 703 705 706 710 712 713 [,369] [,370] [,371] [,372] [,373] [,374] [,375] [,376] [,377] [,378] [1,] 751 752 753 757 758 760 762 765 768 769 [2,] 733 734 735 737 738 739 740 742 743 744 [3,] 692 693 695 701 706 710 711 715 716 718 [4,] 724 725 726 727 728 729 731 733 734 735 [5,] 739 740 741 742 744 746 749 750 751 753 [6,] 717 720 721 722 724 725 726 729 730 734 [,379] [,380] [,381] [,382] [,383] [,384] [,385] [,386] [,387] [,388] [1,] 771 774 775 778 779 780 781 782 784 785 [2,] 745 747 748 749 750 751 752 755 756 757 [3,] 719 721 724 725 728 730 732 734 739 741 [4,] 739 744 745 747 749 751 753 754 759 760 [5,] 757 760 763 765 766 769 771 772 776 779 [6,] 735 736 738 739 740 741 744 745 747 748 [,389] [,390] [,391] [,392] [,393] [,394] [,395] [,396] [,397] [,398] [1,] 786 787 788 792 794 795 796 797 803 804 [2,] 758 759 760 762 763 764 766 767 769 770 [3,] 742 744 745 748 750 753 758 759 763 766 [4,] 762 767 769 770 772 774 775 776 777 780 [5,] 780 781 783 786 787 788 789 792 794 795 [6,] 751 752 755 756 758 759 760 761 763 765 [,399] [,400] [,401] [,402] [,403] [,404] [,405] [,406] [,407] [,408] [1,] 806 808 812 814 815 819 820 823 826 830 [2,] 772 773 778 781 782 783 784 785 788 789 [3,] 768 769 771 772 773 776 777 778 780 783 [4,] 786 787 792 793 794 796 798 799 800 803 [5,] 798 801 802 804 805 806 807 808 810 812 [6,] 766 767 769 774 775 779 782 783 784 786 [,409] [,410] [,411] [,412] [,413] [,414] [,415] [,416] [,417] [,418] [1,] 831 833 835 836 838 843 845 847 848 849 [2,] 791 792 793 794 795 797 799 801 803 804 [3,] 784 785 786 788 789 792 793 794 795 799 [4,] 808 809 810 811 814 816 818 819 820 821 [5,] 814 816 822 824 825 826 828 830 836 838 [6,] 787 789 792 793 794 795 798 803 804 806 [,419] [,420] [,421] [,422] [,423] [,424] [,425] [,426] [,427] [,428] [1,] 851 852 854 855 857 858 859 860 861 863 [2,] 805 807 809 810 811 814 815 817 819 820 [3,] 802 804 806 807 808 810 811 815 816 818 [4,] 824 825 826 827 830 831 832 835 836 837 [5,] 839 840 841 842 843 848 850 851 852 857 [6,] 807 808 809 812 813 814 815 816 817 821 [,429] [,430] [,431] [,432] [,433] [,434] [,435] [,436] [,437] [,438] [1,] 865 866 867 868 870 874 876 878 879 883 [2,] 821 822 825 826 827 828 829 830 832 833 [3,] 819 823 824 827 828 831 833 837 839 840 [4,] 840 842 843 844 845 846 849 850 851 852 [5,] 859 863 864 866 867 868 871 873 878 879 [6,] 824 827 833 834 835 838 840 841 843 844 [,439] [,440] [,441] [,442] [,443] [,444] [,445] [,446] [,447] [,448] [1,] 885 886 888 889 890 892 893 894 896 897 [2,] 834 837 839 840 842 843 845 848 849 850 [3,] 844 845 846 847 849 853 855 858 859 860 [4,] 854 863 864 868 872 874 877 879 881 885 [5,] 880 881 882 886 887 889 890 891 892 893 [6,] 845 849 850 851 855 857 863 864 866 869 [,449] [,450] [,451] [,452] [,453] [,454] [,455] [,456] [,457] [,458] [1,] 898 899 901 902 908 909 912 916 918 920 [2,] 851 852 855 856 857 858 859 864 865 866 [3,] 861 862 864 866 871 872 876 877 879 880 [4,] 888 890 891 899 900 901 903 904 906 907 [5,] 895 896 898 904 905 907 909 914 916 918 [6,] 870 871 873 874 877 878 879 881 882 885 [,459] [,460] [,461] [,462] [,463] [,464] [,465] [,466] [,467] [,468] [1,] 921 922 923 930 931 933 934 935 938 939 [2,] 868 875 876 878 879 881 882 883 884 885 [3,] 882 886 887 888 889 890 891 897 898 900 [4,] 911 912 913 915 916 918 920 921 922 924 [5,] 920 921 922 923 924 926 928 932 933 934 [6,] 887 888 890 892 899 900 901 903 905 909 [,469] [,470] [,471] [,472] [,473] [,474] [,475] [,476] [,477] [,478] [1,] 945 946 949 952 953 954 955 956 961 962 [2,] 886 887 888 892 893 895 898 900 901 902 [3,] 902 903 906 907 909 911 912 913 917 918 [4,] 926 927 929 931 933 936 937 939 946 947 [5,] 936 937 938 939 941 944 946 947 951 953 [6,] 910 911 912 914 916 921 922 923 926 930 [,479] [,480] [,481] [,482] [,483] [,484] [,485] [,486] [,487] [,488] [1,] 963 965 969 972 974 975 976 977 979 981 [2,] 903 905 908 910 911 912 920 921 922 924 [3,] 922 924 929 930 932 933 934 935 937 939 [4,] 950 951 952 953 954 956 957 959 960 964 [5,] 954 961 962 963 965 970 974 976 979 980 [6,] 931 932 935 937 940 941 942 943 944 947 [,489] [,490] [,491] [,492] [,493] [,494] [,495] [,496] [,497] [,498] [1,] 986 989 990 992 994 997 1000 NA NA NA [2,] 925 926 929 931 932 934 936 937 938 939 [3,] 940 941 945 946 947 951 954 955 956 957 [4,] 965 966 969 971 973 978 983 984 985 986 [5,] 981 982 985 986 990 991 992 995 997 998 [6,] 948 951 953 954 956 958 961 962 963 964 [,499] [,500] [,501] [,502] [,503] [,504] [,505] [,506] [,507] [,508] [1,] NA NA NA NA NA NA NA NA NA NA [2,] 940 943 945 948 950 953 956 957 960 961 [3,] 958 960 962 963 966 967 968 970 972 973 [4,] 987 991 992 993 997 999 NA NA NA NA [5,] 999 1000 NA NA NA NA NA NA NA NA [6,] 965 967 968 970 973 974 977 978 981 982 [,509] [,510] [,511] [,512] [,513] [,514] [,515] [,516] [,517] [,518] [1,] NA NA NA NA NA NA NA NA NA NA [2,] 963 965 968 969 970 971 972 973 974 977 [3,] 974 975 978 980 983 984 985 986 990 991 [4,] NA NA NA NA NA NA NA NA NA NA [5,] NA NA NA NA NA NA NA NA NA NA [6,] 983 986 987 988 992 993 994 995 998 999 [,519] [,520] [,521] [,522] [,523] [,524] [,525] [,526] [,527] [,528] [1,] NA NA NA NA NA NA NA NA NA NA [2,] 978 982 983 984 985 986 987 988 989 991 [3,] 992 993 994 995 998 1000 NA NA NA NA [4,] NA NA NA NA NA NA NA NA NA NA [5,] NA NA NA NA NA NA NA NA NA NA [6,] 1000 NA NA NA NA NA NA NA NA NA [,529] [,530] [,531] [,532] [,533] [,534] [,535] [,536] [,537] [,538] [1,] NA NA NA NA NA NA NA NA NA NA [2,] 992 994 1000 NA NA NA NA NA NA NA [3,] NA NA NA NA NA NA NA NA NA NA [4,] NA NA NA NA NA NA NA NA NA NA [5,] NA NA NA NA NA NA NA NA NA NA [6,] NA NA NA NA NA NA NA NA NA NA [,539] [,540] [,541] [,542] [,543] [,544] [,545] [,546] [,547] [,548] [1,] NA NA NA NA NA NA NA NA NA NA [2,] NA NA NA NA NA NA NA NA NA NA [3,] NA NA NA NA NA NA NA NA NA NA [4,] NA NA NA NA NA NA NA NA NA NA [5,] NA NA NA NA NA NA NA NA NA NA [6,] NA NA NA NA NA NA NA NA NA NA [,549] [,550] [,551] [1,] NA NA NA [2,] NA NA NA [3,] NA NA NA [4,] NA NA NA [5,] NA NA NA [6,] NA NA NA done successfully. Executing test function test.networkgen2 ... [1] "K in genNET: 6" [1] "K in genNET: 6" done successfully. Executing test function test.networkgen_time ... Error in W2[[0]] : variable W2 doesn't exist In addition: Warning messages: 1: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: Marsaglia-Multicarry has poor statistical properties 2: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry 3: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: Marsaglia-Multicarry has poor statistical properties 4: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry 5: In (function (n, probs) : This function is deprecated, please use rcat.b1() instead. 6: In (function (n, probs) : This function is deprecated, please use rcat.b1() instead. Error : error while evaluating node F.W2_0 formula: W2[[0]]. Check syntax specification. Error in set.DAG(D) : ...attempt to simulate data from DAG failed... Error in F.W1[0:1][[0]] : ...network indexing variable evaluated to more than one column ... Error : error while evaluating node F.W1_2 formula: F.W1[0:1][[0]]. Check syntax specification. Error in set.DAG(D) : ...attempt to simulate data from DAG failed... Error : Undefined variable: F.A Error in set.DAG(D) : ...attempt to simulate data from DAG failed... done successfully. Executing test function test.tKmaxnet ... Error in eval.nodeform.full(expr_call = expr_call, expr_str = expr_str, : reference A[...] at node B is not allowed; node A was defined as time-invariant Error in set.DAG(D.t) : ...attempt to simulate data from DAG failed... Error : Undefined variable: xyz Error in set.DAG(D.t) : ...attempt to simulate data from DAG failed... Error in eval.nodeform.full(expr_call = expr_call, expr_str = expr_str, : reference A[...] at node B is not allowed; node A was defined as time-invariant In addition: Warning message: In FUN(X[[i]], ...) : the argument inside [...] cannot be parsed: A[rnorm] Error in set.DAG(D.t) : ...attempt to simulate data from DAG failed... done successfully. Executing test function test.MV ... Loading required package: mvtnorm ...automatically assigning order attribute to some nodes... node X1.X2.X3, order:1 node Y1.Y2, order:2 node A, order:3 Loading required package: copula Attaching package: 'copula' The following object is masked from 'package:simcausal': A Don't know the expression result type S4FALSE Don't know the expression result type S4FALSE Don't know the expression result type S4FALSE Don't know the expression result type S4FALSE Don't know the expression result type S4FALSE Don't know the expression result type S4FALSE Don't know the expression result type S4FALSE Don't know the expression result type S4FALSE Don't know the expression result type S4FALSE Don't know the expression result type S4FALSE [1] "current list of user-defined vectorized functions: qbinom" Loading required package: bindata done successfully. Executing test function test.NSEbug ... [1] "s" [1] 1 [1] "t" [1] 0 [1] "variable" [1] "(Intercept)" [1] "s" [1] 1 [1] "t" [1] 0 [1] "variable" [1] "mse" [1] "s" [1] 2 [1] "t" [1] 0 [1] "variable" [1] "(Intercept)" [1] "s" [1] 2 [1] "t" [1] 0 [1] "variable" [1] "mse" existing node L1_0 was modified [1] "s" [1] 3 [1] "t" [1] 0 [1] "variable" [1] "(Intercept)" [1] "s" [1] 3 [1] "t" [1] 0 [1] "variable" [1] "mse" existing node L1_0 was modified [1] "s" [1] 1 [1] "t" [1] 1 [1] "variable" [1] "(Intercept)" [1] "s" [1] 1 [1] "t" [1] 1 [1] "variable" [1] "mse" [1] "s" [1] 2 [1] "t" [1] 1 [1] "variable" [1] "(Intercept)" [1] "s" [1] 2 [1] "t" [1] 1 [1] "variable" [1] "mse" [1] "s" [1] 3 [1] "t" [1] 1 [1] "variable" [1] "(Intercept)" [1] "s" [1] 3 [1] "t" [1] 1 [1] "variable" [1] "mse" [1] "s" [1] 1 [1] "t" [1] 2 [1] "variable" [1] "(Intercept)" [1] "s" [1] 1 [1] "t" [1] 2 [1] "variable" [1] "mse" existing node L1_2 was modified [1] "s" [1] 2 [1] "t" [1] 2 [1] "variable" [1] "(Intercept)" [1] "s" [1] 2 [1] "t" [1] 2 [1] "variable" [1] "mse" [1] "s" [1] 3 [1] "t" [1] 2 [1] "variable" [1] "(Intercept)" [1] "s" [1] 3 [1] "t" [1] 2 [1] "variable" [1] "mse" done successfully. ------------------- UNIT TEST SUMMARY --------------------- RUNIT TEST PROTOCOL -- Thu Oct 3 02:12:38 2024 *********************************************** Number of test functions: 28 Number of errors: 1 Number of failures: 0 1 Test Suite : simcausal unit testing - 28 test functions, 1 error, 0 failures ERROR in test.latent: Error : `from()` was deprecated in igraph 2.1.0 and is now defunct. ℹ Please use `.from()` instead. Error: unit testing failed (#test failures: 0, #R errors: 1) In addition: Warning messages: 1: `as.directed()` was deprecated in igraph 2.1.0. ℹ Please use `as_directed()` instead. 2: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: Marsaglia-Multicarry has poor statistical properties 3: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry 4: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: Marsaglia-Multicarry has poor statistical properties 5: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry Execution halted Package: skynet Check: tests New result: ERROR Running ‘testthat.R’ [11s/11s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(skynet) > > test_check("skynet") [ FAIL 1 | WARN 25 | SKIP 4 | PASS 69 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test_download_db1b.R:6:3', 'test_download_ontime.R:6:3', 'test_download_t100.R:6:3', 'test_download_t100.R:13:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_smallerfunctions.R:16:3'): From To function ──────────────────── Error: `from()` was deprecated in igraph 2.1.0 and is now defunct. ℹ Please use `.from()` instead. Backtrace: ▆ 1. ├─testthat::expect_output(...) at test_smallerfunctions.R:16:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─testthat::capture_output_lines(code, print, width = width) 5. │ │ └─testthat:::eval_with_output(code, print = print, width = width) 6. │ │ ├─withr::with_output_sink(path, withVisible(code)) 7. │ │ │ └─base::force(code) 8. │ │ └─base::withVisible(code) 9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 10. ├─base::print(from_to_stats(test$gDir, "JFK", orig = "from")) 11. ├─skynet::from_to_stats(test$gDir, "JFK", orig = "from") 12. │ ├─E(x)[from(V(x)[y])] 13. │ └─igraph:::`[.igraph.es`(E(x), from(V(x)[y])) 14. │ └─base::lapply(...) 15. │ └─rlang (local) FUN(X[[i]], ...) 16. └─igraph (local) from(V(x)[y]) 17. └─lifecycle::deprecate_stop("2.1.0", "from()", ".from()") 18. └─lifecycle:::deprecate_stop0(msg) 19. └─rlang::cnd_signal(...) [ FAIL 1 | WARN 25 | SKIP 4 | PASS 69 ] Error: Test failures Execution halted