#This is a test

How was the install process? The install process worked well, with minimal confusion.

what other statistical software have you used? As far as I know, I have not used any other statistical software before.

#install.packages("psych")
#install.packages("psychTools")

library(psych)
library(psychTools)

data(epi.bfi)

hist(epi.bfi$bdi)

mean(epi.bfi$bdi)
## [1] 6.779221