Skip to content

Commit

Permalink
docs: add CITATION file
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibb committed Apr 29, 2021
1 parent 0c21acc commit c403682
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

bibentry(
bibtype = "Manual",
title = "{zlog}: z(log) Transformation for Laboratory Measurements",
author = c(person("Sebastian", "Gibb")),
year = year,
note = note,
url = "https://CRAN.R-project.org/package=zlog",
doi = "10.5281/zenodo.4727117"
)

0 comments on commit c403682

Please sign in to comment.