From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 7 Jun 2021 22:09:00 +0000 (+0200)
Subject: Also version NAMESPACE because roxygen2 complains when missing
X-Git-Url: https://git.auder.net/variants/Chakart/img/doc/css/pieces/cp.svg?a=commitdiff_plain;h=fdff27fbb8f829ec17d7e4ecbe415ec6dd6701d3;p=morpheus.git

Also version NAMESPACE because roxygen2 complains when missing
---

diff --git a/.gitignore b/.gitignore
index d793e0b..e6a7351 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
 #ignore roxygen2 generated files
-NAMESPACE
 *.Rd
 !*-package.Rd
 
diff --git a/pkg/NAMESPACE b/pkg/NAMESPACE
new file mode 100644
index 0000000..2c6f6a1
--- /dev/null
+++ b/pkg/NAMESPACE
@@ -0,0 +1,28 @@
+# Generated by roxygen2: do not edit by hand
+
+export(alignMatrices)
+export(computeMoments)
+export(computeMu)
+export(generateSampleIO)
+export(multiRun)
+export(normalize)
+export(optimParams)
+export(plotBox)
+export(plotCoefs)
+export(plotHist)
+importFrom(graphics,barplot)
+importFrom(graphics,boxplot)
+importFrom(graphics,hist)
+importFrom(graphics,matplot)
+importFrom(graphics,par)
+importFrom(jointDiag,ajd)
+importFrom(methods,new)
+importFrom(pracma,integral)
+importFrom(stats,integrate)
+importFrom(stats,pnorm)
+importFrom(stats,rbinom)
+importFrom(stats,rmultinom)
+importFrom(stats,rnorm)
+importFrom(stats,runif)
+importFrom(stats,sd)
+useDynLib(morpheus, .registration = TRUE)