-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.Rmd
More file actions
34 lines (22 loc) · 1.07 KB
/
README.Rmd
File metadata and controls
34 lines (22 loc) · 1.07 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
---
output: github_document
---
```{r, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
fig.align = 'center',
collapse = TRUE,
comment = "#",
fig.path = "man/figures/README-")
options(width = 95)
```
# fishstatR <img src="man/figures/FishStat.png" align="right" alt="" width="120" />
The `fishstatR` package created by Thomas Berger provides reference data from an [EBX5 database] ready to use for applications. For communication with EBX5 it uses the package [faoebx5]. For statisticians, it allows to have access to up-to-date reference data; inlcuding for shiny applications.
## Installation
The latest development version can be installed from github:
```{r eval=FALSE, include=TRUE}
install.packages("devtools")
devtools::install_github('bergert/fishstatr')
```
## Functions
If you come from github: [Reference/Getting started](https://bergert.github.io/fishstatr/):
`fishstatR` Please, refer to the [Reference](reference/index.html) tab for more details about the functions, or you can start with examples on the page [Getting started ](articles/fishstat-r.html).