diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-04 13:34:47 -0400 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-04 13:34:47 -0400 |
| commit | 0179fa5f3565159dd3400a89b5762f9a1ba63fd4 (patch) | |
| tree | 51228d63b1333b2e5e08578b6fc0d751fe983fe8 /NAMESPACE | |
| parent | Remove debug symbols from compilation (diff) | |
| download | rgensvm-0179fa5f3565159dd3400a89b5762f9a1ba63fd4.tar.gz rgensvm-0179fa5f3565159dd3400a89b5762f9a1ba63fd4.zip | |
Add importFrom statements
Diffstat (limited to 'NAMESPACE')
| -rw-r--r-- | NAMESPACE | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -21,4 +21,14 @@ export(gensvm.refit) export(gensvm.train.test.split) export(gensvm.validate.param.grid) export(gensvm.validate.params) +importFrom(grDevices,rgb) +importFrom(graphics,legend) +importFrom(graphics,par) +importFrom(graphics,plot) +importFrom(graphics,polygon) +importFrom(graphics,segments) +importFrom(stats,coef) +importFrom(stats,predict) +importFrom(stats,runif) +importFrom(stats,sd) useDynLib(gensvm_wrapper, .registration = TRUE) |
