Skip to content

Commit

Permalink
Merge pull request #75 from njtierney/citation
Browse files Browse the repository at this point in the history
Add CITATION.cff
  • Loading branch information
njtierney committed May 21, 2024
2 parents 28a0cf5 + d977cd4 commit b0d3dc2
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
^_pkgdown\.yml$
^docs$
^pkgdown$
^CITATION\.cff$
45 changes: 45 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# -----------------------------------------------------------
# CITATION file created with {cffr} R package, v0.5.0
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------

cff-version: 1.2.0
message: 'To cite package "geotargets" in publications use:'
type: software
license: MIT
title: 'geotargets: Targets extensions for geospatial formats'
version: 0.0.0.9000
abstract: Provides extensions for various geospatial file formats, such as shapefiles
and rasters. See the vignettes for worked examples and demonstrations and explanations
of how to use the various package extensions.
authors:
- family-names: Tierney
given-names: Nicholas
email: nicholas.tierney@gmail.com
orcid: https://orcid.org/0000-0003-1460-8722
- family-names: Scott
given-names: Eric
orcid: https://orcid.org/0000-0002-7430-7879
- family-names: Brown
given-names: Andrew
orcid: https://orcid.org/0000-0002-4565-533X
repository-code: https://github.com/njtierney/geotargets
url: https://njtierney.github.io/geotargets/
contact:
- family-names: Tierney
given-names: Nicholas
email: nicholas.tierney@gmail.com
orcid: https://orcid.org/0000-0003-1460-8722
keywords:
- geospatial
- pipeline
- r
- r-package
- r-targetopia
- raster
- reproducibility
- reproducible-research
- rstats
- targets
- vector
- workflow
6 changes: 6 additions & 0 deletions R/release_bullets.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#see ?usethis::use_release_issue()
release_bullets <- function() {
c(
"update CITATION.cff with `cffr::cff_write(dependencies = FALSE)` (after incrementing version)"
)
}

0 comments on commit b0d3dc2

Please sign in to comment.