We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13905b9 commit 96caa8dCopy full SHA for 96caa8d
1 file changed
README.md
@@ -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
26
0 commit comments