-
Notifications
You must be signed in to change notification settings - Fork 1
Requirements and installation
Anton Grau Larsen edited this page Jul 10, 2013
·
2 revisions
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
This is not available yet.
install.packages("soc.ca")
library(soc.ca)
To install from Github you need the devtools package.
install.packages("devtools")
library(devtools)
install_github("soc.ca", "Rsoc")
library(soc.ca)