diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-11-09 21:03:21 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-11-09 21:03:21 +0100 |
commit | 81dd0772995db1877220ea13a139e4c2b5c5d5c9 (patch) | |
tree | 6a1aa918a9e911b1f63b11eb48d37385e4ddbce7 /R | |
parent | 1b91170736f02445cd86c896c9cb6fefe8af45af (diff) |
Fixed a couple of bugs and added some error handling
Diffstat (limited to 'R')
-rw-r--r-- | R/gmkinws.R | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/R/gmkinws.R b/R/gmkinws.R index 87eaf8a..071e3b1 100644 --- a/R/gmkinws.R +++ b/R/gmkinws.R @@ -34,10 +34,10 @@ gmkinws <- R6Class("gmkinws", public = list( observed = NULL, - ds = NA, - m = NA, + ds = list(), + m = list(), ftmp = list(Name = ""), - f = NA, + f = list(), initialize = function(ds, m, f) { |