Russell Almond

Results 14 comments of Russell Almond

I'm getting: ``` (base) [ralmond@cherry: ~]$ apt-cache show libfreetype6-dev Package: libfreetype6-dev Architecture: amd64 Version: 2.11.1+dfsg-1ubuntu0.1 Multi-Arch: same Priority: optional Section: libdevel Source: freetype Origin: Ubuntu Maintainer: Ubuntu Developers Original-Maintainer: Hugh...

I've found the problem. It is related to the call to `max(0,et1-et2)`. The purpose is to handle the case were `et2>et1`, which shouldn't happen. I can (and do) handle this...

The purpose of `ftable` is to flatten the 3d array into a matrix (sort of like going from wide to long format using `dplyr`. I think that the problem is...

The `simplifyVector=FALSE` is important for my use case. I'm trying to store S4 objects as documents in a mongo database collection. I find it easier to work with the raw...