|
1 | | -## Automatically generated by odin 1.1.6 - do not edit |
| 1 | +## Automatically generated by odin 1.2.4 - do not edit |
2 | 2 | explicit_SEIR_deterministic_ <- R6::R6Class( |
3 | 3 | "odin_model", |
4 | 4 | cloneable = FALSE, |
@@ -131,6 +131,7 @@ explicit_SEIR_deterministic_ <- R6::R6Class( |
131 | 131 |
|
132 | 132 | explicit_SEIR_deterministic <- function(..., user = list(...), use_dde = FALSE, |
133 | 133 | unused_user_action = NULL) { |
| 134 | + asNamespace("odin")$deprecated_constructor_call("explicit_SEIR_deterministic") |
134 | 135 | explicit_SEIR_deterministic_$new(user = user, use_dde = use_dde, |
135 | 136 | unused_user_action = unused_user_action) |
136 | 137 | } |
@@ -261,6 +262,7 @@ explicit_SEIR_ <- R6::R6Class( |
261 | 262 |
|
262 | 263 | explicit_SEIR <- function(..., user = list(...), use_dde = FALSE, |
263 | 264 | unused_user_action = NULL) { |
| 265 | + asNamespace("odin")$deprecated_constructor_call("explicit_SEIR") |
264 | 266 | explicit_SEIR_$new(user = user, use_dde = use_dde, |
265 | 267 | unused_user_action = unused_user_action) |
266 | 268 | } |
@@ -379,6 +381,7 @@ less_basic_model_for_js_ <- R6::R6Class( |
379 | 381 |
|
380 | 382 | less_basic_model_for_js <- function(..., user = list(...), use_dde = FALSE, |
381 | 383 | unused_user_action = NULL) { |
| 384 | + asNamespace("odin")$deprecated_constructor_call("less_basic_model_for_js") |
382 | 385 | less_basic_model_for_js_$new(user = user, use_dde = use_dde, |
383 | 386 | unused_user_action = unused_user_action) |
384 | 387 | } |
@@ -492,6 +495,7 @@ simple_SEIR_ <- R6::R6Class( |
492 | 495 |
|
493 | 496 | simple_SEIR <- function(..., user = list(...), use_dde = FALSE, |
494 | 497 | unused_user_action = NULL) { |
| 498 | + asNamespace("odin")$deprecated_constructor_call("simple_SEIR") |
495 | 499 | simple_SEIR_$new(user = user, use_dde = use_dde, |
496 | 500 | unused_user_action = unused_user_action) |
497 | 501 | } |
|
0 commit comments