258 Forks
699 Stars
699 Watchers

R

Collection of various algorithms implemented in R.

How to download and setup R

Open terminal and run command
git clone https://github.com/TheAlgorithms/R.git
git clone is used to create a copy or clone of R repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with R https://github.com/TheAlgorithms/R/archive/master.zip

Or simply clone R with SSH
[email protected]:TheAlgorithms/R.git

If you have some problems with R

You may open issue on R support forum (system) here: https://github.com/TheAlgorithms/R/issues