-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.54 KB
/
Copy pathDESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.54 KB
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
Package: InsectLabelR
Title: Create Labels for Insect in Collection
Version: 1.0.4
Authors@R:
c(person(given = "Nicolas",
family = "Moiroux",
email = "nicolas.moiroux@ird.fr",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6755-6167")),
person(given = "Nil",
family = "Rahola",
email = "nil.rahola@ird.fr",
role = c("aut"),
comment = c(ORCID = "0000-0003-4067-6438")))
Description: Streamlines the creation of high-quality labels for insect pinning. By taking a dataset as input, the package allow to generate printable labels in 'LaTeX' and PDF format, helping researchers and entomologists maintain accurate and standardized specimen records. Requires a compatible installation of 'pdflatex' (e.g. <https://www.tug.org/texlive/>). For enhanced accessibility, the package includes a user-friendly 'shiny' application (accessible online <https://nicolas-moiroux.shinyapps.io/InsectLabelR/>), which provides a graphical interface for generating labels without requiring programming expertise.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
dplyr,
stringr,
magrittr,
shiny,
tools
Suggests:
testthat (>= 3.0.0),
shinyjs,
readxl,
readr,
readODS,
DT,
editbl (>= 1.1.0)
Config/testthat/edition: 3
Depends:
R (>= 4.0)
LazyData: true
URL: https://github.com/Nmoiroux/InsectLabelR
BugReports: https://github.com/Nmoiroux/InsectLabelR/issues
SystemRequirements: pdflatex