-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
56 lines (42 loc) · 2.2 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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
echo = TRUE,
message = FALSE,
warning = FALSE,
error = TRUE,
comment = "#>",
dpi = 300,
out.width = "100%",
fig.path = "man/figures/README-"
)
```
# fuimus <a href="https://andrewallenbruce.github.io/fuimus/"><img src="man/figures/logo.png" alt="fuimus website" align="right" height="200"/></a>
> /ˈfu.i.mus/, [ˈfuɪmʊs̠]
>
> Literally, ***'we have been'*** in Latin. Often interpreted as ***'we have endured'*** or ***'we have always been'***, proclaiming the long history of the user.
>
> The family motto of the Lowlands Scottish Clan [Bruce](https://en.wikipedia.org/wiki/Clan_Bruce)).
<br>
<!-- badges: start -->
![GitHub R package version](https://img.shields.io/github/r-package/v/andrewallenbruce/fuimus?style=flat-square&logo=R&label=Package&color=%23192a38)
[![Codecov test coverage](https://codecov.io/gh/andrewallenbruce/fuimus/branch/master/graph/badge.svg)](https://app.codecov.io/gh/andrewallenbruce/fuimus?branch=master)
[![Last commit](https://img.shields.io/github/last-commit/andrewallenbruce/fuimus.svg)](https://github.com/andrewallenbruce/fuimus/commits/master)
[![Code size](https://img.shields.io/github/languages/code-size/andrewallenbruce/fuimus.svg)](https://github.com/andrewallenbruce/fuimus)
[![CodeFactor](https://www.codefactor.io/repository/github/andrewallenbruce/fuimus/badge)](https://www.codefactor.io/repository/github/andrewallenbruce/fuimus)
<!-- badges: end -->
## :package: Installation
You can install **`fuimus`** from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("andrewallenbruce/fuimus")
```
------------------------------------------------------------------------
## :balance_scale: Code of Conduct
Please note that the `fuimus` project is released with a [Contributor Code of Conduct](https://andrewallenbruce.github.io/fuimus/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
## :classical_building: Governance
This project is maintained by [Andrew Bruce](https://github.com/andrewallenbruce).