Skip to content

A package that contains other packages that are helpful when doing stats in RStudio

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

statisticsforsocialscience/sssverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sssverse

The goal of sssverse is to install several useful packages at the same time!

Installation

You can install the current version of sssverse with:

if(!require(devtools)){
  install.packages("devtools")
}
devtools::install_github("statisticsforsocialscience/sssverse")

What Packages are installed and what do they do

  • cli (>= 1.0.0), Shows a nice colored package loader
  • crayon (>= 1.3.4), Enables the color
  • dplyr (>= 0.7.4), Data wrangling
  • purrr (>= 0.2.4), functional programming
  • rstudioapi (>= 0.7), enabling improvements to rstudio
  • tibble (>= 1.4.2), a modern data frame
  • clipr, copy data to clipboard and vice versa
  • colourpicker, easily pick colours
  • datapasta, copy data from any format into a data frame
  • esquisse, generate ggplot graphs in UI
  • ggthemes, more cool themes for ggplot
  • reprex, create representative examples if you have troubles
  • rhandsontable, edit data in an excel like fashion
  • questionr, edit factors in the UI
  • haven, read spss data files
  • scales, create percentage scales and more
  • magrittr, piping!
  • jmv, jamovi functions
  • jmvcore, jamovi support
  • psych, factor analysis and more psychometrics stuff
  • semPLS, PLS Structural equation modelling
  • seminr, improved PLS Structural equation modelling
  • lavaan, Covariance-based SEM (like AMOS)
  • cowplot, cooler plots
  • citr, Addin for citations in RMarkdown
  • ggeasy, repeating plotting tasks (from github)
  • gramr, spell check and good writing tools (from github)
  • WrapRmd word wrap for Rmd files (from github)

About

A package that contains other packages that are helpful when doing stats in RStudio

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published