Corey Broeckling

Results 55 comments of Corey Broeckling

@jorainer - happy to [share ](https://www.dropbox.com/sh/21d0gej2tj7uo35/AABsmbUGBdccGw7iQh1JzzlPa?dl=0)the specific file i used. I do understand that this may be beyond fixing, just wanted to post this for posterity sake in case others...

I second this - i have been poking around the internet trying to find guidance on this, with no real luck. it seems there are probably ways of doing this...

Having my own parallel processing problems on a linux system in a conda environment. Using an older version of R/XCMS/BioC works fine on the same computer. I am pretty ignorant...

This conda set up worked on the same computer: sessionInfo() R version 4.1.2 (2021-11-01) Platform: x86_64-conda-linux-gnu (64-bit) Running under: Ubuntu 20.04.4 LTS Matrix products: default BLAS/LAPACK: /home/pmflab/miniconda3/envs/xcms/lib/libopenblasp-r0.3.18.so locale: [1] C...

i was able to get this to work in Linux in new xcms/Bioc by moving to Snow: Success: register(bpstart(SnowParam(workers = 12))) Fails: register(bpstart(MulticoreParam(workers = 12))) sessionInfo() R version 4.2.2 (2022-10-31)...

i am particularly intersted in game-by-game position (primarily) and defensive metrics (would be nice), including minor league data. i did find that that the fg_batter_game_logs() function does return position game...

fg_batter_game_logs() also do not return any defensive events or metrics, from what i can tell. We have to use the batter leaderboard to get aggregate metrics.

@jorainer it sounds like is exactly what i was looking for. I had a hunch you all had built it - you have been quite active! Is there also a...

installing the bioconda-xcms: conda create -n xcms bioconductor-xcms This works, but this installs a version of R from before COVID! R version 3.6.1 (2019-07-05) -- "Action of the Toes" And...

I will do my best to report appropriately: but here is the link to the recipe: https://github.com/bioconda/bioconda-recipes/tree/master/recipes/bioconductor-xcms I didn't look closely at this prior to your reply, but it appears...