- LANGUAGE: Object Pascal
- IDE: DELPHI 2007
This is the development code of the project Tinn-R Editor - GUI for R Language and Environment.
You should use it if you want to contribute to its development: testing unreleased versions, fixing bugs, writing code, writing documentation, etc.
Tinn-R simple but efficient replacement for the basic code editor provided by Rgui. The project leader and main developer is José Cláudio Faria/UESC/DCET.
- Setup: https://github.com/jcfaria/Tinn-R/tree/master/distribution/Tinn-R/bin
- Portable: https://github.com/jcfaria/Tinn-R/tree/master/distribution/Tinn-R_portable/zip
Do the following in a terminal emulator:
git clone git://github.com/jcfaria/Tinn-R.git
or
The documentation source (LaTeX) of this software is available at
A good option to keep track of developments and always use the most up-to-date version of Tinn-R is to clone the project in a folder on your computer (git clone), after which, pin the executable (Tinn_R.exe and Tinn_R_portable.exe) located in the Tinn-R/bin folder. This is how I use it.
The stable version is available in two repositories
- https://tinn-r.org/en/ (the main web page)
- https://sourceforge.net/projects/tinn-r/ (public repository)