-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ideas for additional features #12
Comments
Great to hear! The package's main goal was to provide structure so that undergrad students felt confident to search errors that came up in their code and save them from having to wait in queue for a CA. Regarding the features, please see the comments below. I can also implement them if need be. Though, I might not have a lot of time until after May 2nd, which is when UIUC's semester ends. What kind of time table are you looking for? Features
Of course! I think RStudio Community was not included since it was just getting started when the Any preference for the name? Implementation notes:
I'm not sure this is needed for three reasons:
I can easily see this being very useful. How about something along the lines of: search_sites(q, rlang = TRUE, sites = getOption('searcher.sites', c('Google', 'StackOverflow')))
I completely agree. Though, I seem to remember this being tricker than I anticipated. As a result, I ended up implementing the feature in If I'm remembering correctly, there wasn't an easy way to retrieve the last warning message as the |
My primary audience is also often undergrads. My original idea was to name the package officehour since I often find myself helping students google things in office hours 😄 Re: timeline -- I am not in a rush. I should be able to dedicate some time to it next week. I can try submitting PRs for the first two below. However, if this is stuff you'd rather implement yourself that's perfectly fine with me as well. I didn't want to submit a PR without checking your preferred development process first. Re: features --
How about
Sounds good! The inspiration for this was how the
Agreed for error messages. However, for user-defined search queries (like the
Seems like a good stretch goal to keep in mind? I hadn't done much digging on this prior to suggesting, so I will read on it a bit more once I have a better idea on package internals. |
RE:
|
Re: I like the class specific search idea for Re: features
|
RE: Agreed. Earlier today, @daviddalpiaz and I chatted briefly about an idea to provide diagnostics messages for the R environment when an The diagnostics we're interested in are:
Some of these checks happen within package development process already; however, they are not available for everyday users. The closest to an out-of-date message is associated with a call to Would you have any interest in having the |
@mine-cetinkaya-rundel we've moved a few packages into an |
@mine-cetinkaya-rundel RStudio Community is now available via #17. Regarding tags, I've opted to avoid attaching any affix as the results are already R-focused. I'll likely be tweaking more portions in the coming weeks. |
Today I thought I had an original idea, to make a package with very similar functionality to this one, and was pleasantly surprised to find this package! I plan on recommending it in my teaching, it seems so useful!
I wanted to check to see if you would be interested in the following features. If so, I would be happy to work on PRs for them. And if some of it is already implemented and I missed that in the documentation, please let me know.
This is somewhat of a meta-issue. Depending on the conversation here I'm happy to open separate issues for each of the features.
tidyverse
argument that would append tidyverse to the end of search string for search results (likely) containing tidyverse approaches.The text was updated successfully, but these errors were encountered: