-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
23 lines (23 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: ggFishPlots
Type: Package
Title: Visualise and Calculate Life History Parameters for Fisheries Science using 'ggplot2'
Version: 0.3.0
Date: 2024-06-26
Authors@R: c(person("Mikko", "Vihtakari", email = "mikko.vihtakari@hi.no",
role = c("aut", "cre"),
comment = c(affiliation = "Institute of Marine Research",
ORCID = "0000-0003-0371-4319"))
)
URL: https://deepwaterimr.github.io/ggFishPlots/
BugReports: https://github.com/DeepWaterIMR/ggFishPlots/issues
Description: Contains functions to create life history parameter plots from raw data.
The plots are created using 'ggplot2', and calculations done using the 'tidyverse'
collection of packages. The package contains references to FishBase
(Froese R., Pauly D., 2023) <https://www.fishbase.se/>.
Depends: R (>= 3.5.0), ggplot2
Imports: dplyr, tibble, tidyr, ggridges, fishmethods, broom, rlang, tidyselect,
magrittr, ggrepel, scales, purrr
Suggests: knitr, rmarkdown
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.1