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
- Host: GitHub
- URL: https://github.com/tysonstanley/rjasa
- Owner: TysonStanley
- Created: 2019-03-14T22:22:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T19:39:35.000Z (over 6 years ago)
- Last Synced: 2025-01-24T18:12:00.643Z (9 months ago)
- Topics: academic, jasa, jasa-el, rmarkdown
- Language: TeX
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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%"
)
```[](https://travis-ci.org/TysonStanley/rjasa)

# 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:
