-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.88 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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'