Mark Liversedge f322af31b9 R Support Compare Mode
.. GC.activity(compare=TRUE) will return a list of compares

.. If you are not in compare mode it will be 1 element long
   and represent the currently selected ride

.. otherwise it will have one entry for each activity dropped
   into the compare pane

.. each element has a $activity and a $color

Example:

df <- GC.activity()
.. do plot ..

Now:

compares <- GC.activity(compare=TRUE)
for (compare in compares) {
   df <- compare$activity
   col <- compare$color

   .. do plot ...
}
2016-05-01 21:08:41 +01:00
2016-04-27 08:11:01 +01:00
2016-04-29 09:14:59 +01:00
2015-09-18 08:49:39 +01:00
2015-12-03 13:30:05 +00:00
2016-02-26 10:21:14 +00:00
2016-03-26 09:55:38 +00:00
2016-05-01 21:08:41 +01:00
2016-04-02 17:36:41 -04:00
2016-04-30 21:44:37 +01:00
2016-03-26 11:02:41 +00:00
2016-04-19 08:40:03 +02:00
2015-11-14 21:53:15 +00:00
2015-11-25 19:48:42 +00:00
2015-01-14 10:32:50 +00:00
2015-11-16 01:32:08 -05:00
2013-03-08 17:20:41 -05:00
2016-04-02 19:31:10 +02:00

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

INSTALL-WIN32 For building on Microsoft Windows

INSTALL-LINUX For building on Ubuntu 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 latest developer builds are available from http://goldencheetah.stand2surf.net

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