11Package: searcher
2- Title: Query Search Interfaces
3- Version: 0.0.7.2
2+ Title: Query Search Interfaces and AI Assistants
3+ Version: 0.1.0
44Authors@R: c(
55 person("James", "Balamuta",
66@@ -13,11 +13,17 @@ Authors@R: c(
1313 comment = c(ORCID = "0000-0001-9412-0457")
1414 )
1515 )
16- Description: Provides a search interface to look up terms
17- on 'Google', 'Bing', 'DuckDuckGo', 'Startpage', 'Ecosia', 'rseek',
18- 'Twitter', 'StackOverflow', 'RStudio Community', 'GitHub', and 'BitBucket'.
19- Upon searching, a browser window will open with the aforementioned search
20- results.
16+ Description: Provides search interfaces to look up terms on major search engines
17+ including 'Google', 'Bing', 'DuckDuckGo', 'Startpage', 'Ecosia', 'Brave',
18+ 'Kagi', 'rseek', social platforms like 'X' (formerly Twitter), 'BlueSky',
19+ 'Mastodon', programming communities such as 'StackOverflow', 'Posit Community',
20+ and code repositories including 'GitHub', 'grep.app', and 'BitBucket'.
21+ Additionally, provides direct integration with AI assistants through
22+ specialized query functions for 'ChatGPT', 'Claude AI', 'Perplexity AI',
23+ 'Mistral AI', 'Microsoft Copilot', and 'Meta AI', complete with an AI prompt
24+ management system for R-optimized interactions. Upon searching or querying,
25+ a browser window will open with the search results or AI interface pre-populated
26+ with the specified query.
2127URL: https://github.com/coatless-rpkg/searcher, https://r-pkg.thecoatlessprofessor.com/searcher/
2228BugReports: https://github.com/coatless-rpkg/searcher/issues
2329Depends: R (>= 3.3.0)
0 commit comments