An open API service indexing awesome lists of open source software.

https://github.com/tysonstanley/rjasa

RMarkdown templates for JASA journal submissions #rstats
https://github.com/tysonstanley/rjasa

academic jasa jasa-el rmarkdown

Last synced: 7 months ago
JSON representation

RMarkdown templates for JASA journal submissions #rstats

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

[![Travis build status](https://travis-ci.org/TysonStanley/rjasa.svg?branch=master)](https://travis-ci.org/TysonStanley/rjasa)
![](https://img.shields.io/badge/version%200.1.0-passing-bright%20green.svg)
![](https://img.shields.io/badge/stage-developmental-yellow.svg)

# rjasa

The goal of rjasa is to allow the use of RMarkdown to produce manuscripts ready for JASA journal submissions. Both general JASA formatting and JASA-EL are available.

## Installation

You can install the released version of `rjasa` from GitHub with:

``` {r, eval=FALSE}
remotes::install_github("tysonstanley/rjasa")
```

## Examples

Using the template, `rjasa` will provide a `.tex` file and a nicely formatted `.pdf` file. This package is still under active development. Usage of the package is essentially identical to the fabulous `rticles` package.

The title page of the template Rmarkdown for JASA-EL looks like the following figure:

![Example1](inst/example1.png)