R version 4.4.0 RC (2024-04-16 r86441 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. > library("testthat") > library("LexisNexisTools") LexisNexisTools Version 1.0.0 > > test_check("LexisNexisTools") | | 0 % ~calculating |+++++ | 10% ~00s |++++++++++ | 20% ~00s |+++++++++++++++ | 30% ~00s |++++++++++++++++++++ | 40% ~00s |+++++++++++++++++++++++++ | 50% ~00s |++++++++++++++++++++++++++++++ | 60% ~00s |+++++++++++++++++++++++++++++++++++ | 70% ~00s |++++++++++++++++++++++++++++++++++++++++ | 80% ~00s |+++++++++++++++++++++++++++++++++++++++++++++ | 90% ~00s |++++++++++++++++++++++++++++++++++++++++++++++++++| 100% elapsed=00s [ FAIL 0 | WARN 0 | SKIP 3 | PASS 99 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • !dir.exists("/home/johannes/Dropbox/LexisNexis_sample_files/") is TRUE (1): 'test-lnt_read_uni.R:27:3' • On CRAN (2): 'test-lnt_convert.R:149:3', 'test-lnt_read_uni.R:37:3' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 99 ] > > proc.time() user system elapsed 13.73 4.21 17.89