Package: dataset
Title: Create Data Frames that are Easier to Exchange and Reuse
Version: 0.3.4
Date: 2024-12-20
Language: en-US
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")
             )
      )
Maintainer: Daniel Antal <daniel.antal@dataobservatory.eu>
Description: The aim of the 'dataset' package is to make tidy datasets easier to release, 
    exchange and reuse. It organizes and formats data frame 'R' objects into well-referenced, 
    well-described, interoperable datasets into release and reuse ready form.
License: GPL (>= 3)
Encoding: UTF-8
URL: https://dataset.dataobservatory.eu/
BugReports: https://github.com/dataobservatory-eu/dataset/issues/
LazyData: true
Imports: assertthat, cli, haven, ISOcodes, labelled, methods, pillar,
        rlang, tibble, utils, vctrs (>= 0.5.2)
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends: R (>= 3.5)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-12-20 19:39:04 UTC; antal
Author: Daniel Antal [aut, cre] (<https://orcid.org/0000-0001-7513-6760>),
  Marcelo Perlin [rev] (<https://orcid.org/0000-0002-9839-4268>)
Repository: CRAN
Date/Publication: 2024-12-23 11:10:02 UTC
Built: R 4.3.3; ; 2025-04-07 03:33:30 UTC; windows
