R Under development (unstable) (2023-09-23 r85215 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(occupationMeasurement) > > # Limit number of threads used by data.table > # More info here: https://github.com/Rdatatable/data.table/issues/5658 > data.table::setDTthreads(1) > > test_check("occupationMeasurement") [1] "Using a modified version of the KldB 2010.\nPlease mind the terms of use of the original KldB dataset (German):\n\n (c) Statistik der Bundesagentur für Arbeit\n Sie können Informationen speichern, (auch auszugsweise) mit Quellenangabe\n weitergeben, vervielfältigen und verbreiten. Die Inhalte dürfen nicht\n verändert oder verfälscht werden. Eigene Berechnungen sind erlaubt, jedoch\n als solche kenntlich zu machen. Im Falle einer Zugänglichmachung im\n Internet soll dies in Form einer Verlinkung auf die Homepage der Statistik\n der Bundesagentur für Arbeit erfolgen. Die Nutzung der Inhalte für\n gewerbliche Zwecke, ausgenommen Presse, Rundfunk und Fernsehen und\n wissenschaftliche Publikationen, bedarf der Genehmigung durch die Statistik\n der Bundesagentur für Arbeit.\n " trying URL 'https://www.klassifikationsserver.de/klassService/jsp/variant/downloadexport?type=EXPORT_CSV_VARIANT&variant=kldb2010&language=DE' Content type 'application/zip' length 581100 bytes (567 KB) ================================================== downloaded 567 KB [ FAIL 0 | WARN 0 | SKIP 21 | PASS 36 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-api.R:110:3', 'test-api.R:128:3', 'test-api.R:145:3', 'test-api.R:164:3', 'test-api.R:195:3', 'test-api.R:213:3', 'test-api.R:228:3', 'test-api.R:291:3', 'test-api.R:311:3', 'test-api.R:331:3', 'test-api.R:349:3', 'test-api.R:375:3', 'test-app.R:68:3', 'test-app.R:219:3', 'test-suggestions.R:2:3', 'test-suggestions.R:8:3', 'test-suggestions.R:12:3', 'test-suggestions.R:20:3', 'test-suggestions.R:38:3', 'test-suggestions.R:49:3', 'test-suggestions.R:59:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 36 ] > > proc.time() user system elapsed 4.56 0.59 9.42