From b9719a1c63e58c4b435fcc09bd774eb422055279 Mon Sep 17 00:00:00 2001 From: iramosgutierrez Date: Mon, 8 Jan 2024 15:44:09 +0100 Subject: [PATCH 1/5] Description modified to erase package name --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 759a179..106df45 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,8 +10,8 @@ Authors@R: person("Francisco", "Rodríguez-Sánchez", , "frodriguez@us.es", role = "aut", comment = c(ORCID = "0000-0002-7981-1599")) ) -Description: 'labeleR' makes it easy to create custom labels, badges, certificates - and other documents. It can be used to automate the production of potentially large +Description: Functions to create custom labels, badges, certificates + and other documents. Automate the production of potentially large numbers of accreditation badges, attendance and participation certificates, herbarium and collection labels, etc. Documents are generated in PDF format, which requires a working installation of 'LaTeX', such as 'TinyTeX'. From 108844c9fc9fe57dfbe7381db1158fffe3d6c85c Mon Sep 17 00:00:00 2001 From: iramosgutierrez Date: Mon, 8 Jan 2024 15:51:12 +0100 Subject: [PATCH 2/5] All authors as copyright holders --- DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 106df45..91a5660 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,11 +3,11 @@ Title: Automate the Production of Custom Labels, Badges, Certificates, and Other Version: 0.0.1 Authors@R: c( - person("Ignacio", "Ramos-Gutiérrez",, "ig.ramosgutierrez@gmail.com", role = c("aut", "cre"), + person("Ignacio", "Ramos-Gutiérrez",, "ig.ramosgutierrez@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-8675-0114")), - person("Julia G.", "de Aledo", , "juliagdealedo@gmail.com", role = "aut", + person("Julia G.", "de Aledo", , "juliagdealedo@gmail.com", role = c("aut", "cph"), comment = c(ORCID = "0000-0001-9065-9316")), - person("Francisco", "Rodríguez-Sánchez", , "frodriguez@us.es", role = "aut", + person("Francisco", "Rodríguez-Sánchez", , "frodriguez@us.es", role = c("aut", "cph"), comment = c(ORCID = "0000-0002-7981-1599")) ) Description: Functions to create custom labels, badges, certificates From f7d06941ead0260e9767665cea4545407fb6dd5b Mon Sep 17 00:00:00 2001 From: iramosgutierrez Date: Mon, 8 Jan 2024 16:12:49 +0100 Subject: [PATCH 3/5] trailing slashes added to URLs in DESCRIPTION --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 91a5660..fd7e58e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -19,8 +19,8 @@ License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 -URL: https://github.com/EcologyR/labeleR -BugReports: https://github.com/EcologyR/labeleR/issues +URL: https://github.com/EcologyR/labeleR/ +BugReports: https://github.com/EcologyR/labeleR/issues/ Depends: R (>= 3.5.0) LazyData: true From f77958571bee2e9c4c1ccf383fb38f2809660b90 Mon Sep 17 00:00:00 2001 From: iramosgutierrez Date: Wed, 10 Jan 2024 15:21:39 +0100 Subject: [PATCH 4/5] description and news changed, cran comments created --- .Rbuildignore | 1 + DESCRIPTION | 5 +++-- NEWS.md | 4 ++-- cran-comments.md | 5 +++++ 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index aac145c..3606990 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,3 +12,4 @@ output/ +^cran-comments\.md$ diff --git a/DESCRIPTION b/DESCRIPTION index fd7e58e..4ff1e7c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: labeleR Title: Automate the Production of Custom Labels, Badges, Certificates, and Other Documents -Version: 0.0.1 +Version: 0.1.0 Authors@R: c( person("Ignacio", "Ramos-Gutiérrez",, "ig.ramosgutierrez@gmail.com", role = c("aut", "cre", "cph"), @@ -8,7 +8,8 @@ Authors@R: person("Julia G.", "de Aledo", , "juliagdealedo@gmail.com", role = c("aut", "cph"), comment = c(ORCID = "0000-0001-9065-9316")), person("Francisco", "Rodríguez-Sánchez", , "frodriguez@us.es", role = c("aut", "cph"), - comment = c(ORCID = "0000-0002-7981-1599")) + comment = c(ORCID = "0000-0002-7981-1599")), + person("Giorgio", "Comai", role = "ctb") ) Description: Functions to create custom labels, badges, certificates and other documents. Automate the production of potentially large diff --git a/NEWS.md b/NEWS.md index 47028c4..7522f83 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,3 @@ -# templateRpackage 0.0.0.9000 +# labeleR 0.1.0 -* Added a `NEWS.md` file to track changes to the package. +* First release diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..858617d --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,5 @@ +## R CMD check results + +0 errors | 0 warnings | 1 note + +* This is a new release. From e8bb005409eb6bac337ba5089daed5fd463c7092 Mon Sep 17 00:00:00 2001 From: iramosgutierrez Date: Thu, 11 Jan 2024 16:04:33 +0100 Subject: [PATCH 5/5] CRAN corrections before running examples --- .gitignore | 1 + LICENSE | 4 +- LICENSE.md | 2 +- R/badge.R | 6 +-- R/certificate_attendance.R | 6 +-- R/certificate_participation.R | 6 +-- R/collection_label.R | 2 +- R/tiny_label.R | 2 +- README.Rmd | 14 +++--- README.md | 24 +++++----- data/badges.table.rda | Bin 400 -> 400 bytes data/participation.table.rda | Bin 449 -> 448 bytes docs/404.html | 2 +- docs/LICENSE-text.html | 6 +-- docs/LICENSE.html | 4 +- docs/authors.html | 12 +++-- docs/index.html | 45 ++++++++++-------- docs/news/index.html | 6 ++- docs/pkgdown.yml | 2 +- docs/reference/attendance.table.html | 2 +- docs/reference/badges.table.html | 2 +- docs/reference/create_badge.html | 2 +- .../create_certificate_attendance.html | 2 +- .../create_certificate_participation.html | 2 +- docs/reference/create_collection_label.html | 2 +- docs/reference/create_herbarium_label.html | 2 +- docs/reference/create_tinylabel.html | 2 +- docs/reference/herbarium.table.html | 2 +- docs/reference/index.html | 2 +- docs/reference/label.table.html | 2 +- docs/reference/labeleR-package.html | 2 +- docs/reference/participation.table.html | 2 +- docs/reference/tiny.table.html | 2 +- man/badges.table.Rd | 2 +- man/create_badge.Rd | 6 +-- man/create_certificate_attendance.Rd | 6 +-- man/create_certificate_participation.Rd | 6 +-- man/create_collection_label.Rd | 6 +-- man/create_herbarium_label.Rd | 4 +- man/create_tinylabel.Rd | 6 +-- man/labeleR-package.Rd | 17 ++++--- man/participation.table.Rd | 4 +- 42 files changed, 124 insertions(+), 105 deletions(-) diff --git a/.gitignore b/.gitignore index bc939dd..6c95fc0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ .httr-oauth .DS_Store output/ +labeleR_output diff --git a/LICENSE b/LICENSE index 0c1ef99..4b8fba1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,2 +1,2 @@ -YEAR: 2023 -COPYRIGHT HOLDER: templateRpackage authors +YEAR: 2024 +COPYRIGHT HOLDER: labeleR authors diff --git a/LICENSE.md b/LICENSE.md index afdc572..690ecc8 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # MIT License -Copyright (c) 2023 templateRpackage authors +Copyright (c) 20234 labeleR authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/R/badge.R b/R/badge.R index e8dd57a..e68b7fa 100644 --- a/R/badge.R +++ b/R/badge.R @@ -11,13 +11,13 @@ #' storing participants' affiliation. #' @param lpic Character (optional) Path to a PNG image to be located in the badge top-left. #' @param rpic Character (optional) Path to a PNG image to be located in the badge top-right. -#' @param keep.files Logical. Keep the Rmarkdown template and associated files +#' @param keep.files Logical. Keep the RMarkdown template and associated files #' in the output folder? Default is FALSE. -#' @param template Character (optional) Rmarkdown template to use. If not provided, +#' @param template Character (optional) RMarkdown template to use. If not provided, #' using the default template included in `labeleR`. #' #' @return A PDF file named "Badges.pdf" is saved on disk, in the folder defined -#' by `path`. If `keep.files = TRUE`, an Rmarkdown and PNG lpic and rpic files will also +#' by `path`. If `keep.files = TRUE`, an RMarkdown and PNG lpic and rpic files will also #' appear in the same folder. #' #' @export diff --git a/R/certificate_attendance.R b/R/certificate_attendance.R index 42c36ff..664b59a 100644 --- a/R/certificate_attendance.R +++ b/R/certificate_attendance.R @@ -19,13 +19,13 @@ #' the bottom, above signer's name. #' @param lpic Character (optional). Path to a PNG image to appear in the top-left. #' @param rpic Character (optional). Path to a PNG image to appear in the top-right. -#' @param keep.files Logical. Keep the Rmarkdown template and associated files +#' @param keep.files Logical. Keep the RMarkdown template and associated files #' in the output folder? Default is FALSE. -#' @param template Character (optional) Rmarkdown template to use. If not provided, +#' @param template Character (optional) RMarkdown template to use. If not provided, #' using the default template included in `labeleR`. #' #' @return PDF certificates are saved on disk, in the folder defined -#' by `path`. If `keep.files = TRUE`, the Rmarkdown template and PNG logo files +#' by `path`. If `keep.files = TRUE`, the RMarkdown template and PNG logo files #' will also appear in the same folder. #' #' @export diff --git a/R/certificate_participation.R b/R/certificate_participation.R index 05c7e74..07d3cac 100644 --- a/R/certificate_participation.R +++ b/R/certificate_participation.R @@ -25,13 +25,13 @@ #' the bottom, above signer's name. #' @param lpic Character (optional) Path to a PNG image to appear in the top-left. #' @param rpic Character (optional) Path to a PNG image to appear in the top-right. -#' @param keep.files Logical. Keep the Rmarkdown template and associated files +#' @param keep.files Logical. Keep the RMarkdown template and associated files #' in the output folder? Default is FALSE. -#' @param template Character (optional) Rmarkdown template to use. If not provided, +#' @param template Character (optional) RMarkdown template to use. If not provided, #' using the default template included in `labeleR`. #' #' @return PDF certificates are saved on disk, in the folder defined -#' by `path`. If `keep.files = TRUE`, the Rmarkdown template and PNG logo files +#' by `path`. If `keep.files = TRUE`, the RMarkdown template and PNG logo files #' will also appear in the same folder. #' #' @export diff --git a/R/collection_label.R b/R/collection_label.R index 4bf0ea3..0b50691 100644 --- a/R/collection_label.R +++ b/R/collection_label.R @@ -24,7 +24,7 @@ #' @inheritParams create_badge #' #' @return A PDF file named "Collection_label.pdf" is saved on disk, in the folder defined -#' by `path`. If `keep.files = TRUE`, an Rmarkdown and PNG logo files will also +#' by `path`. If `keep.files = TRUE`, an RMarkdown and PNG logo files will also #' appear in the same folder. #' #' @export diff --git a/R/tiny_label.R b/R/tiny_label.R index 4d6b16f..17aaff6 100644 --- a/R/tiny_label.R +++ b/R/tiny_label.R @@ -21,7 +21,7 @@ #' @inheritParams create_badge #' #' @return A PDF file named "Tiny_label.pdf" is saved on disk, in the folder defined -#' by `path`. If `keep.files = TRUE`, an Rmarkdown file will also appear in the same folder. +#' by `path`. If `keep.files = TRUE`, an RMarkdown file will also appear in the same folder. #' #' @export #' diff --git a/README.Rmd b/README.Rmd index de10154..2878b06 100644 --- a/README.Rmd +++ b/README.Rmd @@ -23,8 +23,8 @@ knitr::opts_chunk$set( [![R-CMD-check](https://github.com/EcologyR/labeleR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EcologyR/labeleR/actions/workflows/R-CMD-check.yaml) `r badger::badge_lifecycle("stable")` `r badger::badge_repostatus("Active")` -[![HitCount](https://hits.dwyl.com/EcologyR/labeleR.svg?style=flat-square)](http://hits.dwyl.com/EcologyR/labeleR) -[![HitCount](https://hits.dwyl.com/EcologyR/labeleR.svg?style=flat-square&show=unique)](http://hits.dwyl.com/EcologyR/labeleR) +[![HitCount](https://hits.dwyl.com/EcologyR/labeleR.svg?style=flat-square)](https://hits.dwyl.com/EcologyR/labeleR) +[![HitCount](https://hits.dwyl.com/EcologyR/labeleR.svg?style=flat-square&show=unique)](https://hits.dwyl.com/EcologyR/labeleR) @@ -106,7 +106,7 @@ which is the folder where the output PDFs will be stored. In case the specified folder does not exist, it will be automatically created. In case you want to name the output PDF file in a certain way, you must specify it using the `filename` argument. Additionally, you can store -the created intermediate files (e.g. Rmarkdown, picture files) using +the created intermediate files (e.g. RMarkdown, picture files) using `keep.files = TRUE`. Ultimately, labeleR uses its own templates to create the documents. @@ -247,7 +247,7 @@ document. ### 2.3 Badges -Badges (and all documents from now onwards) are rendered in a single +Badges (and all documents from now onward) are rendered in a single document, with eight accreditation cards per DIN-A4 page in this case. They have only two variable fields (name and affiliation), and can include two top images, although are not signed. Accreditation cards @@ -346,9 +346,9 @@ including a QR code (fixed or variable), a logo image. Field 1 will be capitalized (as in `family.column` in the herbarium label, and Field 2 italicized). Any of the fields can be left blank. -As a novelty, the user may manually fix the backgroud and text colours -to their preference, using HTML colour codes (same code as HEX, but -without the '\#'). By default, background colours are two hues of green. +As a novelty, the user may manually fix the backgroud and text colors +to their preference, using HTML color codes (same code as HEX, but +without the '\#'). By default, background colors are two hues of green. +-----------------------------------------------------------------------+ | ![Collection labels (blank)](man/figures/collection_labels_blank.png) | diff --git a/README.md b/README.md index 16e57de..d8dbd29 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) -[![HitCount](https://hits.dwyl.com/EcologyR/labeleR.svg?style=flat-square)](http://hits.dwyl.com/EcologyR/labeleR) -[![HitCount](https://hits.dwyl.com/EcologyR/labeleR.svg?style=flat-square&show=unique)](http://hits.dwyl.com/EcologyR/labeleR) +[![HitCount](https://hits.dwyl.com/EcologyR/labeleR.svg?style=flat-square)](https://hits.dwyl.com/EcologyR/labeleR) +[![HitCount](https://hits.dwyl.com/EcologyR/labeleR.svg?style=flat-square&show=unique)](https://hits.dwyl.com/EcologyR/labeleR) @@ -93,7 +93,7 @@ which is the folder where the output PDFs will be stored. In case the specified folder does not exist, it will be automatically created. In case you want to name the output PDF file in a certain way, you must specify it using the `filename` argument. Additionally, you can store -the created intermediate files (e.g. Rmarkdown, picture files) using +the created intermediate files (e.g. RMarkdown, picture files) using `keep.files = TRUE`. Ultimately, labeleR uses its own templates to create the documents. @@ -227,7 +227,7 @@ document. ### 2.3 Badges -Badges (and all documents from now onwards) are rendered in a single +Badges (and all documents from now onward) are rendered in a single document, with eight accreditation cards per DIN-A4 page in this case. They have only two variable fields (name and affiliation), and can include two top images, although are not signed. Accreditation cards @@ -325,9 +325,9 @@ including a QR code (fixed or variable), a logo image. Field 1 will be capitalized (as in `family.column` in the herbarium label, and Field 2 italicized). Any of the fields can be left blank. -As a novelty, the user may manually fix the backgroud and text colours -to their preference, using HTML colour codes (same code as HEX, but -without the ‘\#’). By default, background colours are two hues of green. +As a novelty, the user may manually fix the backgroud and text colors to +their preference, using HTML color codes (same code as HEX, but without +the ‘\#’). By default, background colors are two hues of green. | ![Collection labels (blank)](man/figures/collection_labels_blank.png) | |-----------------------------------------------------------------------| @@ -401,17 +401,19 @@ create_tinylabel( ## Citation - To cite labeleR in publications use: + To cite package 'labeleR' in publications use: - Ramos-Gutiérrez, I. G. de Aledo, J., Rodríguez-Sánchez, F. 2023. - labeleR. + Ramos-Gutierrez I, de Aledo JG, Rodríguez-Sánchez F (2023). _labeleR: + Automate the Production of Custom Labels, Badges, Certificates, and + Other Documents_. . A BibTeX entry for LaTeX users is @Manual{, - title = {LabeleR}, + title = {labeleR: Automate the Production of Custom Labels, Badges, Certificates, and Other Documents}, author = {Ignacio Ramos-Gutierrez and Julia G. {de Aledo} and Francisco Rodríguez-Sánchez}, year = {2023}, + url = {https://EcologyR.github.io/labeleR/}, } ## Funding diff --git a/data/badges.table.rda b/data/badges.table.rda index 078c03dcc2c566c2a5abb9e29d82f59902ad9e5f..3594493c22c99164aad081452613ae43418a2c0c 100644 GIT binary patch delta 95 zcmV-l0HFVn1CRrdQ2}|8QtMOe&6hs5(ZJBLw?@A6&&gPFcGNI9ATP#hJ{GUCjmP7+ z8L(PH^~vmfij_<0yZo6=xshfJY|U(JtkIXTrC94=z(&_eTCv{q^#L)9(<#yd004_^ BGPM8z delta 95 zcmV-l0HFVn1CRrdQ2{xTQtMMUnlF89qk*Ag&(_F?{y7>;&W;)e2jsKj1Tng;GG23skJya##-CBKGP| zCdo*N9nDO(|rU7R+9)NBt(abmyN&(EH@T&$1Nb*hxwQ`5;r?Iq%>rYA$ z37)B`n#uRDK^LsH4F=0J4|rV}DLd@*#a@U_ht&O**%;S)SP?d601uXyjN2eA^*Iw3 zSXD9ov_c=)!IC-aB6!(e8=<(s!r5%pAborEMxLXSlj9xa{SNYB2l+VSdwH5|khIC5 z;eI*~H#U?|vojD%B=Gh(G!;_tL&du@$2DjS5Ex|0&k!7v&)L=Zz+g#A4XoFo4TaXl z!Coz_7XYcKEEV@Tp>)PTOHy6fO}|*st@9=}`}(WwzV)PC zd?#;5Y$sc)bx7*vX5G@xp3W;EvVZeFrdO1qn_4XH&^1=yD0{{T7DcxHD literal 449 zcmV;y0Y3g8iwFP!00000291(YZ__Xk$Fr?LYNSbM`vUijpfCoA@d6XoHXh2uIz(S@ zj+yZ_xezMd{li$#%T*+Dki-^&hiakKo#&Bd#a znGo6RWut5?>v4-5j4~|-<7g7_)@n&R?&HOti;afR!?|8*?mWy1TRp&|nIX+9gqgZ@ zgcVww!p|-G;237kl`+BV?pBM$6;^D@tpdfHlh^W`oSmKSkas)e{SNuCrT5~zTp=l4 zLhJhJJlvU3L*rOOsFA>%duT0E@I%Ji3w8}C3=ka1ke?thl3zM*@KM2#q-t0!Kxqmc zr@>xMjSoVQDr=~E2nsc84IN2(Wmf&kg6i1oRPD>pI)d>KUB^(zwsjT9wgz$mmNtsa zXZS|mRCVy+NLcTJUM}T_X;N`(-Xq6oLAj>s$f$>ghcC}sC*ARryQi`?b;olXWga$3 zuDIkVO;G9hzsTm5%LyAfgU1^A07u^iCVz?{`T30rHf_dVrOQc(|88G?V!+9g`zo8^V|I6w)Y75Y{x5m0*X!T1{ORp4Re6x}PXhn|@wMjC diff --git a/docs/404.html b/docs/404.html index e0675d4..29b06ef 100644 --- a/docs/404.html +++ b/docs/404.html @@ -32,7 +32,7 @@ labeleR - 0.0.1 + 0.1.0 diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 1e1655f..7c3b191 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0 @@ -46,8 +46,8 @@

License

-
YEAR: 2023
-COPYRIGHT HOLDER: templateRpackage authors
+
YEAR: 2024
+COPYRIGHT HOLDER: labeleR authors
 
diff --git a/docs/LICENSE.html b/docs/LICENSE.html index cfc8e6d..5e4011c 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0 @@ -48,7 +48,7 @@

MIT License

-

Copyright (c) 2023 templateRpackage authors

+

Copyright (c) 20234 labeleR authors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

diff --git a/docs/authors.html b/docs/authors.html index d620af0..63c62f7 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0
@@ -49,15 +49,19 @@

Authors

  • -

    Ignacio Ramos-Gutiérrez. Author, maintainer. +

    Ignacio Ramos-Gutiérrez. Author, maintainer, copyright holder.

  • -

    Julia G. de Aledo. Author. +

    Julia G. de Aledo. Author, copyright holder.

  • -

    Francisco Rodríguez-Sánchez. Author. +

    Francisco Rodríguez-Sánchez. Author, copyright holder. +

    +
  • +
  • +

    Giorgio Comai. Contributor.

diff --git a/docs/index.html b/docs/index.html index d3dd7ed..0a5d83e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,8 +12,8 @@ - @@ -37,7 +37,7 @@ labeleR - 0.0.1 + 0.1.0 @@ -308,7 +308,7 @@

Herbarium labels example:2.5 Collection labels

Collection labels are one of the most aesthetic labels. They have five variable parameters (which are not recommended to be too long, as explained in the herbarium labels), along with the possibility of including a QR code (fixed or variable), a logo image. Field 1 will be capitalized (as in family.column in the herbarium label, and Field 2 italicized). Any of the fields can be left blank.

-

As a novelty, the user may manually fix the backgroud and text colours to their preference, using HTML colour codes (same code as HEX, but without the ‘#’). By default, background colours are two hues of green.

+

As a novelty, the user may manually fix the backgroud and text colors to their preference, using HTML color codes (same code as HEX, but without the ‘#’). By default, background colors are two hues of green.

@@ -385,18 +385,20 @@

Tinylabels example:

Citation

-
To cite labeleR in publications use:
+
To cite package 'labeleR' in publications use:
 
-  Ramos-Gutiérrez, I. G. de Aledo, J., Rodríguez-Sánchez, F. 2023.
-  labeleR.
-
-A BibTeX entry for LaTeX users is
-
-  @Manual{,
-    title = {LabeleR},
-    author = {Ignacio Ramos-Gutierrez and Julia G. {de Aledo} and Francisco Rodríguez-Sánchez},
-    year = {2023},
-  }
+ Ramos-Gutierrez I, de Aledo JG, Rodríguez-Sánchez F (2023). _labeleR: + Automate the Production of Custom Labels, Badges, Certificates, and + Other Documents_. <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 Francisco Rodríguez-Sánchez}, + year = {2023}, + url = {https://EcologyR.github.io/labeleR/}, + }

Funding @@ -411,7 +413,7 @@

FundingLinks

@@ -434,9 +436,10 @@

Citation

Developers

    -
  • Ignacio Ramos-Gutiérrez
    Author, maintainer
  • -
  • Julia G. de Aledo
    Author
  • -
  • Francisco Rodríguez-Sánchez
    Author
  • +
  • Ignacio Ramos-Gutiérrez
    Author, maintainer, copyright holder
  • +
  • Julia G. de Aledo
    Author, copyright holder
  • +
  • Francisco Rodríguez-Sánchez
    Author, copyright holder
  • +
  • More about authors...
@@ -446,8 +449,8 @@

Dev status

  • R-CMD-check
  • Project Status: Active - The project has reached a stable, usable state and is being actively developed.
  • -
  • HitCount
  • -
  • HitCount
  • +
  • HitCount
  • +
  • HitCount
  • diff --git a/docs/news/index.html b/docs/news/index.html index 43894ac..45013b0 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0 @@ -47,6 +47,10 @@

    Changelog

    Source: NEWS.md +
    + +
    • First release
    • +
    diff --git a/docs/reference/badges.table.html b/docs/reference/badges.table.html index 70d39d1..6bc4b48 100644 --- a/docs/reference/badges.table.html +++ b/docs/reference/badges.table.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0 diff --git a/docs/reference/create_badge.html b/docs/reference/create_badge.html index fb1a43d..791051b 100644 --- a/docs/reference/create_badge.html +++ b/docs/reference/create_badge.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0 diff --git a/docs/reference/create_certificate_attendance.html b/docs/reference/create_certificate_attendance.html index 0f9a471..cf94497 100644 --- a/docs/reference/create_certificate_attendance.html +++ b/docs/reference/create_certificate_attendance.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0 diff --git a/docs/reference/create_certificate_participation.html b/docs/reference/create_certificate_participation.html index fcb45a4..c08ac98 100644 --- a/docs/reference/create_certificate_participation.html +++ b/docs/reference/create_certificate_participation.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0 diff --git a/docs/reference/create_collection_label.html b/docs/reference/create_collection_label.html index c3ac806..e971d95 100644 --- a/docs/reference/create_collection_label.html +++ b/docs/reference/create_collection_label.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0 diff --git a/docs/reference/create_herbarium_label.html b/docs/reference/create_herbarium_label.html index 2895c77..9f71d90 100644 --- a/docs/reference/create_herbarium_label.html +++ b/docs/reference/create_herbarium_label.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0 diff --git a/docs/reference/create_tinylabel.html b/docs/reference/create_tinylabel.html index a2141ff..3ebd69b 100644 --- a/docs/reference/create_tinylabel.html +++ b/docs/reference/create_tinylabel.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0 diff --git a/docs/reference/herbarium.table.html b/docs/reference/herbarium.table.html index 248a7bc..e696487 100644 --- a/docs/reference/herbarium.table.html +++ b/docs/reference/herbarium.table.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0 diff --git a/docs/reference/index.html b/docs/reference/index.html index 3d09744..7a57893 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0 diff --git a/docs/reference/label.table.html b/docs/reference/label.table.html index 356d8c5..66c703f 100644 --- a/docs/reference/label.table.html +++ b/docs/reference/label.table.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0 diff --git a/docs/reference/labeleR-package.html b/docs/reference/labeleR-package.html index b1972b5..3309222 100644 --- a/docs/reference/labeleR-package.html +++ b/docs/reference/labeleR-package.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0 diff --git a/docs/reference/participation.table.html b/docs/reference/participation.table.html index 2a60feb..7e2b96b 100644 --- a/docs/reference/participation.table.html +++ b/docs/reference/participation.table.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0 diff --git a/docs/reference/tiny.table.html b/docs/reference/tiny.table.html index a2caf68..bcc04df 100644 --- a/docs/reference/tiny.table.html +++ b/docs/reference/tiny.table.html @@ -17,7 +17,7 @@ labeleR - 0.0.1 + 0.1.0 diff --git a/man/badges.table.Rd b/man/badges.table.Rd index 3b083df..a54a7cd 100644 --- a/man/badges.table.Rd +++ b/man/badges.table.Rd @@ -23,7 +23,7 @@ Example data to create identification badges Garrick Ollivander \tab Ollivander's Wand Shop in Diagon Alley \cr Lily Potter \tab Gryffindor House (Hogwarts S.W.W.) \cr Peter Pettigrew \tab Gryffindor House (Hogwarts S.W.W.) \cr - Sirius Black \tab Azkaban prisioner \cr + Sirius Black \tab Azkaban prisoner \cr } } \keyword{datasets} diff --git a/man/create_badge.Rd b/man/create_badge.Rd index b7010e2..ed580c1 100644 --- a/man/create_badge.Rd +++ b/man/create_badge.Rd @@ -35,15 +35,15 @@ storing participants' affiliation.} \item{rpic}{Character (optional) Path to a PNG image to be located in the badge top-right.} -\item{keep.files}{Logical. Keep the Rmarkdown template and associated files +\item{keep.files}{Logical. Keep the RMarkdown template and associated files in the output folder? Default is FALSE.} -\item{template}{Character (optional) Rmarkdown template to use. If not provided, +\item{template}{Character (optional) RMarkdown template to use. If not provided, using the default template included in \code{labeleR}.} } \value{ A PDF file named "Badges.pdf" is saved on disk, in the folder defined -by \code{path}. If \code{keep.files = TRUE}, an Rmarkdown and PNG lpic and rpic files will also +by \code{path}. If \code{keep.files = TRUE}, an RMarkdown and PNG lpic and rpic files will also appear in the same folder. } \description{ diff --git a/man/create_certificate_attendance.Rd b/man/create_certificate_attendance.Rd index 6433ba3..2e0d02b 100644 --- a/man/create_certificate_attendance.Rd +++ b/man/create_certificate_attendance.Rd @@ -57,15 +57,15 @@ the bottom, above signer's name.} \item{rpic}{Character (optional). Path to a PNG image to appear in the top-right.} -\item{keep.files}{Logical. Keep the Rmarkdown template and associated files +\item{keep.files}{Logical. Keep the RMarkdown template and associated files in the output folder? Default is FALSE.} -\item{template}{Character (optional) Rmarkdown template to use. If not provided, +\item{template}{Character (optional) RMarkdown template to use. If not provided, using the default template included in \code{labeleR}.} } \value{ PDF certificates are saved on disk, in the folder defined -by \code{path}. If \code{keep.files = TRUE}, the Rmarkdown template and PNG logo files +by \code{path}. If \code{keep.files = TRUE}, the RMarkdown template and PNG logo files will also appear in the same folder. } \description{ diff --git a/man/create_certificate_participation.Rd b/man/create_certificate_participation.Rd index d5a91fe..bfb3c6d 100644 --- a/man/create_certificate_participation.Rd +++ b/man/create_certificate_participation.Rd @@ -67,15 +67,15 @@ the bottom, above signer's name.} \item{rpic}{Character (optional) Path to a PNG image to appear in the top-right.} -\item{keep.files}{Logical. Keep the Rmarkdown template and associated files +\item{keep.files}{Logical. Keep the RMarkdown template and associated files in the output folder? Default is FALSE.} -\item{template}{Character (optional) Rmarkdown template to use. If not provided, +\item{template}{Character (optional) RMarkdown template to use. If not provided, using the default template included in \code{labeleR}.} } \value{ PDF certificates are saved on disk, in the folder defined -by \code{path}. If \code{keep.files = TRUE}, the Rmarkdown template and PNG logo files +by \code{path}. If \code{keep.files = TRUE}, the RMarkdown template and PNG logo files will also appear in the same folder. } \description{ diff --git a/man/create_collection_label.Rd b/man/create_collection_label.Rd index 7a8cd68..908fc7f 100644 --- a/man/create_collection_label.Rd +++ b/man/create_collection_label.Rd @@ -53,15 +53,15 @@ appear below field4.} \item{textcolor}{HTML color for label text. Default is 1E3F20} -\item{keep.files}{Logical. Keep the Rmarkdown template and associated files +\item{keep.files}{Logical. Keep the RMarkdown template and associated files in the output folder? Default is FALSE.} -\item{template}{Character (optional) Rmarkdown template to use. If not provided, +\item{template}{Character (optional) RMarkdown template to use. If not provided, using the default template included in \code{labeleR}.} } \value{ A PDF file named "Collection_label.pdf" is saved on disk, in the folder defined -by \code{path}. If \code{keep.files = TRUE}, an Rmarkdown and PNG logo files will also +by \code{path}. If \code{keep.files = TRUE}, an RMarkdown and PNG logo files will also appear in the same folder. } \description{ diff --git a/man/create_herbarium_label.Rd b/man/create_herbarium_label.Rd index 7195ded..341fef4 100644 --- a/man/create_herbarium_label.Rd +++ b/man/create_herbarium_label.Rd @@ -93,10 +93,10 @@ collector's assistants.} \item{date.column}{Character (optional). Name of the column in \code{data} storing the date when the specimen was collected.} -\item{keep.files}{Logical. Keep the Rmarkdown template and associated files +\item{keep.files}{Logical. Keep the RMarkdown template and associated files in the output folder? Default is FALSE.} -\item{template}{Character (optional) Rmarkdown template to use. If not provided, +\item{template}{Character (optional) RMarkdown template to use. If not provided, using the default template included in \code{labeleR}.} } \value{ diff --git a/man/create_tinylabel.Rd b/man/create_tinylabel.Rd index 080e34b..5369985 100644 --- a/man/create_tinylabel.Rd +++ b/man/create_tinylabel.Rd @@ -44,15 +44,15 @@ appear below field3.} \item{field5.column}{Character (optional). Name of the column in \code{data} storing the fifth free text to appear below field4.} -\item{keep.files}{Logical. Keep the Rmarkdown template and associated files +\item{keep.files}{Logical. Keep the RMarkdown template and associated files in the output folder? Default is FALSE.} -\item{template}{Character (optional) Rmarkdown template to use. If not provided, +\item{template}{Character (optional) RMarkdown template to use. If not provided, using the default template included in \code{labeleR}.} } \value{ A PDF file named "Tiny_label.pdf" is saved on disk, in the folder defined -by \code{path}. If \code{keep.files = TRUE}, an Rmarkdown file will also appear in the same folder. +by \code{path}. If \code{keep.files = TRUE}, an RMarkdown file will also appear in the same folder. } \description{ Create tiny labels (16 labels per DIN-A4 page) diff --git a/man/labeleR-package.Rd b/man/labeleR-package.Rd index bebc2e4..acf5c03 100644 --- a/man/labeleR-package.Rd +++ b/man/labeleR-package.Rd @@ -6,23 +6,28 @@ \alias{labeleR-package} \title{labeleR: Automate the Production of Custom Labels, Badges, Certificates, and Other Documents} \description{ -'labeleR' makes it easy to create custom labels, badges, certificates and other documents. It can be used to automate the production of potentially large numbers of accreditation badges, attendance and participation certificates, herbarium and collection labels, etc. Documents are generated in PDF format, which requires a working installation of 'LaTeX', such as 'TinyTeX'. +Functions to create custom labels, badges, certificates and other documents. Automate the production of potentially large numbers of accreditation badges, attendance and participation certificates, herbarium and collection labels, etc. Documents are generated in PDF format, which requires a working installation of 'LaTeX', such as 'TinyTeX'. } \seealso{ Useful links: \itemize{ - \item \url{https://github.com/EcologyR/labeleR} - \item Report bugs at \url{https://github.com/EcologyR/labeleR/issues} + \item \url{https://github.com/EcologyR/labeleR/} + \item Report bugs at \url{https://github.com/EcologyR/labeleR/issues/} } } \author{ -\strong{Maintainer}: Ignacio Ramos-Gutiérrez \email{ig.ramosgutierrez@gmail.com} (\href{https://orcid.org/0000-0002-8675-0114}{ORCID}) +\strong{Maintainer}: Ignacio Ramos-Gutiérrez \email{ig.ramosgutierrez@gmail.com} (\href{https://orcid.org/0000-0002-8675-0114}{ORCID}) [copyright holder] Authors: \itemize{ - \item Julia G. de Aledo \email{juliagdealedo@gmail.com} (\href{https://orcid.org/0000-0001-9065-9316}{ORCID}) - \item Francisco Rodríguez-Sánchez \email{frodriguez@us.es} (\href{https://orcid.org/0000-0002-7981-1599}{ORCID}) + \item Julia G. de Aledo \email{juliagdealedo@gmail.com} (\href{https://orcid.org/0000-0001-9065-9316}{ORCID}) [copyright holder] + \item Francisco Rodríguez-Sánchez \email{frodriguez@us.es} (\href{https://orcid.org/0000-0002-7981-1599}{ORCID}) [copyright holder] +} + +Other contributors: +\itemize{ + \item Giorgio Comai [contributor] } } diff --git a/man/participation.table.Rd b/man/participation.table.Rd index 9d25417..28665ed 100644 --- a/man/participation.table.Rd +++ b/man/participation.table.Rd @@ -18,8 +18,8 @@ Example data to create participation certificates Name \tab Date \tab Title \tab Comm.type \tab House \cr Severus Snape \tab 01/01/1993 \tab Advanced potions with more than six plants \tab oral communication \tab Slytherin \cr Minerva McGonagall \tab 01/01/1994 \tab From cat to ape: transformations in the XX century \tab poster \tab Gryffindor \cr - Alastor Moody \tab 01/01/1995 \tab Distentangling the three unforgivable curses \tab poster \tab Gryffindor \cr - Rubeus Hagrid \tab 01/01/1996 \tab Why is your hyppogryph not flying? Insights on flight efficiency \tab oral communication \tab Gryffindor \cr + Alastor Moody \tab 01/01/1995 \tab Disentangling the three unforgivable curses \tab poster \tab Gryffindor \cr + Rubeus Hagrid \tab 01/01/1996 \tab Why is your hippogriff not flying? Insights on flight efficiency \tab oral communication \tab Gryffindor \cr } } \keyword{datasets}