-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
62 lines (62 loc) · 2.53 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
59
60
61
62
Package: qrlabelr
Type: Package
Title: Generate Machine- And Human-Readable Plot Labels for Experiments
Version: 0.2.0
Authors@R: c(person("Alexander", "Wireko Kena", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3385-4945")),
person("Ebenezer", "Ogoe", email = "[email protected]", role = c("aut")),
person("Clara", "Cruet Burgos", email = "[email protected]", role = c("aut")),
person("Geoffrey", "Preston Morris", email = "[email protected]", role = c("aut")),
person("Rubi", "Raymundo-Carhuapoma", email = "[email protected]", role = c("aut")),
person("Yihan", "Wu", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-1202-4208")),
person("Robert", "Colautti", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0003-4213-0711")),
person("Colorado State University", email = "[email protected]", role = c("cph")),
person("Kwame Nkrumah University of Science and Technology", email = "[email protected]", role = c("cph")),
person("Feed The Future Innovation Lab for Crop Improvement", email = "[email protected]", role = c("fnd")),
person("Project Artemis", email = "[email protected]", role = c("fnd")))
Maintainer: Alexander Wireko Kena <[email protected]>
Description: A no-frills open-source solution for designing plot labels affixed with QR
codes. It features 'EasyQrlabelr', a 'BrAPI-compliant' 'shiny' app that
simplifies the process of plot label design for non-R users. It builds on the
methods described by Wu 'et al.' (2020) <doi:10.1111/2041-210X.13405>.
License: GPL (>= 3)
BugReports: https://github.com/awkena/qrlabelr/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
argonDash (>= 0.2.0),
argonR (>= 0.2.0),
assertthat (>= 0.2.1),
bslib (>= 0.4.2),
desplot (>= 1.10),
dplyr (>= 1.0.10),
ggplot2 (>= 3.4.2),
grid,
purrr (>= 1.0.1),
QBMS (>= 0.9.1),
qrencoder (>= 0.1.0),
raster (>= 3.6.23),
reactable (>= 0.4.3),
readxl (>= 1.4.1),
shiny,
shinycssloaders (>= 1.0.0),
shinyjs (>= 2.1.0),
shinyWidgets (>= 0.7.6),
tools,
utils,
uuid
Suggests:
covr,
knitr,
rlang (>= 1.1.1),
rmarkdown,
shinytest2 (>= 0.2.1),
testthat (>= 3.0.0),
vdiffr (>= 1.0.5)
VignetteBuilder: knitr
Depends:
R (>= 4.1.0),
shinyBS (>= 0.61.1)
Config/testthat/edition: 3
Language: en-US