From 87f4ffb8d4117d38b8ed30da74eaf0fdec431541 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Tue, 19 Jul 2022 12:57:13 +0200 Subject: [PATCH] Translated `waitALittle()` --- R/waitALittle.R | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 R/waitALittle.R diff --git a/R/waitALittle.R b/R/waitALittle.R new file mode 100644 index 0000000..f448afc --- /dev/null +++ b/R/waitALittle.R @@ -0,0 +1,4 @@ +waitALittle <- function() { + A <- rand(500) + invisible(gammaln(A)) +}