R Under development (unstable) (2025-11-18 r89035 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. > # 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(splikit) ======================================================================================================= Welcome to Splikit - Developed by the Computational and Statistical Genomics Laboratory at McGill University, Montreal. Distributed under the MIT License. For documentation and examples, see the package vignette. ------------------------------------------------------------------------------------------------------- Bienvenue dans Splikit - Developpe par le Laboratoire de genomique computationnelle et statistique de l'Universite McGill, a Montreal. Distribue sous licence MIT. Pour la documentation et des exemples, consultez la vignette du package. ======================================================================================================= > > test_check("splikit") Starting M2 matrix creation... +-- Using C++ implementation for faster computation | |-- Events: 2000 | |-- Cells: 2000 | +-- Groups: 1788 Finished M2 matrix creation. Starting M2 matrix creation... +-- Using C++ implementation for faster computation | |-- Events: 2000 | |-- Cells: 2000 | +-- Groups: 1788 Finished M2 matrix creation. Starting M2 matrix creation... +-- Using C++ implementation for faster computation | |-- Events: 2000 | |-- Cells: 2000 | +-- Groups: 1788 Finished M2 matrix creation. There are 11 libraries detected... There are 11 libraries detected... Starting M2 matrix creation... +-- Using C++ implementation for faster computation | |-- Events: 2000 | |-- Cells: 2000 | +-- Groups: 1788 Finished M2 matrix creation. Starting M2 matrix creation... +-- Using C++ implementation for faster computation | |-- Events: 2000 | |-- Cells: 2000 | +-- Groups: 1788 Finished M2 matrix creation. Starting M2 matrix creation... +-- Using C++ implementation for faster computation | |-- Events: 2000 | |-- Cells: 2000 | +-- Groups: 1788 Finished M2 matrix creation. Starting M2 matrix creation... +-- Using C++ implementation for faster computation | |-- Events: 2000 | |-- Cells: 2000 | +-- Groups: 1788 Finished M2 matrix creation. Starting M2 matrix creation... +-- Using C++ implementation for faster computation | |-- Events: 2000 | |-- Cells: 2000 | +-- Groups: 1788 Finished M2 matrix creation. There are 11 libraries detected... Starting M2 matrix creation... +-- Using C++ implementation for faster computation | |-- Events: 2000 | |-- Cells: 2000 | +-- Groups: 1788 Finished M2 matrix creation. There are 11 libraries detected... Starting M2 matrix creation... +-- Using C++ implementation for faster computation | |-- Events: 2000 | |-- Cells: 2000 | +-- Groups: 1788 Finished M2 matrix creation. Starting M2 matrix creation... +-- Using C++ implementation for faster computation | |-- Events: 2000 | |-- Cells: 2000 | +-- Groups: 1788 Finished M2 matrix creation. Starting M2 matrix creation... +-- Using C++ implementation for faster computation | |-- Events: 2000 | |-- Cells: 2000 | +-- Groups: 1788 Finished M2 matrix creation. There are 11 libraries detected... Starting M2 matrix creation... +-- Using C++ implementation for faster computation | |-- Events: 2000 | |-- Cells: 2000 | +-- Groups: 1788 Finished M2 matrix creation. Starting M2 matrix creation... +-- Using C++ implementation for faster computation | |-- Events: 2000 | |-- Cells: 2000 | +-- Groups: 1788 Finished M2 matrix creation. There are 11 libraries detected... Starting M2 matrix creation... +-- Using C++ implementation for faster computation | |-- Events: 10 | |-- Cells: 5 | +-- Groups: 2 Finished M2 matrix creation. Starting M2 matrix creation... +-- Using C++ implementation for faster computation | |-- Events: 2000 | |-- Cells: 2000 | +-- Groups: 1788 Finished M2 matrix creation. There are 11 libraries detected... [ FAIL 0 | WARN 0 | SKIP 0 | PASS 75 ] > > proc.time() user system elapsed 5.59 0.53 6.07