-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 974 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
Package: whiskR
Title: Stable Isotope Analysis for Whisker Samples
Version: 0.0.1
Authors@R: c(
person("Gary",
"Truong",
role = c("aut", "cre"),
email = "[email protected]"),
person("Ben",
"Walker",
role = "aut",
email = "[email protected]"),
person("Anna",
"Lewis",
role = c("aut"),
email = "[email protected]"))
Description: Stable isotope analysis on whisker samples. Use the functions
in this package to calculate k(growth coefficient), calculate sample length
based on time, calculate time represented by sample section, calculate max
time represented by an entire whisker.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
tidyverse,
dplyr,
knitr,
rmarkdown,
testthat,
lubridate
Imports:
magrittr,
tibble
VignetteBuilder: knitr