Skip to content

Commit

Permalink
Update Authors@R
Browse files Browse the repository at this point in the history
  • Loading branch information
chartgerink committed Oct 1, 2024
1 parent dfe86b0 commit 3bcd648
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ Package: datatagr
Title: Generic Data Labelling and Validating
Version: 0.0.1
Authors@R: c(
person("Chris", "Hartgerink", , "[email protected]", role = "cre",
person("Chris", "Hartgerink", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-1050-6809"))
person("Hugo", "Gruson", , "[email protected]", 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
Expand Down

0 comments on commit 3bcd648

Please sign in to comment.