rHelper is simple and easy to use app for runners. It contains both a pace calculator and race predictor.
First, sometimes runner wants to know average pace for next race to complete in desirable time. rHelper allows to calculate pace using distance and time. It also possible to compute any parameter using another two.
Second, runner may predict race time for another distance. For example, using marathon time it's possible to predict half marathon time, when runner may run faster.
Also rHelper provides VO2max estimate, an important measure of aerobic physical fitness. Find more on https://en.wikipedia.org/wiki/VO2_max
How rHelper works
rHelper was built on shinyapps.io platform. Its simple interface coded in ui.R and user information processor is in server.R. There are some other files. Full code available on: https://github.com/yurkai/DDP-CP