Package: pubprint
Version: 0.2
Date: 2016-05-11
Title: Printing Results of Statistical Computing in a Publishable Way
Description: Takes the output of statistical tests and transforms it in a
    publish-friendly pattern. Currently only APA (American Psychological
    Association) style is supported with output to HTML, LaTeX, Markdown and
    plain text. It is easily customizable, extendable and can be used well
    with 'knitr'.  Additionally 'pubprint' offers a memory system that allows
    to save and retrieve results of computations.
Author: Rudolf Siegel [aut, cre]
Maintainer: Rudolf Siegel <rs.os@t-online.de>
Authors@R: c(person("Rudolf", "Siegel",
    role = c("aut", "cre"),
    email = "rs.os@t-online.de"))
URL: https://bitbucket.org/mutluyum/pubprint/
BugReports: https://bitbucket.org/mutluyum/pubprint/issues/
License: BSD_2_clause + file LICENSE
VignetteBuilder: knitr
SystemRequirements: Pasting to clipboard requires the xclip command on
        BSD and Linux or the pbcopy command on Mac OS.
Depends: R (>= 3.0.2)
Imports: stringr
Suggests: knitr, testthat
Enhances: lm.beta
Collate: 'utils.R' 'style_default.R' 'style_apa.R' 'style.R'
        'out_plain.R' 'out_default.R' 'out_latex.R' 'out_markdown.R'
        'out_html.R' 'out.R' 'defaults.R' 'io.R' 'pubprint.R' 'zzz.R'
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-05-11 17:49:42 UTC; fire
Repository: CRAN
Date/Publication: 2016-05-12 14:48:03
