summaryrefslogtreecommitdiff
path: root/DESCRIPTION
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-10 16:31:33 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-10 16:31:33 -0700
commit0478b9c425d668d6ef0aa0e860f8e4eac8ee78a0 (patch)
treeac94fee58104a11e2158cfaaf61238a9cd0f2c78 /DESCRIPTION
parent60cfc1ca0d2445b019f79ed92ed760377702e349 (diff)
get going and create test for simulate_data
Diffstat (limited to 'DESCRIPTION')
-rw-r--r--DESCRIPTION6
1 files changed, 6 insertions, 0 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index 34d6b7b..2e67bd8 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -8,3 +8,9 @@ License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 8.0.0
+Imports:
+ MASS,
+ stats
+Suggests:
+ testthat (>= 3.0.0)
+Config/testthat/edition: 3