summaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-10 16:22:46 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-10 16:22:46 -0700
commit60cfc1ca0d2445b019f79ed92ed760377702e349 (patch)
tree5dbfcd32fa566827ebaeef891b09054eab7b67c1 /NAMESPACE
Start R package for the RSC simulation and analysis
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE4
1 files changed, 4 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE
new file mode 100644
index 0000000..5045b57
--- /dev/null
+++ b/NAMESPACE
@@ -0,0 +1,4 @@
+# Generated by roxygen2: do not edit by hand
+
+export(simulate_data)
+importFrom(MASS,mvrnorm)