diff --git a/DESCRIPTION b/DESCRIPTION index de418a8..f9123b1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,8 +2,10 @@ Package: datatagr Title: Generic Data Labelling and Validating Version: 0.0.1 Authors@R: c( - person("Chris", "Hartgerink", , "chris@data.org", role = "cre", + person("Chris", "Hartgerink", , "chris@data.org", role = c("cre", "aut"), comment = c(ORCID = "0000-0003-1050-6809")) + person("Hugo", "Gruson", , "hugo@data.org", role = "rev", + comment = c(ORCID = "0000-0002-4094-1476")) ) Description: Provides tools to help label and validate data according to user-specified rules. The 'datatagr' class adds variable level attributes to 'data.frame' columns. Once labelled, these variables can be seamlessly used in downstream analyses, making data pipelines clearer, more robust, and more reliable. License: MIT + file LICENSE