Skip to content
Prev 5947 / 12125 Next

[R-pkg-devel] Help with a note

`return()` is a function in R, so `return` does nothing. You probably
want `return()`.

Here:
https://github.com/Anirban166/testComplexity/blob/c991c31e5250bcaf804c3ad781fbc126c6a17e57/R/asymptoticMemoryUsage.R#L22
https://github.com/Anirban166/testComplexity/blob/master/R/asymptoticTimings.R#L22

Gabor
On Thu, Sep 3, 2020 at 6:42 PM Anirban <bloodraven166 at gmail.com> wrote: