forked from ropensci/baRcodeR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.82 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: baRcodeR
Title: Label Creation for Tracking and Collecting Data from
Biological Samples
Version: 0.1.7
Authors@R:
c(person(given = "Yihan",
family = "Wu",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1202-4208")),
person(given = "Robert",
family = "Colautti",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4213-0711")),
person(given = "Emily",
family = "Bao",
role = "ctb",
email = "[email protected]"),
person(given = "Lluís",
family = "Revilla Sancho",
role = c("rev"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9747-2570")),
person(given = "Rayna",
family = "Harris",
role = c("rev"),
email = "[email protected]"))
Description: Tools to generate unique identifier codes and
printable barcoded labels for the management of biological samples.
The creation of unique ID codes and printable PDF files can be
initiated by standard commands, user prompts, or through a GUI addin
for R Studio. Biologically informative codes can be included for
hierarchically structured sampling designs.
License: GPL-3
URL: https://docs.ropensci.org/baRcodeR/ (website) https://github.com/ropensci/baRcodeR/
BugReports: https://github.com/ropensci/baRcodeR/issues
Depends:
qrcode,
R (>= 4.0.0)
Imports:
DT (>= 0.3),
grDevices,
grid,
miniUI (>= 0.1.1),
rstudioapi,
shiny (>= 0.13)
Suggests:
covr,
knitr,
rmarkdown,
shinytest,
testthat (>= 2.1.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-CA
RoxygenNote: 7.1.2