Tinn-R icon indicating copy to clipboard operation
Tinn-R copied to clipboard

Tinn-R Editor - GUI for R Language and Environment

Tinn-R

  • 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.

Development Version

  • 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

How to clone the project?

Do the following in a terminal emulator:

git clone git://github.com/jcfaria/Tinn-R.git

or

git clone https://[email protected]/jcfaria/Tinn-R.git

Where to find project documentation source code?

The documentation source (LaTeX) of this software is available at

  • https://github.com/jcfaria/Tinn-R-doc

How to use the app after cloning the project?

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.

Where to find the stable version of the project?

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)