cshancock
cshancock
Currently users can embed Lichess TV, a study analysis, a specific game, or the daily puzzle, by following the instructions here: https://lichess.org/developers These features are also available through the API....
I've been working on a way to practice tactics in Anki, and came across chessli. This looks to be way better than anything I could cook up! I prefer to...
I would like to be able to pass a character vector to move(). This works: ```r game() %>% move("e4", "c5", "Nf3", "e6", "d3", "Nc6", "g3", "Nf6") ``` But this does...
Very cool package. A plotting feature I'd find useful is to highlight squares based on criteria. For example, if White has a pawn on d4, shade or color c5 and...
When bootstrapping shouldn’t the size of the resamples be the same size as the size of the original dataset?