summaryrefslogtreecommitdiff
path: root/DESCRIPTION
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-10 15:58:27 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-10 15:58:27 -0700
commit617b79fb3e0707b9bd0b446db73a2b1d7f6f3f94 (patch)
tree4a0b566759e57b2cd2e78a34e8c5f50e15a35183 /DESCRIPTION
parent967618a8afd690064fc26631340edac8ab584d11 (diff)
Add corplot
Diffstat (limited to 'DESCRIPTION')
-rw-r--r--DESCRIPTION11
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