aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-11-09 21:03:21 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2015-11-09 21:03:21 +0100
commit81dd0772995db1877220ea13a139e4c2b5c5d5c9 (patch)
tree6a1aa918a9e911b1f63b11eb48d37385e4ddbce7 /R
parent1b91170736f02445cd86c896c9cb6fefe8af45af (diff)
Fixed a couple of bugs and added some error handling
Diffstat (limited to 'R')
-rw-r--r--R/gmkinws.R6
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) {

Contact - Imprint