You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I love that you've made and kept up this package. I'm trying to build a shiny app and I'm having a hell of a time getting user-input moves to register via your example code, e.g. chss$move("f4") .
The typical error I'm getting is : Error:attempt to apply non-function because it's treating the chss environment as, well, an environment and so calling chss$mov() isn't a function that can be embedded within a reactive wrapper. Does that make sense?
No, I gave up on the project and forgot I ever posted this error. I think the issue is that the rchess package stores information about the game as an object and I'm not great at OOP (which is why I like R and Shiny in the first place!)
Hi! I love that you've made and kept up this package. I'm trying to build a shiny app and I'm having a hell of a time getting user-input moves to register via your example code, e.g.
chss$move("f4")
.The typical error I'm getting is :
Error:attempt to apply non-function
because it's treating thechss
environment as, well, an environment and so callingchss$mov()
isn't a function that can be embedded within a reactive wrapper. Does that make sense?I'm trying to implement this code:
The text was updated successfully, but these errors were encountered: