From 617b79fb3e0707b9bd0b446db73a2b1d7f6f3f94 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Wed, 10 Jun 2026 15:58:27 -0700 Subject: Add corplot --- DESCRIPTION | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'DESCRIPTION') 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 -- cgit v1.2.3