Explorar el Código

check_wait

master
boB Rudis hace 7 años
padre
commit
1c9d3bad68
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 2A514A4997464560
  1. 4
      R/aaa.r

4
R/aaa.r

@ -20,8 +20,8 @@ check_wait <- function(wait) {
message("The 'wait' parameter cannot be less than 0; auto-changing it to 0")
wait <- 0
} else if (wait>10) {
message("The 'wait' parameter cannot be greater than 10 in render_... calls; auto-changing it to 10")
message("Use the direct lua interface or lua DSL wrapper functions to set higher 'wait' vales.")
message("The 'wait' parameter cannot be greater than 10 in render_ calls; auto-changing it to 10")
message("Use the direct lua interface or lua DSL wrapper functions to set higher 'wait' values.")
wait <- 10
}
wait

Cargando…
Cancelar
Guardar