Package: searcher Title: Query Search Interfaces and AI Assistants Version: 0.1.0 Authors@R: c( person("James", "Balamuta", email = "balamut2@illinois.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2826-8458") ), person("Alex Rossell", "Hayes", email = "alexander@rossellhayes.com", role = c("ctb"), comment = c(ORCID = "0000-0001-9412-0457") ) ) Description: Provides search interfaces to look up terms on major search engines including 'Google', 'Bing', 'DuckDuckGo', 'Startpage', 'Ecosia', 'Brave', 'Kagi', 'rseek', social platforms like 'X' (formerly Twitter), 'BlueSky', 'Mastodon', programming communities such as 'StackOverflow', 'Posit Community', and code repositories including 'GitHub', 'grep.app', and 'BitBucket'. Additionally, provides direct integration with AI assistants through specialized query functions for 'ChatGPT', 'Claude AI', 'Perplexity AI', 'Mistral AI', 'Microsoft Copilot', and 'Meta AI', complete with an AI prompt management system for R-optimized interactions. Upon searching or querying, a browser window will open with the search results or AI interface pre-populated with the specified query. URL: https://github.com/coatless-rpkg/searcher, https://r-pkg.thecoatlessprofessor.com/searcher/ BugReports: https://github.com/coatless-rpkg/searcher/issues Depends: R (>= 3.3.0) License: GPL (>= 2) Encoding: UTF-8 RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Suggests: testthat (>= 2.1.0), covr, knitr, rmarkdown VignetteBuilder: knitr Collate: 'ai-prompts.R' 'index-sites.R' 'ai-search-functions.R' 'defunct-functions.R' 'search-functions.R' 'searcher-package.R' 'utilities.R' Repository: https://coatless-rpkg.r-universe.dev Date/Publication: 2025-05-27 19:16:51 UTC RemoteUrl: https://github.com/coatless-rpkg/searcher RemoteRef: HEAD RemoteSha: 250c51a338e555b35b31ca98dd3176b81d62f0cf NeedsCompilation: no Packaged: 2026-06-21 07:00:18 UTC; root Author: James Balamuta [aut, cre] (ORCID: ), Alex Rossell Hayes [ctb] (ORCID: ) Maintainer: James Balamuta