R Under development (unstable) (2025-08-20 r88661 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(Cascade) Attaching package: 'Cascade' The following object is masked from 'package:testthat': compare > > test_check("Cascade") This is a micro_array S4 class. It contains : - (@microarray) a matrix of dimension 100 * 20 .... [gene expressions] - (@name) a vector of length 100 .... [gene names] - (@group) a vector of length 100 .... [groups for genes] - (@start_time) a vector of length 1 .... [first differential expression for genes] - (@time)a vector of length 4 .... [time points] - (@subject) an integer .... [number of subject]Loading required package: igraph Attaching package: 'igraph' The following object is masked from 'package:Cascade': compare The following object is masked from 'package:testthat': compare The following objects are masked from 'package:stats': decompose, spectrum The following object is masked from 'package:base': union Loading required package: tnet Loading required package: survival tnet: Analysis of Weighted, Two-mode, and Longitudinal networks. Type ?tnet for help. [ FAIL 0 | WARN 0 | SKIP 2 | PASS 17 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-cutoff-and-compare.R:1:1', 'test-predict.R:1:1' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 17 ] > > proc.time() user system elapsed 2.59 0.34 2.93