Skip to content

Commit

Permalink
citation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviomoc committed Sep 25, 2023
1 parent e2fa02d commit 98bf7f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/data.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.onAttach <- function(libname, pkgname) {
packageStartupMessage("Thank you for using divraster!")
packageStartupMessage("To acknowledge our work, please cite the package:")
packageStartupMessage(paste0("Mota, F. M. M., Heming, N. M., and Alves-Ferreira, G. (2023). divraster: Diversity Metrics Calculations for Rasterized Data. https://cran.r-project.org/package=divraster"))
packageStartupMessage(paste0("Mota, F. M. M., Alves-Ferreira, G., Talora, D. C., and Heming, N. M. (2023). divraster: an R package to calculate taxonomic, functional and phylogenetic diversity from rasters. - Ecography, e06905."))
}
#' Load data adapted from Mota et al. (2022), Tobias et al. (2022),
#' and Jetz et al. (2014)
Expand Down
10 changes: 10 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ bibentry(
url = "https://CRAN.R-project.org/package=divraster"
)

bibentry(
bibtype = "Article",
title = "divraster: an R package to calculate taxonomic, functional and phylogenetic diversity from rasters",
author = c("F. M. M. Mota", "G. Alves-Ferreira", "D. C. Talora", "N. M. Heming"),
journal = "Ecography",
year = "2023",
pages = "e06905",
doi = "10.1111/ecog.06905"
)

bibentry(
bibtype = "Misc",
title = "{BAT}: Biodiversity Assessment Tools",
Expand Down

0 comments on commit 98bf7f9

Please sign in to comment.