forked from nine2k/II-I-II-baRcodes-I-II-III
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.83 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.8
Authors@R:
c(person(given = "Yihan",
family = "Wu",
role = c("aut"),
email = "yihan.wu@queensu.ca",
comment = c(ORCID = "0000-0002-1202-4208")),
person(given = "Robert",
family = "Colautti",
role = c("aut", "cre"),
email = "robert.colautti@queensu.ca",
comment = c(ORCID = "0000-0003-4213-0711")),
person(given = "Emily",
family = "Bao",
role = "ctb",
email = "13syeb@queensu.ca"),
person(given = "Lluís",
family = "Revilla Sancho",
role = c("rev"),
email = "lluis.revilla@gmail.com",
comment = c(ORCID = "0000-0001-9747-2570")),
person(given = "Rayna",
family = "Harris",
role = c("rev"),
email = "rmharris@ucdavis.edu"))
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 (>= 0.2.2),
R (>= 4.3.2)
Imports:
DT (>= 0.31),
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.2.3