-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
32 lines (24 loc) · 1.02 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
---
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/README-",
out.width = "100%"
)
```
# delemr <img src="man/figures/logo.png" align="right" height="139" alt="delemr-logo" />
<!-- badges: start -->
[](https://github.com/m-delem/delemr/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
This package contains a collection of functions that I have developed for various purposes in my work.
These functions are not necessarily related to each other, they only have in common that they have been useful to me at some point.
If one of those caught your eye, you can install `delemr` like so:
``` r
# install.packages("devtools")
devtools::install_github("m-delem/delemr")
```
*(The package logo and website were just for fun* :eyes: *- and learning how to create them.)*