mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
cba05ce7a1b8b8bccf41443f975dfc0dc0d310d7
.. since the R runtime is shared by charts we offer the ability to prefix variables with $$ to ensure they don't conflict across multiple RCharts. .. $$d <- GC.activity() would actually be parsed within R as gc0d <- GC.activity(). The next chart would get gc1 and so on. .. it is optional, so charts could share data structures (but wonder why you might do that) .. we still need to encapsulate the code to plot within a script to ensure it is refreshed when the chart is selected or underlying data changes.
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
Alternatively official builds are available from http://www.goldencheetah.org
whilst latest developer builds are available from http://goldencheetah.stand2surf.net
Description
Languages
Standard ML
68.3%
C++
28.1%
C
2.7%
Yacc
0.2%
QMake
0.2%
Other
0.1%