...
- R Installation
- Bioconductor
- Eclipse Plugin for R
- You'll also need to install some tools that R package builds depend upon:
- Windows
- Download and unpack https://s3.amazonaws.com/nicole.deflaux/RStuff/DocumentationAndToolsForBuildingRPackageOnWindows.zip
- Follow the instructions on the first three slides of
doc/buildingPackages110406.pdf
for how to install all the toolsR Tools - If you have Cygwin installed, do NOT install the Cygwin DLLs (the installer has more detailed instructions)
- InstallĀ MikTeX
- Mac OSX
- Install XCodeso that you have a C compiler
- Be sure to select installation option "UNIX Development Support"
- If you install from the "App Store" and are not presented with this option, the following is a work-around:
After installing Xcode, go to XCode>Preferences...
Go to Downloads > Command Line Tools > Install
Follow the prompts to register as an Apple Developer and download the tools.
- Install MacTex
- Install XCodeso that you have a C compiler
- Windows
...