Skip to content

Commit 320733a

Browse files
committed
Rename citation() to cite_certificate()
Closes #16
1 parent b3aa853 commit 320733a

File tree

4 files changed

+3
-23
lines changed

4 files changed

+3
-23
lines changed

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generated by roxygen2: do not edit by hand
22

3-
export(citation)
3+
export(cite_certificate)
44
export(codecheck_metadata)
55
export(copy_manifest_files)
66
export(create_codecheck_files)

R/codecheck.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ latex_codecheck_logo <- function() {
236236
##' @return NULL
237237
##' @author Stephen Eglen
238238
##' @export
239-
citation <- function(metadata) {
239+
cite_certificate <- function(metadata) {
240240
year = substring(metadata$check_time,1,4)
241241
names = .names(metadata$codechecker, add.orcid=FALSE)
242242
citation = sprintf("%s (%s). CODECHECK Certificate %s. Zenodo. %s",

inst/extdata/templates/codecheck/codecheck.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ supported by the Mozilla foundation.
110110
# Citing this document
111111

112112
```{r, results='asis',echo=FALSE}
113-
citation(metadata)
113+
cite_certificate(metadata)
114114
```
115115

116116
# About CODECHECK

man/citation.Rd

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)