-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
36 lines (24 loc) · 939 Bytes
/
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
out.width = "80%"
)
```
# safe
<!-- badges: start -->
<!-- badges: end -->
The goal of safe is to create formally structured set of .Rmd files to produce a SAFE report.
## Installation
You can install the development version of safe from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("BenWilliams-NOAA/safe")
```
## Example
Once `safe` is installed on your machine open a new .Rmd file, click on the "From Template" find the one that is called `safe`, give it a good name and the suite of .Rmd files will be placed in the folder. *Note that there is also one called `partial_safe`, use whichever is appropriate for your needs.
[https://ben-williams.github.io/safe]('safe instructions')