-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
73 lines (44 loc) · 2.66 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(collapse = TRUE,
comment = "#>",
fig.path = "man/figures/",
out.width = "100%")
```
eaMethods <img src="man/figures/package-sticker.png" align="right" style="float:right; height:120px;"/>
=========================================================
<!-- badges: start -->
[![R CMD Check](https://github.com/david-beauchesne/eaMethods/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/david-beauchesne/eaMethods/actions/workflows/R-CMD-check.yaml)
[![Website](https://github.com/david-beauchesne/eaMethods/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/david-beauchesne/eaMethods/actions/workflows/pkgdown.yaml)
[![Test coverage](https://github.com/david-beauchesne/eaMethods/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/david-beauchesne/eaMethods/actions/workflows/test-coverage.yaml)
[![codecov](https://codecov.io/gh/david-beauchesne/eaMethods/branch/master/graph/badge.svg)](https://codecov.io/gh/david-beauchesne/eaMethods)
[![CRAN status](https://www.r-pkg.org/badges/version/eaMethods)](https://CRAN.R-project.org/package=eaMethods)
[![License: GPL (>= 2)](https://img.shields.io/badge/License-GPL%20%28%3E%3D%202%29-blue.svg)](https://choosealicense.com/licenses/gpl-2.0/)
[![LifeCycle](https://img.shields.io/badge/lifecycle-experimental-orange)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Project Status: Concept](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept)
[![Dependencies](https://img.shields.io/badge/dependencies-0/0-brightgreen?style=flat)](#)
<!-- badges: end -->
The goal of the R package `eaMethods` is to **{{ PLEASE ADD A FEW LINES }}**
## Installation
You can install the development version from [GitHub](https://github.com/) with:
```{r eval = FALSE}
# install.packages("remotes")
remotes::install_github("david-beauchesne/eaMethods")
```
Then you can attach the package `eaMethods`:
```{r eval = FALSE}
library("eaMethods")
```
## Overview
Here is an overview of `eaMethods` content: **{{ PLEASE ADD A FEW LINES }}**
## Citation
Please cite this package as:
> Beauchesne David (`r format(Sys.Date(), "%Y")`) eaMethods: An R
package to **{{ TITLE }}**. R package version 0.0.0.9000.
## Code of Conduct
Please note that the `eaMethods` project is released with a
[Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.