-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
29 lines (21 loc) · 887 Bytes
/
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
[](https://travis-ci.org/LimnoTech/limnotools)[](https://cran.r-project.org/package=limnotools)
# limnotools
limnotools is the home for generalized versions of R functions that have been developed over the course of project work and may be useful to the larger LimnoTech R community
## Installation
limnotools is not currently available on CRAN.
You can install limnotools from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("LimnoTech/limnotools")
```