R Under development (unstable) (2025-04-19 r88162 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(GeDS) Loading required package: Rcpp Loading required package: splines Loading required package: Matrix Loading required package: mi Loading required package: stats4 mi (Version 1.1, packaged: 2022-06-05 05:31:15 UTC; ben) mi Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Trustees of Columbia University This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under the General Public License version 2 or later. Execute RShowDoc('COPYING') for details. Loading required package: Rmpfr Loading required package: gmp Attaching package: 'gmp' The following objects are masked from 'package:Matrix': crossprod, tcrossprod The following objects are masked from 'package:base': %*%, apply, crossprod, matrix, tcrossprod C code of R package 'Rmpfr': GMP using 64 bits per limb Attaching package: 'Rmpfr' The following object is masked from 'package:gmp': outer The following objects are masked from 'package:stats': dbinom, dgamma, dnbinom, dnorm, dpois, dt, pnorm The following objects are masked from 'package:base': cbind, pmax, pmin, rbind ################################################################## This is GeDS version 0.3.1. See 'package?GeDS' for a brief introduction. Type 'citation('GeDS')' to learn how to cite this package. Please report any issue or bug to the authors (See the description file) ################################################################## > > test_check("GeDS") [ FAIL 0 | WARN 0 | SKIP 0 | PASS 36 ] > > proc.time() user system elapsed 50.20 81.46 133.96