diff --git a/DESCRIPTION b/DESCRIPTION index 26165a1..323ab47 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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: diff --git a/README.md b/README.md index 332822b..1a6641e 100644 --- a/README.md +++ b/README.md @@ -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 , . 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/}, } ``` diff --git a/inst/CITATION b/inst/CITATION index ef55e2c..004ba22 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -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/" ) diff --git a/man/create_abstractbook.Rd b/man/create_abstractbook.Rd index 2a9f670..752fcc9 100644 --- a/man/create_abstractbook.Rd +++ b/man/create_abstractbook.Rd @@ -106,7 +106,7 @@ You can copy and modify at your convenience \href{https://docs.google.com/forms/ to retrieve abstract information which will match labeleR's requirements for a straightforward use. } \examples{ -\dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (interactive()) withAutoprint(\{ # examplesIf} create_abstractbook( data=abstract.table, path = "labeleR_output", diff --git a/man/create_attendance_certificate.Rd b/man/create_attendance_certificate.Rd index 6a65ace..e74a761 100644 --- a/man/create_attendance_certificate.Rd +++ b/man/create_attendance_certificate.Rd @@ -110,7 +110,7 @@ Several fonts tried that seem to work are: } } \examples{ -\dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (interactive()) withAutoprint(\{ # examplesIf} create_attendance_certificate( data = attendance.table, diff --git a/man/create_badge.Rd b/man/create_badge.Rd index 8217bfe..b4476f1 100644 --- a/man/create_badge.Rd +++ b/man/create_badge.Rd @@ -81,7 +81,7 @@ Several fonts tried that seem to work are: } } \examples{ -\dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (interactive()) withAutoprint(\{ # examplesIf} create_badge( data = badges.table, path = "labeleR_output", diff --git a/man/create_collection_label.Rd b/man/create_collection_label.Rd index 9aba528..c13c886 100644 --- a/man/create_collection_label.Rd +++ b/man/create_collection_label.Rd @@ -99,7 +99,7 @@ Several fonts tried that seem to work are: } } \examples{ -\dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (interactive()) withAutoprint(\{ # examplesIf} create_collection_label( data = collection.table, diff --git a/man/create_herbarium_label.Rd b/man/create_herbarium_label.Rd index c323edf..c77d858 100644 --- a/man/create_herbarium_label.Rd +++ b/man/create_herbarium_label.Rd @@ -137,7 +137,7 @@ Several fonts tried that seem to work are: } } \examples{ -\dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (interactive()) withAutoprint(\{ # examplesIf} create_herbarium_label ( data = herbarium.table, diff --git a/man/create_multichoice.Rd b/man/create_multichoice.Rd index 1823e2e..12d10e3 100644 --- a/man/create_multichoice.Rd +++ b/man/create_multichoice.Rd @@ -104,7 +104,7 @@ Several fonts tried that seem to work are: } } \examples{ -\dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (interactive()) withAutoprint(\{ # examplesIf} create_multichoice( data = multichoice.table, path = "labeleR_output", diff --git a/man/create_participation_certificate.Rd b/man/create_participation_certificate.Rd index 92cf038..8b34bf2 100644 --- a/man/create_participation_certificate.Rd +++ b/man/create_participation_certificate.Rd @@ -123,7 +123,7 @@ Several fonts tried that seem to work are: } } \examples{ -\dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (interactive()) withAutoprint(\{ # examplesIf} create_participation_certificate( data = participation.table, path = "labeleR_output", diff --git a/man/create_tiny_label.Rd b/man/create_tiny_label.Rd index 53a4312..b6ec96a 100644 --- a/man/create_tiny_label.Rd +++ b/man/create_tiny_label.Rd @@ -89,7 +89,7 @@ Several fonts tried that seem to work are: } } \examples{ -\dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (interactive()) withAutoprint(\{ # examplesIf} create_tiny_label( data = tiny.table, qr = "QR_code",