-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
38 lines (26 loc) · 1.18 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{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)