diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 17:23:56 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 17:23:56 +0000 |
| commit | d49bf79e4b79b3bb3d9031c7fba4c21efc431548 (patch) | |
| tree | 5d2b35944af343f15ecb7dbd3e74f91a95ca2c3f /new_R/NAMESPACE | |
| parent | Update README (diff) | |
| parent | bump roxygen (diff) | |
| download | SyncRNG-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/NAMESPACE | 7 |
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) |
