Skip to content

Commit

Permalink
generate CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed May 21, 2024
1 parent 28a0cf5 commit e9f77c2
Show file tree
Hide file tree
Showing 2 changed files with 46 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: [email protected]
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: [email protected]
orcid: https://orcid.org/0000-0003-1460-8722
keywords:
- geospatial
- pipeline
- r
- r-package
- r-targetopia
- raster
- reproducibility
- reproducible-research
- rstats
- targets
- vector
- workflow

0 comments on commit e9f77c2

Please sign in to comment.