Package: dataset
Title: Create Data Frames for Exchange and Reuse
Version: 0.4.5
Date: 2026-06-03
Language: en-GB
Authors@R: 
    c(person(given = "Daniel", family = "Antal", 
           email = "daniel.antal@dataobservatory.eu", 
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-7513-6760")
           ), 
      person(given = "Marcelo", family =  "Perlin", 
             role = c("rev"), 
             comment = c(ORCID = "0000-0002-9839-4268")
             ), 
     person(given = "Anna Márta", family =  "Mester", 
            role = c("rev"), 
            comment = c(ORCID = "0009-0008-2274-8163")
            ),
      person(given = "Mauro", family =  "Lepore", 
            role = c("rev"), 
            comment = c(ORCID = "0000-0002-1986-7988")
            )
      )
Maintainer: Daniel Antal <daniel.antal@dataobservatory.eu>
Description: The 'dataset' package extends tidy data frames with
    machine-readable metadata, semantic definitions, and provenance
    information. It supports incremental semantic stabilization,
    interoperable dataset exchange, and FAIR-oriented publication
    workflows by preserving contextual metadata directly within R
    objects. The package facilitates the creation, exchange, reuse,
    and RDF serialization of datasets in line with ISO and W3C
    standards.
License: GPL (>= 3)
Encoding: UTF-8
URL: https://docs.ropensci.org/dataset/,
        https://github.com/ropensci/dataset,
        https://dataset.dataobservatory.eu
BugReports: https://github.com/ropensci/dataset/issues
LazyData: true
Imports: assertthat, haven, ISOcodes, labelled, pillar, stats, tibble,
        utils, vctrs
Suggests: dplyr, jsonld, knitr, rdflib, rmarkdown, spelling, tidyr,
        testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends: R (>= 3.5)
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-06-03 06:51:28 UTC; DanielAntal
Author: Daniel Antal [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-7513-6760>),
  Marcelo Perlin [rev] (ORCID: <https://orcid.org/0000-0002-9839-4268>),
  Anna Márta Mester [rev] (ORCID:
    <https://orcid.org/0009-0008-2274-8163>),
  Mauro Lepore [rev] (ORCID: <https://orcid.org/0000-0002-1986-7988>)
Repository: CRAN
Date/Publication: 2026-06-03 09:10:14 UTC
