Package: cffr
Title: Generate Citation File Format ('cff') Metadata for R Packages
Version: 1.2.0
Authors@R: c(
    person("Diego", "Hernangómez", , "diego.hernangomezherrero@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0001-8457-4658")),
    person("João", "Martins", role = "rev",
           comment = c(ORCID = "0000-0001-7961-4280")),
    person("Scott", "Chamberlain", role = "rev",
           comment = c(ORCID = "0000-0003-1444-9135"))
  )
Description: The Citation File Format version 1.2.0
    <doi:10.5281/zenodo.5171937> is a human and machine readable file
    format which provides citation metadata for software. This package
    provides core utilities to generate and validate this metadata.
License: GPL (>= 3)
URL: https://docs.ropensci.org/cffr/, https://github.com/ropensci/cffr
BugReports: https://github.com/ropensci/cffr/issues
Depends: R (>= 4.0.0)
Imports: cli (>= 2.0.0), desc (>= 1.3.0), jsonlite (>= 1.7.2),
        jsonvalidate (>= 1.1.0), yaml (>= 2.2.1)
Suggests: bibtex (>= 0.5.0), knitr, lifecycle, rmarkdown, testthat (>=
        3.0.0), usethis
VignetteBuilder: knitr
Config/Needs/website: devtools
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
X-schema.org-isPartOf: https://ropensci.org
X-schema.org-keywords: attribution, citation, credit, citation-files,
        cff, metadata, citation-file-format, cran, r, r-package,
        ropensci, rstats, r-cran
NeedsCompilation: no
Packaged: 2025-01-25 12:53:42 UTC; diego
Author: Diego Hernangómez [aut, cre, cph]
    (<https://orcid.org/0000-0001-8457-4658>),
  João Martins [rev] (<https://orcid.org/0000-0001-7961-4280>),
  Scott Chamberlain [rev] (<https://orcid.org/0000-0003-1444-9135>)
Maintainer: Diego Hernangómez <diego.hernangomezherrero@gmail.com>
Repository: CRAN
Date/Publication: 2025-01-25 13:20:02 UTC
Built: R 4.6.0; ; 2025-08-18 02:48:18 UTC; unix
