R Under development (unstable) (2024-12-20 r87452 ucrt) -- "Unsuffered Consequences" 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(learningtower) The learningtower package (version 1.1.0) provides data from OECD PISA database between 2000 - 2022. For package size reasons, only a small subset is provided in the package. Use the function `load_student()` to access the full data. > > test_check("learningtower") Downloading year 2000... trying URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2000.rds' Content type 'application/octet-stream' length 1493816 bytes (1.4 MB) ================================================== downloaded 1.4 MB Downloading year 2000... trying URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2000.rds' Content type 'application/octet-stream' length 1493816 bytes (1.4 MB) ================================================== downloaded 1.4 MB Downloading year 2000... trying URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2000.rds' Content type 'application/octet-stream' length 1493816 bytes (1.4 MB) ================================================== downloaded 1.4 MB Downloading year 2000... trying URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2000.rds' Content type 'application/octet-stream' length 1493816 bytes (1.4 MB) ================================================== downloaded 1.4 MB Downloading year 2003... trying URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2003.rds' Content type 'application/octet-stream' length 2532872 bytes (2.4 MB) ================================================== downloaded 2.4 MB Downloading year 2006... trying URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2006.rds' Content type 'application/octet-stream' length 4350196 bytes (4.1 MB) ================================================== downloaded 4.1 MB Downloading year 2009... trying URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2009.rds' Content type 'application/octet-stream' length 6047604 bytes (5.8 MB) ================================================== downloaded 5.8 MB Downloading year 2012... trying URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2012.rds' Content type 'application/octet-stream' length 4996808 bytes (4.8 MB) ================================================== downloaded 4.8 MB Downloading year 2015... trying URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2015.rds' Content type 'application/octet-stream' length 8516740 bytes (8.1 MB) ================================================== downloaded 8.1 MB Downloading year 2018... trying URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2018.rds' Content type 'application/octet-stream' length 9945304 bytes (9.5 MB) ================================================== downloaded 9.5 MB Downloading year 2022... trying URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2022.rds' Content type 'application/octet-stream' length 9475160 bytes (9.0 MB) ================================================== downloaded 9.0 MB Downloading year 2000... trying URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2000.rds' Content type 'application/octet-stream' length 1493816 bytes (1.4 MB) ================================================== downloaded 1.4 MB Downloading year 2000... trying URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2000.rds' Content type 'application/octet-stream' length 1493816 bytes (1.4 MB) ================================================== downloaded 1.4 MB Downloading year 2000... trying URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2000.rds' Content type 'application/octet-stream' length 1493816 bytes (1.4 MB) ================================================== downloaded 1.4 MB Downloading year 2003... trying URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2003.rds' Content type 'application/octet-stream' length 2532872 bytes (2.4 MB) ================================================== downloaded 2.4 MB Downloading year 2000... trying URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2000.rds' Content type 'application/octet-stream' length 1493816 bytes (1.4 MB) ================================================== downloaded 1.4 MB [ FAIL 0 | WARN 0 | SKIP 1 | PASS 396 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-test-load.R:6:1' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 396 ] > > proc.time() user system elapsed 11.81 2.23 22.57