-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
27 lines (21 loc) · 1.01 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
---
output:
md_document:
variant: markdown_github
---
[![Travis-CI Build Status](https://travis-ci.org/mflores2021/hallo.png?branch=master)](https://travis-ci.org/mflores2021/hallo)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/mflores2021/hallo?branch=master)](https://ci.appveyor.com/project/mflores2021/hallo)
[![Coverage Status](https://img.shields.io/coveralls/mflores2021/hallo.svg)](https://coveralls.io/r/mflores2021/hallo?branch=master)
<!-- README.md is generated from README.Rmd. Please edit that file -->
# hallo: A Good Title
A thorough description
A README file is meant for new users of your package. Please include a short example of how this package works using knitr! More detailed tutorials should be added as
vignettes. The NEWS.md file is meant for prior users and should contain a progressive
list of changes (new features, bug fixes, deprecated features, etc.)
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```