Skip to content

Commit

Permalink
fixed citation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollist committed Oct 11, 2023
1 parent 0d38ae1 commit 7f0b045
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,23 @@
^CONTRIBUTING.md$
^README\.Rmd$
^README\.pdf$
^README\.html$
^figure$
^NEWS\.md$
^log_check\.R$
^manuscript$
^elevatr_tech_review_beck\.pdf$
^elevatr_tech_review_weber\.pdf$
^elevatr_qa_review_livolsi\.pdf$
^tests\\testthat\\key_file\.rds\.enc$
^zoom_size\.R$
^\.github$
^codecov\.yml$
^doc$
^Meta$
bugs/
^revdep$
contributions/
^TODO.md$
^LICENSE\.md$
^\.devcontainer$
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bibentry(bibtype = "Manual",
author = c(person("Jeffrey", "Hollister", email = "hollister.jeff@epa.gov",
role = c("aut"), comment = c(ORCID = "0000-0002-9254-9740")),
person("Jugal", "Patel", email = "jugalpatel1217@gmail.com",
role = c("aut","cre")))
role = c("aut","cre"))),
title = "quickmapr: Quickly map and explore spatial data",
year = "2023",
note = {"R package version 0.4.0, doi: 10.5281/zenodo.32971"},
Expand Down

0 comments on commit 7f0b045

Please sign in to comment.