docs/_posts/2018-03-21-installingR.md

layout: post title: "Installing R and R studio" author: Dominique Makowski author_web: https://dominiquemakowski.github.io/ date: 2018-03-21 summary: Installing R and R studio

Guide

Install R and R Studio

Install the psycho package

If you've never used psycho, enter one of the following in the console and press enter:

# This for the stable version:
install.packages("psycho")

# Or this for the dev version:
install.packages("devtools")
library(devtools)
devtools::install_github("neuropsychology/psycho.R")

Else, just put this at the beginning of every script:

library(psycho)

Previous blogposts



neuropsychology/psycho.R documentation built on Jan. 25, 2021, 7:59 a.m.