Last updated on 2024-12-05 22:50:46 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.3 | 7.03 | 72.56 | 79.59 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.3 | 5.20 | 52.38 | 57.58 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.3 | 128.00 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 140.85 | NOTE | |||
r-devel-windows-x86_64 | 0.0.3 | 9.00 | 91.00 | 100.00 | NOTE | |
r-patched-linux-x86_64 | 0.0.3 | 6.96 | 70.64 | 77.60 | NOTE | |
r-release-linux-x86_64 | 0.0.3 | 7.27 | 70.02 | 77.29 | 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 | 8.00 | 94.00 | 102.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 | 108.00 | 119.00 | OK |
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-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’ [4s/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 492 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-devel-linux-x86_64-debian-gcc