Skip to content

Requirements and installation

Anton Grau Larsen edited this page Jul 10, 2013 · 2 revisions

Requirements

soc.ca requires R 3.0 and above. See CRAN for downloads and installation instructions for your operating system.

We recommend using the Rstudio interface for analysis.

Even though we try to provide near publication quality graphical output, labels overlap and our style choices may just be slightly off. So for the finishing touches we recommend Inkscape.

If you want more output formats from R on a Windows system, you can install MiKTeX

Installing from CRAN

This is not available yet.

install.packages("soc.ca")
library(soc.ca)

Installing the development version from Github

To install from Github you need the devtools package.

install.packages("devtools")
library(devtools)
install_github("soc.ca", "Rsoc")
library(soc.ca)