-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
23 lines (23 loc) · 1010 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
Package: rabi
Type: Package
Title: Generate Codes to Uniquely and Robustly Identify Individuals for Animal Behavior Studies
Version: 1.0.2
Authors@R: c( person(given = c("Andrew", "Taylor"), family = "Burchill", role = c("aut", "cre"), email = "andrew.burchill@asu.edu", comment = c(ORCID = "0000-0002-4197-6689")), person(given = c("Theodore", "P."), family = "Pavlic", role = "ctb", comment = c(ORCID = "0000-0002-7073-6932")))
Description: Facilitates the design and generation of optimal color (or symbol) codes that can be used to mark and identify individual animals. These codes are made such that the IDs are robust to partial erasure: even if sections of the code are lost, the entire identity of the animal can be reconstructed. Thus, animal subjects are not confused and no ambiguity is introduced.
License: GPL-3
LazyData: TRUE
VignetteBuilder: knitr
RoxygenNote: 7.0.2
Depends:
R (>= 3.2.5)
Imports:
numbers,
polynom,
shiny,
stringdist,
stats,
utils,
methods
Suggests:
knitr,
rmarkdown