-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
33 lines (33 loc) · 1.17 KB
/
DESCRIPTION
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
Package: searcher
Title: Query Search Interfaces
Version: 0.0.7
Authors@R: c(
person("James", "Balamuta",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2826-8458")
),
person("Alex Rossell", "Hayes",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0001-9412-0457")
)
)
Description: Provides a search interface to look up terms
on 'Google', 'Bing', 'DuckDuckGo', 'Startpage', 'Ecosia', 'rseek',
'Twitter', 'StackOverflow', 'RStudio Community', 'GitHub', and 'BitBucket'.
Upon searching, a browser window will open with the aforementioned search
results.
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.1
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 2.1.0),
covr,
knitr,
rmarkdown
VignetteBuilder: knitr