Last updated on 2026-03-14 12:49:34 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.3 | 7.05 | 78.78 | 85.83 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.0.3 | 5.68 | 60.73 | 66.41 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.0.3 | 13.00 | 132.36 | 145.36 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 14.00 | 145.24 | 159.24 | NOTE | |
| r-devel-macos-arm64 | 0.0.3 | 2.00 | 30.00 | 32.00 | NOTE | |
| r-devel-windows-x86_64 | 0.0.3 | 10.00 | 92.00 | 102.00 | NOTE | |
| r-patched-linux-x86_64 | 0.0.3 | 6.45 | 73.37 | 79.82 | NOTE | |
| r-release-linux-x86_64 | 0.0.3 | 7.16 | 73.88 | 81.04 | NOTE | |
| r-release-macos-arm64 | 0.0.3 | NOTE | ||||
| r-release-macos-x86_64 | 0.0.3 | 4.00 | 143.00 | 147.00 | NOTE | |
| r-release-windows-x86_64 | 0.0.3 | 10.00 | 94.00 | 104.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.0.3 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.0.3 | 4.00 | 115.00 | 119.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.0.3 | 12.00 | 118.00 | 130.00 | NOTE |
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-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, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-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 934 KB
Saving _problems/test-data-27.R
[ 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-devel-linux-x86_64-debian-clang