Last updated on 2025-04-25 06:49:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 12.36 | 70.02 | 82.38 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 9.32 | 49.45 | 58.77 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 125.75 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 138.32 | OK | |||
r-devel-windows-x86_64 | 1.1.0 | 14.00 | 89.00 | 103.00 | OK | |
r-patched-linux-x86_64 | 1.1.0 | 12.49 | 67.14 | 79.63 | OK | |
r-release-linux-x86_64 | 1.1.0 | 11.76 | 67.17 | 78.93 | OK | |
r-release-macos-arm64 | 1.1.0 | 85.00 | OK | |||
r-release-macos-x86_64 | 1.1.0 | 105.00 | OK | |||
r-release-windows-x86_64 | 1.1.0 | 14.00 | 93.00 | 107.00 | OK | |
r-oldrel-macos-arm64 | 1.1.0 | 80.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.0 | 122.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.0 | 17.00 | 100.00 | 117.00 | ERROR |
Version: 1.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [20s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> 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'
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 1 | WARN 1 | SKIP 0 | PASS 263 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-student-col-types.R:36:5'): load_student() returns correct structure for full datasets ──
Error in `utils::download.file(url = url_git, destfile = tmp)`: cannot open URL 'https://github.com/kevinwang09/learningtower/raw/master/student_full_data/student_2006.rds'
Backtrace:
▆
1. └─learningtower::load_student(year) at test-student-col-types.R:36:5
2. └─learningtower:::download_single_student(year = this_year)
3. └─utils::download.file(url = url_git, destfile = tmp)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 263 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64