diff options
Diffstat (limited to 'DESCRIPTION')
| -rw-r--r-- | DESCRIPTION | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index f4837d1..8bc7286 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,10 +2,15 @@ Package: rcsobczak Title: Chris' R Namespace Version: 0.0.0.9000 Authors@R: - person("Chris", "Sobczak", , "chris@sobczak.family", role = c("aut", "cre")) + person("Chris", "Sobczak", , "chris@sobczak.family", role = c("aut", "cre"), comment = c(ORCID = "0009-0003-3398-2792")) Description: This is a collection of my personal functions. -License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a - license +License: GPL-3 + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0.9000 +Imports: + ggplot2, + reshape2 +Suggests: + testthat (>= 3.0.0) +Config/testthat/edition: 3 |
