Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Getting_Started #3

Merged
merged 10 commits into from
Apr 10, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 58 additions & 27 deletions 02-getting_started.Rmd
Original file line number Diff line number Diff line change
@@ -1,27 +1,58 @@
# Getting Started

## Install git

## Get the source code

## Compile and build

### UNIX

### Windows

## Install dependencies

### Linux

### maxOS and OS X

## Regenerate `configure`

## Troubleshoot the build

### Avoid recreating auto-generated files

## Editors and Tools

## Directory structure
# Getting Started

These instructions cover how to install R in Windows. The tools required to build R and R packages in Windows are also discussed.

## Installing R

To install R in Windows follow these steps:

1. Go to https://cran.r-project.org.

2. Select `Download R for Windows`. You will be directed to a page which shows `Subdirectories` for installing R on Windows.

3. Select `base` subdirectory. (Alternatively, you can select `install R for the first time`, it leads to the same page). The recent stable release distribution of R can be downloaded from here.

4. The distribution is distributed as an installer ($\ge$) `R-4.0.4-win.exe`.
SaranjeetKaur marked this conversation as resolved.
Show resolved Hide resolved

5. This has to be run in the Windows-style installer.

6. Select the language while installing, read the public license information, and select destination location to the start the installation. You will be prompted to select components at this stage: `User installation`, `32-bit User installation`, `64-bit User installation`, or `Custom installation`. The default option may be opted for the questions from this step onwards.

7. Complete the installation.

## General instructions

1. The R executable downloaded by following the above steps, is the binary distribution of ($\ge$) `R-4.0.4`, which can run on Windows XP and above versions (including 64-bit versions of Windows). It can run on ix86 and x86_64 chips.

2. There are two versions of the R executable, the 32-bit version (in `R-4.0.4\bin\i386`) and the 64-bit version (in `R-4.0.4\bin\x64`). On the 32-bit versions of Windows, by default only the former gets installed, whereas on the 64-bit versions, both get installed.

3. If there is already a previous version of R installed in your system and you want to retain the packages installed in it, then:
a) Uninstall R (write here, how to uninstall R)

## Building R and R packages

`RTools` subdirectory for

## Get the source code

## Compile and build

### UNIX

### Windows

## Install dependencies

### Linux

### maxOS and OS X

## Regenerate `configure`

## Troubleshoot the build

### Avoid recreating auto-generated files

## Editors and Tools

## Directory structure
Binary file modified rdevguide.rds
Binary file not shown.