-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.06 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
Package: huito
Type: Package
Version: 0.2.5
Title: Reproducible and Flexible Label Design
Description: An open-source R package to deploys reproducible and flexible labels using layers.
The 'huito' package is part of the 'inkaverse' project for developing different procedures and
tools used in plant science and experimental designs.
Learn more about the 'inkaverse' project at <https://inkaverse.com/>.
Date: 2024-09-04
Authors@R: c(
person("Flavio", "Lozano-Isla", email = "[email protected]", role = c("aut", "cre")
, comment = c(ORCID = "0000-0002-0714-669X")),
person("Inkaverse", role = "cph")
)
URL: https://huito.inkaverse.com/, https://github.com/flavjack/huito
BugReports: https://github.com/flavjack/huito/issues/
Depends:
magick,
cowplot,
ggplot2,
dplyr,
R (>= 2.10)
Imports:
tidyr,
tibble,
purrr,
sysfonts,
showtext,
qrcode,
pdftools
Suggests:
knitr,
rmarkdown,
bookdown,
gsheet,
inti
VignetteBuilder: knitr
License: GPL-3 | file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
LazyData: true