diff --git a/man/add_citation.Rd b/man/add_citation.Rd index 41e6b53..0318b2e 100644 --- a/man/add_citation.Rd +++ b/man/add_citation.Rd @@ -41,17 +41,6 @@ No return value. This function creates a \code{CITATION} file in the folder \verb{inst/}. This file contains a BiBTeX entry to cite the package as a manual. User will need to edit by hand some information (title, version, etc.). - -Two additional files are also created: -\itemize{ -\item a \code{CITATION.cff} file: a plain text file with human- and machine-readable -citation information for software. This file is a feature introduced by -GitHub. For more information: -\url{https://ropensci.org/blog/2021/11/23/cffr/}. -\item a \code{.github/workflows/update-citation-cff.yaml} file: a configuration file -to setup GitHub Actions to update the \code{CITATION.cff} each time the -\code{DESCRIPTION} file or the \code{inst/CITATION} is modified. -} } \examples{ \dontrun{ diff --git a/man/add_github_actions_citation.Rd b/man/add_github_actions_citation.Rd index f37bd89..86492b0 100644 --- a/man/add_github_actions_citation.Rd +++ b/man/add_github_actions_citation.Rd @@ -25,6 +25,8 @@ to update the \code{CITATION.cff}. This workflow is derived from \url{https://github.com/r-lib/actions/tree/v2-branch/examples}. This file will be written as \code{.github/workflows/update-citation-cff.yaml}. + +This function also create the \code{CITATION.cff} using the package \link{cffr}. } \examples{ \dontrun{