-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 997 Bytes
/
DESCRIPTION
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
Package: RFishBC
Version: 0.2.7
Date: 2023-12-18
Title: Back-Calculation of Fish Length
Authors@R: person(c("Derek","H."),"Ogle",
email="[email protected]",
role=c("aut","cre"),
comment=c(ORCID="0000-0002-0370-9299"))
Description: Helps fisheries scientists collect measurements from calcified
structures and back-calculate estimated lengths at previous ages using
standard procedures and models. This is intended to replace much of the
functionality provided by the now out-dated 'fishBC' software
(<https://fisheries.org/bookstore/all-titles/software/70317/>).
URL: https://fishr-core-team.github.io/RFishBC/
BugReports: https://github.com/fishR-Core-Team/RFishBC/issues
License: GPL-3
LazyData: true
Depends: R (>= 3.2.0)
Imports:
graphics,
grDevices,
cli,
clisymbols,
crayon,
readbitmap,
rlang,
settings,
stringr,
tidyr,
withr
Suggests:
FSA,
covr,
pkgdown,
testthat
Encoding: UTF-8
RoxygenNote: 7.2.3