R Under development (unstable) (2024-04-24 r86484 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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. > # 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(scPloidy) > > test_check("scPloidy") Loading required package: stats4 Loading required package: BiocGenerics Attaching package: 'BiocGenerics' The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabs The following objects are masked from 'package:base': Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append, as.data.frame, basename, cbind, colnames, dirname, do.call, duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, setdiff, table, tapply, union, unique, unsplit, which.max, which.min Loading required package: S4Vectors Attaching package: 'S4Vectors' The following object is masked from 'package:utils': findMatches The following objects are masked from 'package:base': I, expand.grid, unname Loading required package: IRanges Attaching package: 'IRanges' The following object is masked from 'package:grDevices': windows Loading required package: GenomeInfoDb Attaching package: 'readr' The following objects are masked from 'package:testthat': edition_get, local_edition Rows: 107037 Columns: 3 -- Column specification -------------------------------------------------------- Delimiter: "\t" chr (1): chrom dbl (2): chromStart, chromEnd i Use `spec()` to retrieve the full column specification for this data. i Specify the column types or set `show_col_types = FALSE` to quiet this message. | | | 0% | |=================================== | 50% | |======================================================================| 100% number of iterations= 104 [1] "Computing span = 2" [1] "Computing span = 3" [1] "Computing span = 4" [1] "Computing span = 5" [1] "Computing span = 6" [1] "Computing span = 7" [1] "Computing span = 8" [1] "Computing span = 9" [1] "Computing span = 10" [1] "Computing span = 2" [1] "Computing span = 3" [1] "Computing span = 4" [1] "Computing span = 5" [1] "Computing span = 6" [1] "Computing span = 7" [1] "Computing span = 8" [1] "Computing span = 9" [1] "Computing span = 10" [ FAIL 0 | WARN 0 | SKIP 0 | PASS 4 ] > > proc.time() user system elapsed 51.04 1.79 52.73