CRAN Package Check Results for Package learningtower

Last updated on 2025-02-18 02:50:39 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 11.33 70.63 81.96 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 9.29 50.58 59.87 OK
r-devel-linux-x86_64-fedora-clang 1.1.0 135.24 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 137.10 OK
r-devel-macos-arm64 1.1.0 73.00 OK
r-devel-macos-x86_64 1.1.0 125.00 OK
r-devel-windows-x86_64 1.1.0 13.00 137.00 150.00 OK
r-patched-linux-x86_64 1.1.0 10.20 66.90 77.10 OK
r-release-linux-x86_64 1.1.0 12.16 66.73 78.89 OK
r-release-macos-arm64 1.1.0 80.00 OK
r-release-macos-x86_64 1.1.0 122.00 OK
r-release-windows-x86_64 1.1.0 14.00 140.00 154.00 OK
r-oldrel-macos-arm64 1.1.0 76.00 OK
r-oldrel-macos-x86_64 1.1.0 129.00 OK
r-oldrel-windows-x86_64 1.1.0 17.00 206.00 223.00 ERROR

Check Details

Version: 1.1.0
Check: tests
Result: ERROR Running 'testthat.R' [23s] 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