aboutsummaryrefslogtreecommitdiff
path: root/new_R/NAMESPACE
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 17:23:56 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 17:23:56 +0000
commitd49bf79e4b79b3bb3d9031c7fba4c21efc431548 (patch)
tree5d2b35944af343f15ecb7dbd3e74f91a95ca2c3f /new_R/NAMESPACE
parentUpdate README (diff)
parentbump roxygen (diff)
downloadSyncRNG-d49bf79e4b79b3bb3d9031c7fba4c21efc431548.tar.gz
SyncRNG-d49bf79e4b79b3bb3d9031c7fba4c21efc431548.zip
Merge branch 'R'
# Conflicts: # .gitignore # README.md # new_R/src/syncrng.c
Diffstat (limited to 'new_R/NAMESPACE')
-rw-r--r--new_R/NAMESPACE7
1 files changed, 7 insertions, 0 deletions
diff --git a/new_R/NAMESPACE b/new_R/NAMESPACE
new file mode 100644
index 0000000..052e9e8
--- /dev/null
+++ b/new_R/NAMESPACE
@@ -0,0 +1,7 @@
+# Generated by roxygen2: do not edit by hand
+
+export(SyncRNG)
+exportClasses(SyncRNG)
+import(methods)
+importFrom(methods,new)
+useDynLib(SyncRNG, .registration = TRUE)