Skip to content

Commit

Permalink
Merge pull request #61 from EcologyR/paco-review
Browse files Browse the repository at this point in the history
Paco review - implemetation
  • Loading branch information
iramosgutierrez committed Jan 17, 2024
2 parents 21e4efb + 948ab54 commit ce6dbe4
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion R/collection_label.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' @examplesIf interactive()
#'
#' create_collection_label(
#' data = label.table,
#' data = collection.table,
#' path = "labeleR_output",
#' qr = "QR_code",
#' field1.column = "field1",
Expand Down
6 changes: 3 additions & 3 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"herbarium.table"


#' label.table
#' collection.table
#'
#' Example data to create collection labels
#'
#' @md
#' @details
#' ```{r echo=FALSE}
#' knitr::kable(label.table)
#' knitr::kable(collection.table)
#' ```
#'
"label.table"
"collection.table"


#' participation.table
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ reference:
- participation.table
- badges.table
- herbarium.table
- label.table
- collection.table
- tiny.table

Binary file added data/collection.table.rda
Binary file not shown.
Binary file modified data/herbarium.table.rda
Binary file not shown.
Binary file removed data/label.table.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion inst/rmarkdown/templates/herbarium/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ for (i in seq_along(params$collection.i)){
{\\fontsize{25pt}{100pt}\\selectfont", params$location.i[i],"} \\\\
{\\fontsize{25pt}{100pt}\\selectfont", params$area.description.i[i],"} \\\\
{\\fontsize{25pt}{100pt}\\selectfont", params$elevation.i[i],"}\\\\
{\\fontsize{25pt}{100pt}\\selectfont", params$latitude.i[i], " ", params$longitude.i[i],"} \\\\
{\\fontsize{25pt}{100pt}\\selectfont", params$latitude.i[i], " | ", params$longitude.i[i],"} \\\\
\\vfill
{\\fontsize{25pt}{100pt}\\selectfont",params$field1.i[i],"} \\\\
{\\fontsize{25pt}{100pt}\\selectfont",params$field2.i[i],"} \\\\
Expand Down
24 changes: 12 additions & 12 deletions man/label.table.Rd → man/collection.table.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.

Loading

0 comments on commit ce6dbe4

Please sign in to comment.