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
There are some warnings due to hangman. The DICTIONARY warning should be easy enough to correct. I think we could get around the other warnings about writing to .GlobalEnv by defining an environment for hangmanoptions and using that instead of the global environment.
The text was updated successfully, but these errors were encountered:
I get the following notes that need to be addressed in scoRched and hangman. Not sure how to approach. In the past if you set the variable to NULL first this fixes this problem but here it's defined int he global environment. This is likely what Dason means by define a new environment:
* checking R code for possible problems ... NOTE
.AIanishot: no visible binding for global variable 'x'
.anishot: no visible binding for global variable 'x'
.rungame: no visible binding for global variable 'x'
hangman: no visible binding for global variable '.hangmanoptions'
There are some warnings due to hangman. The DICTIONARY warning should be easy enough to correct. I think we could get around the other warnings about writing to .GlobalEnv by defining an environment for hangmanoptions and using that instead of the global environment.
The text was updated successfully, but these errors were encountered: