R version 4.4.0 beta (2024-04-10 r86396 ucrt) -- "Puppy Cup" 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. > if ( requireNamespace("tinytest", quietly = TRUE) && requireNamespace("mirt", quietly = TRUE) ){ + tinytest::test_package("psychotree") + } Loading required package: partykit Loading required package: grid Loading required package: libcoin Loading required package: mvtnorm Loading required package: psychotools test_1pl.R.................... 0 tests test_1pl.R.................... 0 tests test_1pl.R.................... 1 tests OK test_1pl.R.................... 2 tests OK test_1pl.R.................... 3 tests OK test_1pl.R.................... 4 tests OK test_1pl.R.................... 5 tests OK test_1pl.R.................... 5 tests OK test_1pl.R.................... 5 tests OK test_1pl.R.................... 6 tests OK test_1pl.R.................... 7 tests OK test_1pl.R.................... 8 tests OK test_1pl.R.................... 9 tests OK test_1pl.R.................... 10 tests OK 18.6s test_2pl.R.................... 0 tests test_2pl.R.................... 0 tests test_2pl.R.................... 1 tests OK test_2pl.R.................... 2 tests OK test_2pl.R.................... 3 tests OK test_2pl.R.................... 4 tests OK test_2pl.R.................... 5 tests OK test_2pl.R.................... 5 tests OK test_2pl.R.................... 5 tests OK test_2pl.R.................... 6 tests OK test_2pl.R.................... 7 tests OK test_2pl.R.................... 8 tests OK test_2pl.R.................... 9 tests OK test_2pl.R.................... 10 tests OK 20.3s test_gpcm.R................... 0 tests test_gpcm.R................... 0 tests test_gpcm.R................... 1 tests OK test_gpcm.R................... 2 tests OK test_gpcm.R................... 3 tests OK test_gpcm.R................... 4 tests OK test_gpcm.R................... 5 tests OK test_gpcm.R................... 5 tests OK test_gpcm.R................... 6 tests OK test_gpcm.R................... 7 tests OK test_gpcm.R................... 8 tests OK test_gpcm.R................... 9 tests OK test_gpcm.R................... 10 tests OK 11.4s test_rasch.R.................. 0 tests test_rasch.R.................. 0 tests test_rasch.R.................. 1 tests OK test_rasch.R.................. 2 tests OK test_rasch.R.................. 3 tests OK test_rasch.R.................. 4 tests OK test_rasch.R.................. 5 tests OK test_rasch.R.................. 6 tests OK 8.5s All ok, 36 results (58.9s) > > proc.time() user system elapsed 58.46 2.06 60.53