tashu
Analysis and Prediction of Bicycle Rental Amount
Description
Provides functions for analyzing citizens' bicycle usage pattern and predicting rental amount on specific conditions. Functions on this package interacts with data on 'tashudata' package, a 'drat' repository. 'tashudata' package contains rental/return history on public bicycle system('Tashu'), weather for 3 years and bicycle station information. To install this data package, see the instructions at <https://github.com/zeee1/Tashu_Rpackage>. top10_stations(), top10_paths() function visualizes image showing the most used top 10 stations and paths. daily_bike_rental() and monthly_bike_rental() shows daily, monthly amount of bicycle rental. create_train_dataset(), create_test_dataset() is data processing function for prediction. Bicycle rental history from 2013 to 2014 is used to create training dataset and that on 2015 is for test dataset. Users can make random-forest prediction model by using create_train_model() and predict amount of bicycle rental in 2015 by using predict_bike_rental().
Downloads
245
Last 30 days
19685th
584
Last 90 days
2.1K
Last year
Trend: +67.8% (30d vs prior 30d)
0
Last 30 days
23
Last 90 days
89
Last year
Trend: -100% (30d vs prior 30d)
1
Last 7 days
8
Last 30 days
0
All-time
autoCRAN-only: this name is served only by autoCRAN, so the count is exact.
CRAN Check Status
Show all 13 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | NOTE |
| r-devel-linux-x86_64-fedora-gcc | NOTE |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | OK |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check details (2 non-OK)
dependencies in R code
Namespaces in Imports field not imported from: ‘drat’ ‘plyr’ All declared Imports should be used.
dependencies in R code
Namespaces in Imports field not imported from: ‘drat’ ‘plyr’ All declared Imports should be used.
Check History
NOTE 9 OK · 5 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
dependencies in R code
Namespaces in Imports field not imported from: ‘drat’ ‘plyr’ All declared Imports should be used.
dependencies in R code
Namespaces in Imports field not imported from: ‘drat’ ‘plyr’ All declared Imports should be used.
package dependencies
Package suggested but not available for checking: ‘tashudata’
package dependencies
Package suggested but not available for checking: ‘tashudata’
package dependencies
Package suggested but not available for checking: 'tashudata'
Code
Code metrics have not been computed for this package yet.