moodymudskipper / ask

ask R anything
Other
72 stars 2 forks source link

default system message mentioning R #54

Open moodymudskipper opened 2 weeks ago

moodymudskipper commented 2 weeks ago

By default ask() is completely vanilla, I thought it was a good idea but we come to expect that ask() understands that we're doing R (it often understands through context but not always). I also want to make sure it doesn't suggest python code when it could be done in R.

So we need to tall ask :

And a documented way to make it perfectly Vanilla, maybe with context = NA

moodymudskipper commented 1 week ago

maybe we need a default_context arg, linked to an option so users can adapt to their taste