Last updated on 2026-03-14 01:52:44 CET.
| Package | ERROR | NOTE |
|---|---|---|
| bluebike | 1 | 13 |
Current CRAN status: ERROR: 1, NOTE: 13
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