Currently citation() generates a citation of the current codecheck certificate. the function name clashes though with base::citation() which should be left alone. (incidentally, citation("codecheck") is already half-usable.)
should we simply not export the function, and rely on codecheck:::citation() or rename the function to something like codecheck_cite_cert() or cite_certificate()? My preference would be option 3.
Currently
citation()
generates a citation of the current codecheck certificate. the function name clashes though with base::citation() which should be left alone. (incidentally,citation("codecheck")
is already half-usable.)should we simply not export the function, and rely on
codecheck:::citation()
or rename the function to something likecodecheck_cite_cert()
orcite_certificate()
? My preference would be option 3.