|
8 | 8 | [](https://github.com/r-assist/searcher/actions) |
10 | 10 | [](http://www.r-pkg.org/pkg/searcher) |
12 | | -[](https://cran.r-project.org/package=searcher) |
| 11 | +downloads](https://cranlogs.r-pkg.org/badges/searcher)](https://www.r-pkg.org/pkg/searcher) |
| 12 | +[](https://cran.r-project.org/package=searcher) |
13 | 13 | [](https://codecov.io/gh/r-assist/searcher?branch=master) |
15 | 15 | <!-- badges: end --> |
@@ -57,15 +57,14 @@ library(searcher) |
57 | 57 | The `search_*()` functions can be used to search a query directly from |
58 | 58 | *R* on major search engines, programming help websites, and code |
59 | 59 | repositories. The following search platforms are supported: |
60 | | -[Google](https://google.com), [Bing](https://www.bing.com/), |
| 60 | +[Google](https://www.google.com), [Bing](https://www.bing.com/), |
61 | 61 | [DuckDuckGo](https://duckduckgo.com/), |
62 | | -[Startpage](https://www.startpage.com/en/), |
63 | | -[Ecosia](https://www.ecosia.org/), [rseek](https://www.rseek.org/), |
64 | | -[Twitter](https://twitter.com/search), |
| 62 | +[Startpage](https://www.startpage.com/en/), Ecosia, |
| 63 | +[rseek](https://rseek.org/), [Twitter](https://twitter.com/search), |
65 | 64 | [StackOverflow](https://stackoverflow.com/search), [RStudio |
66 | 65 | Community](https://community.rstudio.com/search), |
67 | 66 | [GitHub](https://github.com/search), and |
68 | | -[BitBucket](https://bitbucket.com/search). By default, an appropriate |
| 67 | +[BitBucket](https://bitbucket.org/product/). By default, an appropriate |
69 | 68 | suffix for each platform that ensures relevant results to *R* is |
70 | 69 | appended to all queries. This behavior can be disabled by using |
71 | 70 | `rlang = FALSE`. |
@@ -217,12 +216,13 @@ positively received by community members. |
217 | 216 |
|
218 | 217 | > R package “searcher” that automatically searches Stackoverflow for |
219 | 218 | > error that you just saw in the console. Cool package, especially for |
220 | | -> those who learn R :) <https://github.com/coatless/searcher> … \#r |
| 219 | +> those who learn R :) <https://github.com/r-assist/searcher> … \#r |
221 | 220 | > \#rlang \#rstats \#rstudio |
222 | 221 | > |
223 | 222 | > — [Paweł |
224 | 223 | > Przytuła](https://twitter.com/pawel_appsilon/status/1109545516264841216) |
225 | | -> March 23th, 2019. \~292 Retweets and 876 likes |
| 224 | +> March 23th, 2019. \~292 Retweets and 876 likes (Note, URL updated to |
| 225 | +> new repository location.) |
226 | 226 |
|
227 | 227 | > Did you know, using “searcher” package, you could automatically to |
228 | 228 | > search stackoverflow, google, GitHub and many more sites for errors, |
|
0 commit comments