Chris Hammill

Results 137 comments of Chris Hammill

Perhaps I'm misunderstanding your setup. Is mask a matrix of equal dimension to your matrix? That use is presently not supported. `vertexApply` expects a single mask to be used for...

Oh I see the problem now. First, minor code problem, mask can't be a `data.frame`, so you would have needed to pull out the column of interest. Alternatively use `as.numeric(readLines(file))`...

If I'm adding an extra compiler to RMINC's dependencies everyone know's it's going to be GHC. \

Thanks so much for doing this Gabe. Looks like I have some work to do :face_with_head_bandage:. Although most of these bugs seem to be triggered when a loop condition is...

`devtools` now uses `remotes` under the hood, it can do all the downloading and installing stuff. https://github.com/r-lib/remotes

anat results now have pretty printing. Let me know if you think of any others that need it

Here it's not `anatCombineStructures` but the type coercion route of anatModel -> data.frame. This munges all column names of the form "" to "". So names suffixed with an apostrophe...

I should probably be clearer, the problem is with `as.data.frame.anatModel`, I tried at the time of writing to do a sensible job munging the names. The name fixer is `RMINC:::fix_names`,...

A: does it work on two groups? B: Work around `gfs %>% group_by(group) %>% summarize(means = list(mincMean(log_full_det, Group)))`