Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Description: Create custom labels, badges, certificates
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RoxygenNote: 7.3.3
URL: https://github.com/EcologyR/labeleR/, https://ecologyr.github.io/labeleR/
BugReports: https://github.com/EcologyR/labeleR/issues/
Depends:
Expand Down
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -699,17 +699,23 @@ create_attendance_certificate(
citation("labeleR")
To cite package 'labeleR' in publications use:

Ramos-Gutierrez I, de Aledo JG, Mateo-Martín J, Rodríguez-Sánchez F
(2025). _labeleR: Automate the Production of Custom Labels, Badges,
Certificates, and Other Documents_.
de Aledo JG, Mateo-Martín J, Rodríguez-Sánchez F, Ramos-Gutiérrez I
(2025). "labeleR: an R package to optimize the generation of
collection labels and scientific documents." _Ecosistemas_, *34*(3),
3060. doi:10.7818/ECOS.3060 <https://doi.org/10.7818/ECOS.3060>,
<https://EcologyR.github.io/labeleR/>.

A BibTeX entry for LaTeX users is

@Manual{,
title = {labeleR: Automate the Production of Custom Labels, Badges, Certificates, and Other Documents},
author = {Ignacio Ramos-Gutierrez and Julia G. {de Aledo} and Jimena Mateo-Martín and Francisco Rodríguez-Sánchez},
@Article{,
title = {labeleR: an R package to optimize the generation of collection labels and scientific documents},
author = {Julia G. {de Aledo} and Jimena Mateo-Martín and Francisco Rodríguez-Sánchez and Ignacio Ramos-Gutiérrez},
year = {2025},
journal = {Ecosistemas},
volume = {34},
number = {3},
pages = {3060},
doi = {10.7818/ECOS.3060},
url = {https://EcologyR.github.io/labeleR/},
}
```
Expand Down
13 changes: 9 additions & 4 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@

bibentry(
bibtype = "Manual",
title = "labeleR: Automate the Production of Custom Labels, Badges, Certificates, and Other Documents",
author = c("Ignacio Ramos-Gutierrez", "Julia G. de Aledo", "Jimena Mateo-Martín", "Francisco Rodríguez-Sánchez"),
bibtype = "Article",
title = "labeleR: an R package to optimize the generation of collection labels and scientific documents",
author = c("Julia G. de Aledo", "Jimena Mateo-Martín", "Francisco Rodríguez-Sánchez", "Ignacio Ramos-Gutiérrez"),
year = "2025",
url = "https://EcologyR.github.io/labeleR/",
journal = "Ecosistemas",
volume = "34",
number = "3",
pages = "3060",
doi = "10.7818/ECOS.3060",
url = "https://EcologyR.github.io/labeleR/"
)
2 changes: 1 addition & 1 deletion man/create_abstractbook.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/create_attendance_certificate.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/create_badge.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/create_collection_label.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/create_herbarium_label.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/create_multichoice.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/create_participation_certificate.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/create_tiny_label.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading