boB Rudis 7 роки тому
джерело
коміт
1c9d3bad68
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор 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

Завантаження…
Відмінити
Зберегти