summaryrefslogtreecommitdiff
path: root/DESCRIPTION
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-05 18:23:45 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-05 18:23:45 -0700
commit572e4ec9f58ce2d609c93398307c6ae5347efe79 (patch)
treedc7814d0619e393151f053ece9be0a80a573da0f /DESCRIPTION
parentce8bd72d8698e59087f10ebcd43478b508eb9c91 (diff)
Add R package files
Diffstat (limited to 'DESCRIPTION')
-rw-r--r--DESCRIPTION11
1 files changed, 11 insertions, 0 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
new file mode 100644
index 0000000..f4837d1
--- /dev/null
+++ b/DESCRIPTION
@@ -0,0 +1,11 @@
+Package: rcsobczak
+Title: Chris' R Namespace
+Version: 0.0.0.9000
+Authors@R:
+ person("Chris", "Sobczak", , "chris@sobczak.family", role = c("aut", "cre"))
+Description: This is a collection of my personal functions.
+License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
+ license
+Encoding: UTF-8
+Roxygen: list(markdown = TRUE)
+RoxygenNote: 8.0.0.9000