Skip to content

Commit

Permalink
updated authors format in description and citation
Browse files Browse the repository at this point in the history
updated readme and packageStartupMessage
  • Loading branch information
HemingNM committed Jul 25, 2023
1 parent 6028647 commit 636a448
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Package: SESraster
Title: Raster Randomization for Null Hypothesis Testing
Version: 0.7.0
Authors@R: c(
person("Neander Marcel", "Heming", , "[email protected]", role = c("aut", "cre", "cph"),
person(c("Neander", "Marcel"), "Heming", email = "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2461-5045")),
person("Flávio", "Mota", , "[email protected]", role = "aut",
person(c("Flávio", "M.", "M."), "Mota", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0308-7151")),
person("Gabriela", "Alves-Ferreira", , "[email protected]", role = "aut",
person("Gabriela", "Alves-Ferreira", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5661-3381"))
)
Description: Randomization of presence/absence species distribution raster
Expand Down
3 changes: 2 additions & 1 deletion R/onAttachMSG.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.onAttach <- function(libname, pkgname) {
txt <- paste(c(paste("This is SESraster", utils::packageVersion("SESraster")),
"To support our work, cite SESraster in your publications. See:",
"If you use SESraster, please cite in your publications. See:",
# "To support our work, cite SESraster in your publications. See:",
' citation("SESraster")'), collapse="\n")
packageStartupMessage(txt)
}
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ See installation instructions and how the implemented null model algorithms work

### Citation

If this package is useful to you, please cite it in your publications. Find more information using:
- If you use this R package, please cite in your publications: <br>

Heming N. M., Mota F. M. M., Alves-Ferreira G. (2023). “SESraster: Raster Randomization for Null Hypothesis Testing.” R package version 0.7.0, <https://CRAN.R-project.org/package=SESraster>
<br>

- For more information:

```
citation("SESraster")
Expand Down
6 changes: 4 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ note <- sprintf("R package version %s", meta$Version)
bibentry(
bibtype = "Misc",
title = "{SESraster}: Raster Randomization for Null Hypothesis Testing",
author = c(person("Neander Marcel", "Heming"), person("Flávio M. M.", "Mota"), person("Gabriela", "Alves-Ferreira")),
author = c(person(c("Neander", "Marcel"), "Heming"),
person(c("Flávio", "M.", "M."), "Mota"),
person("Gabriela", "Alves-Ferreira")),
year = year,
note = note,
url = c("https://CRAN.R-project.org/package=SESraster", "https://github.com/HemingNM/SESraster")
url = c("https://CRAN.R-project.org/package=SESraster")
)

0 comments on commit 636a448

Please sign in to comment.