Mark Liversedge a82c3b93a6 DataFilter embed R Scripts
.. similarly to embedding python when computing metrics

.. exactly the same semantics, although R isn't fussy
   about whitespace.

.. and example metric might be:

   {
        value { %%R GC.result(19) %%; }
   }

.. the interpreter is protected with a mutex which means
   R programs will never run in multiple threads. This has
   a performance penalty, but then using R for metrics is
   likely to be rather specialised anyway.
2018-01-29 14:05:49 +00:00
2017-12-12 18:25:23 +00:00
2015-09-18 08:49:39 +01:00
2017-03-02 07:34:24 +01:00
2017-03-31 10:09:35 -06:00
2016-03-26 09:55:38 +00:00
2018-01-29 14:05:49 +00:00
2018-01-21 08:12:33 +01:00
2016-05-02 19:00:19 +01:00
2017-11-21 14:21:47 +01:00
2015-11-14 21:53:15 +00:00
2015-11-25 19:48:42 +00:00
2017-10-27 20:32:21 -04:00
2017-02-25 14:07:54 +01:00
2017-11-07 21:38:24 -05:00

GoldenCheetah

About

GoldenCheetah is an open-source data analysis tool primarily written in C++ with Qt for cyclists and triathletes with support for training as well.

GoldenCheetah can connect with indoor trainers and cycling equipment such as cycling computers and power meters to import data.

In addition, GoldenCheetah can connect to cloud services.

It can then manipulate and view the data, as well as analyze it.

Installing

Golden Cheetah install and build instructions are documented for each platform;

INSTALL-WIN32 For building on Microsoft Windows

INSTALL-LINUX For building on Linux

INSTALL-MAC For building on Apple OS X

OSX: Build Status

Windows: Build status

Coverity Status

Alternatively, official builds are available from http://www.goldencheetah.org

whilst the latest developer builds are available from https://github.com/GoldenCheetah/GoldenCheetah/releases

Languages
Standard ML 68.3%
C++ 28.1%
C 2.7%
Yacc 0.2%
QMake 0.2%
Other 0.1%