benoit
benoit
Hi, nice package! It would be a great competitor to feather package if it was compatible with python pandas dataframes. Any plan to make it available in python? Cheers, Benoit...
### EDIT: found the cause with R gdb the segfault appears in: ``` Thread 1 "R" received signal SIGSEGV, Segmentation fault. 0x00007ffff753e930 in __lll_unlock_elision () from /lib64/libpthread.so.0 ``` googling the...
the compiler for the json library is hardcoded to gcc for linux IIUC It should the compiler defined by R ... as new versions of gcc have a version number...
in the betfair BASIC files if some horse has not been traded at some timepoint, it doesn't appear in the json line for that timepoint whereas in your code IIUC...
would be great to have access to transfers as well and fees. I just found this repo that does it https://github.com/ewenme/transfers maybe you can collaborate/use or improve his code?
(extracted from #136 ) those mismatches are probably due to the logic in the scraper but the current value is the one from the last team that was in in...
Hi, first thanks for this great package, it is very interesting and nicely designed! I ran into the issue with elo.run.multiteam where it ignores intial ratings so for now I...
Thanks for this! Currently the proxy parameters of the web client are not used. I guess they have to be added during the web client creation? [here](https://github.com/hrbrmstr/htmlunit/blob/48a65c91d08d2c458303e82e8124912c1bfce928/R/web-client.R#L31)
Competition list is outdated in the [README](https://github.com/JaseZiv/worldfootballR_data/tree/master/data/match_results_cups#readme) for load_match_comp_results Some competitions have changed name in the rds files e.g `English Football League Cup` is now `EFL Cup` Copa America too...
the data.table code is a bit unfair... in the first code, ``` robject_dt 2000 & colInt < 8000 ][, .(min_colInt = min(colInt), mean_colInt = mean(colInt), mas_colInt = max(colInt), min_colNum =...