knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

velo

velo is an R package which provides bicycle-related calculations frequently used by bike enthusiasts. So far many of these functions are spread over the web. These are often unreliable and/or intransparent mostly due to insufficient documentation. The main goals of the velo-package are:

You can install the latest development version from github with

if (packageVersion("devtools") < 1.6) {
    install.packages("devtools")    
    }
if (!"lazyeval" %in% installed.packages()[, "Package"]) {
devtools::install_github("hadley/lazyeval")  
}
devtools::install_github("jannes-m/velo")

TO DO



jannes-m/velo documentation built on May 23, 2023, 2:41 p.m.