Skip to content

Commit

Permalink
add DOI
Browse files Browse the repository at this point in the history
  • Loading branch information
nhejazi committed Mar 13, 2021
1 parent 00bbeb4 commit c6014a6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ buildfast:
style:
Rscript -e "styler::style_pkg()"

pr: style doc check site
pr: style check site
5 changes: 3 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ knitr::opts_chunk$set(
[![Coverage Status](https://img.shields.io/codecov/c/github/tlverse/tmle3/master.svg)](https://codecov.io/github/tlverse/tmle3?branch=master)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4603358.svg)](https://doi.org/10.5281/zenodo.4603358)

> The _Extensible_ TMLE framework
Expand Down Expand Up @@ -96,8 +97,8 @@ After using the `tmle3` R package, please cite the following:
year = {2021},
howpublished = {\url{https://github.com/tlverse/tmle3}},
note = {{R} package version 0.2.0},
url = {https://doi.org/},
doi = {}
url = {https://doi.org/10.5281/zenodo.4603358},
doi = {10.5281/zenodo.4603358}
}

---
Expand Down
12 changes: 12 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
citHeader("Please cite the following when using the 'tmle3' software package.")

year <- format(Sys.Date(), "%Y")
note <- sprintf("R package version %s", meta$Version)

bibentry(bibtype = "Manual",
title = "{tmle3}: The Extensible {TMLE} Framework",
author = person("Jeremy", "Coyle"),
year = year,
note = note,
doi = "10.5281/zenodo.4603358",
url = "https://github.com/tlverse/tmle3")

0 comments on commit c6014a6

Please sign in to comment.