R version 4.6.0 beta (2026-04-12 r89879 ucrt) -- "Because it was There" Copyright (C) 2026 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(ukhousing) > > test_check("ukhousing") Removed 1 cached file from 'D:\temp\2026_04_15_15_25_17_23157\RtmpquNt6e\ukh_cache_bd4c7923262a'. i Loading 'pp-2024.csv' from cache. [ FAIL 0 | WARN 0 | SKIP 12 | PASS 94 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-epc.R:52:3', 'test-hpi.R:2:3', 'test-hpi.R:13:3', 'test-hpi.R:23:3', 'test-hpi.R:32:3', 'test-pipr.R:2:3', 'test-planning.R:13:3', 'test-planning.R:20:3', 'test-ppd.R:50:3', 'test-sparql.R:9:3', 'test-sparql.R:17:3', 'test-transactions.R:2:3' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 94 ] > > proc.time() user system elapsed 2.92 0.56 3.46