Skip to content

Commit 96caa8d

Browse files
authored
Update README.md
1 parent 13905b9 commit 96caa8d

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1+
# agileR
2+
agileR was created by hsamuelson, because of a lack of official standalone versions of R.
3+
## Getting Started
4+
To start simply Clone the git
5+
6+
### Windows
7+
Open command prompt and navigate to your cloned repo. Then navigate to the executables:
8+
```
9+
cd R-3.3.0\bin
10+
```
11+
12+
#### Running R files
13+
To run .R files you will need to use Rscript.exe. To run a file with Rscript.exe simply type:
14+
```
15+
Rscript.exe C:/filepath/to/Rsscrip.R
16+
```
17+
#### Running R Console
18+
To open an R Console simply type:
19+
```
20+
R or R.exe
21+
```
22+
23+
### Linux & Mac OS
24+
There is no active support for Linux or Mac
25+
126

0 commit comments

Comments
 (0)