diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 17:30:12 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 17:30:12 +0000 |
| commit | 201e19975461c6fb04d4487346e2a0b68d2359dc (patch) | |
| tree | 0cf71b412b17670bf7e2c12b8e26c1dada051b5a /R/NAMESPACE | |
| parent | Merge branch 'python' (diff) | |
| download | SyncRNG-201e19975461c6fb04d4487346e2a0b68d2359dc.tar.gz SyncRNG-201e19975461c6fb04d4487346e2a0b68d2359dc.zip | |
Rename directories, remove extra test dir
Diffstat (limited to 'R/NAMESPACE')
| -rw-r--r-- | R/NAMESPACE | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/R/NAMESPACE b/R/NAMESPACE new file mode 100644 index 0000000..052e9e8 --- /dev/null +++ b/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) |
