-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
33 lines (25 loc) · 1.49 KB
/
README.Rmd
File metadata and controls
33 lines (25 loc) · 1.49 KB
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
---
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%"
)
```
# utils4mme <a href='https://github.com/MathMarEcol/utils4mme'><img src='man/figures/MME_Hex.png' style = "align:right; height:200px" /></a>
# oceandatr <a href="https://emlab-ucsb.github.io/oceandatr/"><img src="man/figures/logo.png" align="right" height="139" alt="oceandatr website" /></a>
<!-- badges: start -->
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->
`utilsmme` is collection of utilities developed by and for the [Mathematical Marine Ecology Lab (MME)]("https://mathmarecol.github.io") at the University of Queensland. They are intended for use within the lab to facilitate ease of code-sharing and reducing the amount of repetitive code that must be maintained. The authors of this package compiled the functions and maintain the package, but the author of the individual functions are indicated in the function help.
Some functions in this package will work for all users, but many will require access to lab datasets.
## Installation
You can install the development version of `utils4mme` with:
``` r
if (!require(remotes)) install.packages("remotes")
remotes::install_github("https://github.com/MathMarEcol/utils4mme")
```