Package: r2spss
Type: Package
Title: Format R Output to Look Like SPSS
Version: 0.3.2
Date: 2022-05-25
Description: Create plots and LaTeX tables that look like SPSS output for use in teaching materials.  Rather than copying-and-pasting SPSS output into documents, R code that mocks up SPSS output can be integrated directly into dynamic LaTeX documents with tools such as knitr.  Functionality includes statistical techniques that are typically covered in introductory statistics classes: descriptive statistics, common hypothesis tests, ANOVA, and linear regression, as well as box plots, histograms, scatter plots, and line plots (including profile plots).
License: GPL (>= 3)
URL: https://github.com/aalfons/r2spss
BugReports: https://github.com/aalfons/r2spss/issues
Depends: R (>= 3.5.0), ggplot2 (>= 3.3.0)
Imports: graphics, scales, stats, car
Suggests: knitr
LazyLoad: yes
VignetteBuilder: knitr
Authors@R: 
    c(person("Andreas", "Alfons", 
             email = "alfons@ese.eur.nl",
             role = c("aut", "cre"),
             comment = c(ORCID = "0000-0002-2513-3788")))
Author: Andreas Alfons [aut, cre] (<https://orcid.org/0000-0002-2513-3788>)
Maintainer: Andreas Alfons <alfons@ese.eur.nl>
Encoding: UTF-8
RoxygenNote: 7.2.0
NeedsCompilation: no
Packaged: 2022-05-25 10:01:22 UTC; andreas
Repository: CRAN
Date/Publication: 2022-05-25 11:00:08 UTC
Built: R 4.2.0; ; 2023-07-11 02:27:19 UTC; unix
