Also version NAMESPACE because roxygen2 complains when missing
authorBenjamin Auder <benjamin.auder@somewhere>
Mon, 7 Jun 2021 22:09:00 +0000 (00:09 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Mon, 7 Jun 2021 22:09:00 +0000 (00:09 +0200)
.gitignore
pkg/NAMESPACE [new file with mode: 0644]

index d793e0b..e6a7351 100644 (file)
@@ -1,5 +1,4 @@
 #ignore roxygen2 generated files
-NAMESPACE
 *.Rd
 !*-package.Rd
 
diff --git a/pkg/NAMESPACE b/pkg/NAMESPACE
new file mode 100644 (file)
index 0000000..2c6f6a1
--- /dev/null
@@ -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)