Florian Privé

Results 42 issues of Florian Privé

It was a bit foolish of me, but I quickly tried running `eulerr::euler()` with 45 groups. This resulted in a crash. I guess the number of combinations scales very fast...

enhancement

People in Stack Overflow often paste the output of the `print()` from R to provide an example data frame. This results in something like this: ``` to RealAge 513 59.608...

I have been using *mio* to allow some memory-mapping access to disk files in my packages (R/C++); it works quite well, thanks for that. However, a few users who use...

```r options(tmpdir = ".") tmpfile() # ./fileXXXXXXXX ```

An option where you give a number of minutes (e.g. 5), then R prints the timings of everything that is run and **that takes more than this number of minutes.**

I'm much interested by the parameter `v` of the function `irlba`. I am making some algorithm that require the computation of a partial SVD in many iterations, but each time...

Two questions/remarks: 1. I would have expected the same results (with rescaled lambda sequences) ``` data(colon); X.bm

Reprex: ```r iris

bug
help wanted

Possibly with `NULL` option to output a standard R matrix?

enhancement
Good for first PR