The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

fastrep

R build status Codecov test coverage

Documentation

You can consult the documentation here

Overview

Whenever I created a file in Rmarkdown, there was a pattern of necessary packages and functions that I almost always used.
So this package provides a template for pdf reports in Rmarkdown and quite usual functions, note that it is a package more aggregator than creator.

Installation

devtools::install_github("https://github.com/AlissonRP/fastrep")
remotes::install_github("https://github.com/AlissonRP/fastrep")

Recommendation

To generate a pdf in Rmarkdown is recommended to use tinytex. If you don’t have, use:

tinytex::install_tinytex()

Use of default template

rmarkdown::draft("namefile.Rmd", template = "fast_report", package = "fastrep")

Use of paper template

rmarkdown::draft("namefile.Rmd", template = "fast_paper", package = "fastrep", create_dir = FALSE)

Functions available

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.