-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: btpress
Version: 2018.06.05
Title: Bike Tire Pressure Optimizer
Description: Calculates front and rear tire pressure based on bicycle, load,
and rider weights for various 700c, 650b, and 26 inch tire sizes. Optimal
pressure will provide more comfort and efficiency. Imagine riding one gear
higher just by changing your tire pressure.
Authors@R: c(person("David", "Gabbé", , "dgabbe@acm.org", role = c("aut", "cre")))
Depends: R (>= 3.3.2)
Imports:
directlabels (>= 2017.03.31),
dplyr (>= 0.7.2),
ggimage,
ggplot2 (>= 2.2.0),
magrittr,
tibble,
tidyr,
wesanderson
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
LazyData: true
URL: https://github.com/dgabbe/btpress, https://blog.frame38.com/btpress
RoxygenNote: 6.0.1
Collate:
'min_max_limits.R'
'bike-tire-pressures.R'
'btpress-package.R'
'droop_pressure.R'
'generate-inflation-curve-data.R'
'theme_dg_pale.R'
'plot_helpers.R'
'generate_base_plot.R'
'plot-2-bike-inflation.R'
'plot-bike-inflation.R'
Suggests:
covr,
testthat