Package: r2spss
Type: Package
Title: Format R Output to Look Like SPSS
Version: 0.2.0
Date: 2021-11-24
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 methods that are typically covered in introductory statistics classes: descriptive statistics, common hypothesis tests, ANOVA, and linear regression, as well as boxplots, histograms, scatterplots, 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)
Imports: graphics, grDevices, 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.1.2
NeedsCompilation: no
Packaged: 2021-11-24 14:31:34 UTC; andreas
Repository: CRAN
Date/Publication: 2021-11-24 18:50:05 UTC
