You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add search pattern vignette
* Touch up README
* Add vignette bullet
* Clean up for release
* Ignore inst/doc
* Bump to release
* Let's not try to inline evaluate `r programming`...
* Rename section heading
* Add a usage overview
* Improve note on contributions
* Let's try to shorten the URL (e.g. drop trends)
* Update cran submission comments.
* Improve ordering
* Move badges underneath repo name
* Improve installation instructions
* Fix website ordering to match with supported sites.
* Change headers
* Add a section that links out to current users of the package.
* Reknit README
[](https://codecov.io/gh/r-assist/searcher?branch=master)
20
22
<!-- badges: end -->
21
23
22
-
# searcher
23
-
24
24
The goal of `searcher` is to provide a search interface directly inside of _R_.
25
-
For example, within _R_, it is possible to look up `rcpp example numeric vector`
26
-
or `ggplot2 fix axis labels`without having to
27
-
open a browser, go to a search site, and type the query. By default,
28
-
the search functions automatically search the last error on call if no
29
-
query is specified.
25
+
For example, to look up `rcpp example numeric vector`
26
+
or `ggplot2 fix axis labels`call one of the `search_*()` functions to
27
+
automatically have a web browser open, go to a search site, and type the query.
28
+
By default, the search functions will attempt to search the last error on call
29
+
if no query is specified.
30
30
31
31

32
32
33
33
## Installation
34
34
35
-
The `searcher` package is available on both CRAN and GitHub. The CRAN
36
-
version is considered stable while the GitHub version is in a state of
37
-
development and may break. You can install the stable version of the
38
-
`searcher` package with:
35
+
The `searcher` package is available on both
36
+
[CRAN](https://CRAN.R-project.org/package=searcher) and
37
+
[GitHub](https://github.com/r-assist/searcher). The
> Did you know, using "searcher" package, you could automatically to
176
+
> search stackoverflow, google, GitHub and many more sites for errors,
177
+
> packages or topics. #rstats
178
+
>
179
+
> --- [Shakirah Nakalungi](https://twitter.com/cynthia_kyra) June 29th, 2019, when she was [Rotating Curator for the "We are R-Ladies" twitter account](https://twitter.com/WeAreRLadies/status/1144921174251581440).
180
+
> ~144 Retweets and 544 likes
181
+
182
+
Please let us know via an [issue ticket](https://github.com/r-assist/searcher/issues/new)
0 commit comments