jbkunst / rchess

♛ Chess package for R
http://jkunst.com/rchess
Other
74 stars 8 forks source link

Bug in history_detail #3

Closed jbkunst closed 8 years ago

jbkunst commented 9 years ago

@kurtgodden said:

library("rchess")
library("dplyr") # for fitler and join

pgn <- "1. e4 e5"

chss <- Chess$new()
chss$load_pgn(pgn)
plot(chss)

history <- chss$history_detail()

Error in eval(expr, envir, enclos) :
  object 'number_move_capture' not found

I found that chss$history() is ok, but chss$history_detail() gives the error.

Is that a bug?

jbkunst commented 8 years ago

@kurtgodden: I solved this issue, you can test if you download the development version

devtools::install_github("jbkunst/rchess")
kurtgodden commented 8 years ago

Thanks! I can try later tonight

Sent from my iPhone 6

On Nov 17, 2015, at 09:44, Joshua Kunst notifications@github.com wrote:

@kurtgodden: I solved this issue, you can test if you download the development version

devtools::install_github("jbkunst/rchess") — Reply to this email directly or view it on GitHub.