CRAN Package Check Results for Package bluebike

Last updated on 2025-02-22 12:50:11 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.3 7.15 75.39 82.54 NOTE
r-devel-linux-x86_64-debian-gcc 0.0.3 5.37 55.92 61.29 NOTE
r-devel-linux-x86_64-fedora-clang 0.0.3 132.93 NOTE
r-devel-linux-x86_64-fedora-gcc 0.0.3 146.22 NOTE
r-devel-macos-arm64 0.0.3 55.00 NOTE
r-devel-macos-x86_64 0.0.3 147.00 NOTE
r-devel-windows-x86_64 0.0.3 9.00 92.00 101.00 NOTE
r-patched-linux-x86_64 0.0.3 6.95 66.12 73.07 ERROR
r-release-linux-x86_64 0.0.3 6.48 69.62 76.10 NOTE
r-release-macos-arm64 0.0.3 54.00 NOTE
r-release-macos-x86_64 0.0.3 119.00 NOTE
r-release-windows-x86_64 0.0.3 9.00 91.00 100.00 NOTE
r-oldrel-macos-arm64 0.0.3 59.00 OK
r-oldrel-macos-x86_64 0.0.3 90.00 OK
r-oldrel-windows-x86_64 0.0.3 11.00 109.00 120.00 OK

Check Details

Version: 0.0.3
Check: Rd files
Result: NOTE checkRd: (-1) bluebike.Rd:17: Lost braces 17 | \item{\code{import_month_data}}\cr {Takes in numeric year/month values and imports data from \href{https://www.bluebikes.com/system-data}{Blue Bikes System Data} for the specified time} | ^ checkRd: (-1) bluebike.Rd:18: Lost braces; missing escapes or markup? 18 | \item{\code{station_distance}}\cr {Returns stations with distance in ascending order given the user's current location} | ^ checkRd: (-1) bluebike.Rd:19: Lost braces; missing escapes or markup? 19 | \item{\code{station_radius}}\cr {Plots the position of the stations within walking distance (500 m), and present the basic information about the stations via leaflet} | ^ checkRd: (-1) bluebike.Rd:20: Lost braces; missing escapes or markup? 20 | \item{\code{trip_distance}}\cr {Computes the geographical distance between the start and end stations} | ^ checkRd: (-1) bluebike.Rd:25: Lost braces; missing escapes or markup? 25 | \item{\code{trip_history_sample}} \cr {A sample of 1000 trip data entries from February 2022} | ^ checkRd: (-1) bluebike.Rd:26: Lost braces; missing escapes or markup? 26 | \item{\code{station_data}} \cr {A dataset that includes identification, position, and other basic information about bluebike stations} | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 0.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/65s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(bluebike) > > test_check("bluebike") trying URL 'https://s3.amazonaws.com/hubway-data/202002-bluebikes-tripdata.zip' Content type 'application/zip' length 5018614 bytes (4.8 MB) ====== downloaded 645 KB [ FAIL 1 | WARN 2 | SKIP 0 | PASS 8 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-data.R:27:3'): imported trip history dataset is a dataframe ──── Error in `download.file(url = str_c("https://s3.amazonaws.com/hubway-data/", ym, "-bluebikes-tripdata.zip"), destfile = str_c(tempdir(), "/", ym, "-hubway-tripdata.zip"))`: download from 'https://s3.amazonaws.com/hubway-data/202002-bluebikes-tripdata.zip' failed Backtrace: ▆ 1. └─bluebike::import_month_data(2020, 2) at test-data.R:27:3 2. └─utils::download.file(...) [ FAIL 1 | WARN 2 | SKIP 0 | PASS 8 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64