stonekate

Results 6 issues of stonekate

Hi Jonas, thanks for such a great package. I have a strange little issue when I try to use NA_real_ inside `dplyr::case_when` in `job`: ``` library(dplyr) library(job) (df

If I don't do any artifact rejection before running ICA (e.g. getting rid of really large artifacts), I sometimes get this message when using `plot_components()`: ![image](https://user-images.githubusercontent.com/12735809/191699729-c042f246-d3e5-46ef-ba0c-0b5e01f27a1f.png) Doesn't seem important but...

This was the example given by one of our reviewers as a way to semi-automise ICA component removal... I think it's an alternative to computing correlations between components and eye-electrodes...

Might be useful to have the default plot theme as a standalone plot function? At the moment you can manually make the theme via ggplot, e.g.: ```{r} # create fake...

enhancement

Just noticed that in plot_in_layout, changing the legend position to left/right also shifts the title, even if you've explicitly set the title to centre. Also the left/right position of the...

minor bug

I get the error "Evaluation error: data are essentially constant" when I do this: dat_stat % group_by(sample) %>% summarise_all(tvalue = t.test(.[cond=="b"], .[cond=="d"])$statistic) Apparently it's suggesting that the t.test is evaluating...

bug