Type: Package
Package: codemeta
Title: A Smaller 'codemetar' Package
Version: 0.1.1
Authors@R: 
    c(person(given = "Carl",
             family = "Boettiger",
             role = c("aut", "cre", "cph"),
             email = "cboettig@gmail.com",
             comment = c(ORCID = "0000-0002-1642-628X")),
      person(given = "Maëlle",
             family = "Salmon",
             role = c("ctb", "aut"),
             comment = c(ORCID = "0000-0002-2815-0399")),
      person(given = "Katrin",
             family = "Leinweber",
             role = "ctb",
             comment = c(ORCID = "0000-0001-5135-5758")),
      person(given = "Noam",
             family = "Ross",
             role = "ctb",
             comment = c(ORCID = "0000-0002-2136-0000")),
      person(given = "Arfon",
             family = "Smith",
             role = "ctb"),
      person(given = "Jeroen",
             family = "Ooms",
             role = "ctb",
             comment = c(ORCID = "0000-0002-4035-0289")),
      person(given = "Sebastian",
             family = "Meyer",
             role = "ctb",
             comment = c(ORCID = "0000-0002-1791-9449")),
      person(given = "Michael",
             family = "Rustler",
             role = "ctb",
             comment = c(ORCID = "0000-0003-0647-7726")),
      person(given = "Hauke",
             family = "Sonnenberg",
             role = "ctb",
             comment = c(ORCID = "0000-0001-9134-2871")),
      person(given = "Sebastian",
             family = "Kreutzer",
             role = "ctb",
             comment = c(ORCID = "0000-0002-0734-2199")),
      person(given = "rOpenSci",
             role = "fnd",
             comment = "https://ropensci.org/")
      )
Description: The 'Codemeta' Project defines a 'JSON-LD' format
    for describing software metadata, as detailed at
    <https://codemeta.github.io>. This package provides core utilities
    to generate this metadata with a minimum of dependencies.
License: GPL-3
URL: https://github.com/cboettig/codemeta
BugReports: https://github.com/cboettig/codemeta/issues
Depends: R (>= 3.0.0)
Imports: desc, jsonlite (>= 1.6), methods, utils
Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0)
Encoding: UTF-8
RoxygenNote: 7.1.2
X-schema.org-isPartOf: https://ropensci.org
X-schema.org-keywords: metadata, codemeta, ropensci, citation, credit,
        linked-data
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-12-22 00:42:36 UTC; rocker
Author: Carl Boettiger [aut, cre, cph]
    (<https://orcid.org/0000-0002-1642-628X>),
  Maëlle Salmon [ctb, aut] (<https://orcid.org/0000-0002-2815-0399>),
  Katrin Leinweber [ctb] (<https://orcid.org/0000-0001-5135-5758>),
  Noam Ross [ctb] (<https://orcid.org/0000-0002-2136-0000>),
  Arfon Smith [ctb],
  Jeroen Ooms [ctb] (<https://orcid.org/0000-0002-4035-0289>),
  Sebastian Meyer [ctb] (<https://orcid.org/0000-0002-1791-9449>),
  Michael Rustler [ctb] (<https://orcid.org/0000-0003-0647-7726>),
  Hauke Sonnenberg [ctb] (<https://orcid.org/0000-0001-9134-2871>),
  Sebastian Kreutzer [ctb] (<https://orcid.org/0000-0002-0734-2199>),
  rOpenSci [fnd] (https://ropensci.org/)
Maintainer: Carl Boettiger <cboettig@gmail.com>
Repository: CRAN
Date/Publication: 2021-12-22 00:50:02 UTC
Built: R 4.6.0; ; 2025-07-18 03:58:28 UTC; unix
