Skip to content

Commit

Permalink
Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Nov 14, 2023
1 parent 89ad77e commit c13814c
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 48 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Description: Provides a search interface to look up terms
'Twitter', 'StackOverflow', 'RStudio Community', 'GitHub', and 'BitBucket'.
Upon searching, a browser window will open with the aforementioned search
results.
URL: https://github.com/r-assist/searcher
BugReports: https://github.com/r-assist/searcher/issues
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.1.1
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 2.1.0),
Expand Down
18 changes: 9 additions & 9 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ knitr::opts_chunk$set(
# searcher

<!-- badges: start -->
[![R build status](https://github.com/r-assist/searcher/workflows/R-CMD-check/badge.svg)](https://github.com/r-assist/searcher/actions)
[![R build status](https://github.com/coatless-rpkg/searcher/workflows/R-CMD-check/badge.svg)](https://github.com/coatless-rpkg/searcher/actions)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/searcher)](https://www.r-pkg.org/pkg/searcher)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/searcher)](https://cran.r-project.org/package=searcher)
[![Codecov test coverage](https://codecov.io/gh/r-assist/searcher/branch/master/graph/badge.svg)](https://codecov.io/gh/r-assist/searcher?branch=master)
[![Codecov test coverage](https://codecov.io/gh/coatless-rpkg/searcher/branch/master/graph/badge.svg)](https://codecov.io/gh/coatless-rpkg/searcher?branch=master)
<!-- badges: end -->

The goal of `searcher` is to provide a search interface directly inside of _R_.
Expand All @@ -34,9 +34,9 @@ if no query is specified.

The `searcher` package is available on both
[CRAN](https://CRAN.R-project.org/package=searcher) and
[GitHub](https://github.com/r-assist/searcher). The
[GitHub](https://github.com/coatless-rpkg/searcher). The
[CRAN](https://CRAN.R-project.org/package=searcher)
version is considered stable while the [GitHub](https://github.com/r-assist/searcher)
version is considered stable while the [GitHub](https://github.com/coatless-rpkg/searcher)
version is in a state of development and may break.

You can install the stable version of the `searcher` package with:
Expand All @@ -49,7 +49,7 @@ For the development version, you can opt for:

```r
if(!requireNamespace("remotes")) { install.packages("remotes") }
remotes::install_github("r-assist/searcher")
remotes::install_github("coatless-rpkg/searcher")
```

## Usage
Expand Down Expand Up @@ -107,7 +107,7 @@ search_bitbucket("assertions", rlang = FALSE) # or search_bb(...)
`searcher` offers preliminary support for automatically or manually
searching errors that are generated in _R_. For more robust error search
support and to also search warning messages, please use the
[`errorist`](https://github.com/r-assist/errorist) package.
[`errorist`](https://github.com/coatless-rpkg/errorist) package.

### Automatically

Expand Down Expand Up @@ -192,7 +192,7 @@ package, which queries an off-site user premade database. Both of these options
were focused solely on querying _R_ documentation made available by packages.
Given the nature of errors generally being _undocumented_, neither of these
approaches could be used. Thus, `searcher` was unintentionally born to
provide a means for [`errorist`](https://github.com/r-assist/errorist), which
provide a means for [`errorist`](https://github.com/coatless-rpkg/errorist), which
contains a robust way to automatically searching errors and warnings.

### Special Thanks
Expand All @@ -208,7 +208,7 @@ community members.

> R package "searcher" that automatically searches Stackoverflow for error that
> you just saw in the console. Cool package, especially for those who learn R :)
> https://github.com/r-assist/searcher ... #r #rlang #rstats #rstudio
> https://github.com/coatless-rpkg/searcher ... #r #rlang #rstats #rstudio
>
> --- [Paweł Przytuła](https://twitter.com/pawel_appsilon/status/1109545516264841216)
> March 23th, 2019. ~292 Retweets and 876 likes (Note, URL updated to new repository location.)
Expand All @@ -220,7 +220,7 @@ community members.
> --- [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).
> ~144 Retweets and 544 likes
Please let us know via an [issue ticket](https://github.com/r-assist/searcher/issues/new)
Please let us know via an [issue ticket](https://github.com/coatless-rpkg/searcher/issues/new)
about how you are using `searcher`.

## License
Expand Down
56 changes: 28 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<!-- badges: start -->

[![R build
status](https://github.com/r-assist/searcher/workflows/R-CMD-check/badge.svg)](https://github.com/r-assist/searcher/actions)
status](https://github.com/coatless-rpkg/searcher/workflows/R-CMD-check/badge.svg)](https://github.com/coatless-rpkg/searcher/actions)
[![CRAN RStudio mirror
downloads](https://cranlogs.r-pkg.org/badges/searcher)](https://www.r-pkg.org/pkg/searcher)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/searcher)](https://cran.r-project.org/package=searcher)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/searcher)](https://cran.r-project.org/package=searcher)
[![Codecov test
coverage](https://codecov.io/gh/r-assist/searcher/branch/master/graph/badge.svg)](https://codecov.io/gh/r-assist/searcher?branch=master)
coverage](https://codecov.io/gh/coatless-rpkg/searcher/branch/master/graph/badge.svg)](https://codecov.io/gh/coatless-rpkg/searcher?branch=master)
<!-- badges: end -->

The goal of `searcher` is to provide a search interface directly inside
Expand All @@ -27,11 +27,11 @@ error on call if no query is specified.

The `searcher` package is available on both
[CRAN](https://CRAN.R-project.org/package=searcher) and
[GitHub](https://github.com/r-assist/searcher). The
[GitHub](https://github.com/coatless-rpkg/searcher). The
[CRAN](https://CRAN.R-project.org/package=searcher) version is
considered stable while the
[GitHub](https://github.com/r-assist/searcher) version is in a state of
development and may break.
[GitHub](https://github.com/coatless-rpkg/searcher) version is in a
state of development and may break.

You can install the stable version of the `searcher` package with:

Expand All @@ -43,7 +43,7 @@ For the development version, you can opt for:

``` r
if(!requireNamespace("remotes")) { install.packages("remotes") }
remotes::install_github("r-assist/searcher")
remotes::install_github("coatless-rpkg/searcher")
```

## Usage
Expand Down Expand Up @@ -104,7 +104,7 @@ search_bitbucket("assertions", rlang = FALSE) # or search_bb(...)
`searcher` offers preliminary support for automatically or manually
searching errors that are generated in *R*. For more robust error search
support and to also search warning messages, please use the
[`errorist`](https://github.com/r-assist/errorist) package.
[`errorist`](https://github.com/coatless-rpkg/errorist) package.

### Automatically

Expand Down Expand Up @@ -154,12 +154,12 @@ within
[`~/.Rprofile`](https://stat.ethz.ch/R-manual/R-patched/library/base/html/Startup.html).
Presently, the following options are available:

- `searcher.launch_delay`: Amount of time between launching the web
browser from when the command was issued. Default is `0.5` seconds.
- `searcher.use_rstudio_viewer`: Display search results in the RStudio
viewer pane instead of a web browser. Default is `FALSE`.
- `searcher.default_keyword`: Suffix keyword to focus search results
between either `"base"` or `"tidyverse"`. Default is `"base"`.
- `searcher.launch_delay`: Amount of time between launching the web
browser from when the command was issued. Default is `0.5` seconds.
- `searcher.use_rstudio_viewer`: Display search results in the RStudio
viewer pane instead of a web browser. Default is `FALSE`.
- `searcher.default_keyword`: Suffix keyword to focus search results
between either `"base"` or `"tidyverse"`. Default is `"base"`.

To set one of these options, please create the `.Rprofile` by typing
into *R*:
Expand Down Expand Up @@ -196,17 +196,17 @@ an off-site user premade database. Both of these options were focused
solely on querying *R* documentation made available by packages. Given
the nature of errors generally being *undocumented*, neither of these
approaches could be used. Thus, `searcher` was unintentionally born to
provide a means for [`errorist`](https://github.com/r-assist/errorist),
which contains a robust way to automatically searching errors and
warnings.
provide a means for
[`errorist`](https://github.com/coatless-rpkg/errorist), which contains
a robust way to automatically searching errors and warnings.

### Special Thanks

- [Dirk Eddelbuettel](http://dirk.eddelbuettel.com) for starting the
discussion on [XKCD Comic 1185: Ineffective
Sorts](https://xkcd.com/1185/).
- [Barry Rowlingson](http://barry.rowlingson.com) for remarks about
functionality.
- [Dirk Eddelbuettel](http://dirk.eddelbuettel.com) for starting the
discussion on [XKCD Comic 1185: Ineffective
Sorts](https://xkcd.com/1185/).
- [Barry Rowlingson](http://barry.rowlingson.com) for remarks about
functionality.

### Publicity

Expand All @@ -216,12 +216,12 @@ positively received by community members.

> R package “searcher” that automatically searches Stackoverflow for
> error that you just saw in the console. Cool package, especially for
> those who learn R :) <https://github.com/r-assist/searcher>\#r
> those who learn R :) <https://github.com/coatless-rpkg/searcher>\#r
> \#rlang \#rstats \#rstudio
>
> [Paweł
> Przytuła](https://twitter.com/pawel_appsilon/status/1109545516264841216)
> March 23th, 2019. \~292 Retweets and 876 likes (Note, URL updated to
> March 23th, 2019. ~292 Retweets and 876 likes (Note, URL updated to
> new repository location.)
> Did you know, using “searcher” package, you could automatically to
Expand All @@ -231,12 +231,12 @@ positively received by community members.
> [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).
> \~144 Retweets and 544 likes
> ~144 Retweets and 544 likes
Please let us know via an [issue
ticket](https://github.com/r-assist/searcher/issues/new) about how you
are using `searcher`.
ticket](https://github.com/coatless-rpkg/searcher/issues/new) about how
you are using `searcher`.

## License

GPL (&gt;= 2)
GPL (\>= 2)
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://r-assist.github.io/searcher
url: https://r-pkg.thecoatlessprofessor.com/searcher

authors:
"James Balamuta":
Expand Down
11 changes: 4 additions & 7 deletions man/searcher-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c13814c

Please sign in to comment.