Last updated on 2026-03-01 07:50:55 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.3 | 8.00 | 84.88 | 92.88 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.0.3 | 5.09 | 53.61 | 58.70 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.3 | 12.00 | 128.46 | 140.46 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 13.00 | 134.51 | 147.51 | NOTE | |
| r-devel-macos-arm64 | 0.0.3 | 2.00 | 30.00 | 32.00 | NOTE | |
| r-devel-windows-x86_64 | 0.0.3 | 9.00 | 95.00 | 104.00 | NOTE | |
| r-patched-linux-x86_64 | 0.0.3 | 7.84 | 74.54 | 82.38 | NOTE | |
| r-release-linux-x86_64 | 0.0.3 | 6.59 | 74.41 | 81.00 | 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 | 93.00 | 103.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 | 16.00 | 122.00 | 138.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’ [4s/64s]
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'
Saving _problems/test-data-27.R
[ FAIL 1 | WARN 1 | 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"))`: cannot open URL 'https://s3.amazonaws.com/hubway-data/202002-bluebikes-tripdata.zip'
Backtrace:
▆
1. └─bluebike::import_month_data(2020, 2) at test-data.R:27:3
2. └─utils::download.file(...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 8 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘bluebike.Rmd’ using rmarkdown
trying URL 'https://s3.amazonaws.com/hubway-data/201501-hubway-tripdata.zip'
Quitting from bluebike.Rmd:71-73 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `download.file()`:
! cannot open URL 'https://s3.amazonaws.com/hubway-data/201501-hubway-tripdata.zip'
---
Backtrace:
▆
1. └─bluebike::import_month_data(2015, 1)
2. └─utils::download.file(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'bluebike.Rmd' failed with diagnostics:
cannot open URL 'https://s3.amazonaws.com/hubway-data/201501-hubway-tripdata.zip'
--- failed re-building ‘bluebike.Rmd’
SUMMARY: processing the following file failed:
‘bluebike.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc