-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Microsoft R Open | ||
================ | ||
|
||
This is the repository containing the source code for the open source components of Microsoft R Open. | ||
|
||
|
||
Directory Structure | ||
------------------- | ||
|
||
/additionalPackages -> Microsoft authored GPLv2 licensed R packages | ||
|
||
/patch -> Patches made to the R source code when building Microsoft R Open | ||
|
||
/source -> CRAN R source code | ||
|
||
/vendor -> Libraries needed to build Microsoft R Open | ||
|
||
|
||
|
||
Building | ||
-------- | ||
|
||
Please see the [R Installation and Administration Guide](https://cran.r-project.org/doc/manuals/r-release/R-admin.html) for instructions on building the R source. Patches can be applied using GNU Patch. | ||
|
||
The additional Microsoft authored packages can be built and installed using R CMD INSTALL after the R source has been built. |