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
It impedes workflow to keep asking whether urbandictionary results should be shown in available()
ideally there would be an argument like showUrbanDictionary=c(getOption("session.showUD",NA),T,F) that asks the user for their preference on first call, saves it in option "session.showUD" and then uses that choice unless the argument showUrbanDictionary is explicitly set to T or F
The text was updated successfully, but these errors were encountered:
This was addressed several years ago at #50, but it missed the release, and there haven't been any release since them. You can use the GitHub/development version if you want to avoid this.
It impedes workflow to keep asking whether urbandictionary results should be shown in available()
ideally there would be an argument like showUrbanDictionary=c(getOption("session.showUD",NA),T,F) that asks the user for their preference on first call, saves it in option "session.showUD" and then uses that choice unless the argument showUrbanDictionary is explicitly set to T or F
The text was updated successfully, but these errors were encountered: