Skip to content

Commit

Permalink
Migrate from r4ds org to shinyworks. (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek committed Nov 13, 2023
1 parent 1db7fd1 commit 14aceaa
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you’ve found a bug, please file an issue that illustrates the bug with a mi

### Pull request process

* Fork the package and clone onto your computer. If you haven't done this before, we recommend using `usethis::create_from_github("r4ds/shinyfocus", fork = TRUE)`.
* Fork the package and clone onto your computer. If you haven't done this before, we recommend using `usethis::create_from_github("shinyworks/shinyfocus", fork = TRUE)`.

* Install all development dependencies with `devtools::install_dev_deps()`, and then make sure the package passes R CMD check by running `devtools::check()`.
If R CMD check doesn't pass cleanly, it's a good idea to ask for help before continuing.
Expand Down
4 changes: 2 additions & 2 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Armed with your reprex, the next step is to figure out where to ask.

* If it's a question: It's best to ask on the [R4DS Online Learning Community Slack](https://r4ds.io/join). Other options include [Posit Community](https://community.rstudio.com/), and StackOverflow. There are more people there to answer questions.

* If it's a bug: you're in the right place, [file an issue](https://github.com/r4ds/shinyfocus/issues/new).
* If it's a bug: you're in the right place, [file an issue](https://github.com/shinyworks/shinyfocus/issues/new).

* If you're not sure: let the community help you figure it out!
If your problem _is_ a bug or a feature request, you can easily return here and report it.

Before opening a new issue, be sure to [search issues and pull requests](https://github.com/r4ds/shinyfocus/issues) to make sure the bug hasn't been reported and/or already fixed in the development version.
Before opening a new issue, be sure to [search issues and pull requests](https://github.com/shinyworks/shinyfocus/issues) to make sure the bug hasn't been reported and/or already fixed in the development version.
By default, the search will be pre-populated with `is:issue is:open`.
You can [edit the qualifiers](https://help.github.com/articles/searching-issues-and-pull-requests/) (e.g. `is:pr`, `is:closed`) as needed.
For example, you'd simply remove `is:open` to search _all_ issues in the repo, open or closed.
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Description: As a user moves through a 'shiny' app, it can be useful to
trigger server events when different parts of the app gain or lose
focus. This package aims to make it easy to implement such events.
License: MIT + file LICENSE
URL: https://github.com/r4ds/shinyfocus,
https://r4ds.github.io/shinyfocus/
BugReports: https://github.com/r4ds/shinyfocus/issues
URL: https://shinyworks.github.io/shinyfocus/,
https://github.com/shinyworks/shinyfocus
BugReports: https://github.com/shinyworks/shinyfocus/issues
Imports:
htmltools,
rlang,
Expand Down
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/shinyfocus)](https://CRAN.R-project.org/package=shinyfocus)
[![Codecov test coverage](https://codecov.io/gh/r4ds/shinyfocus/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r4ds/shinyfocus?branch=main)
[![R-CMD-check](https://github.com/r4ds/shinyfocus/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r4ds/shinyfocus/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/shinyworks/shinyfocus/branch/main/graph/badge.svg)](https://app.codecov.io/gh/shinyworks/shinyfocus?branch=main)
[![R-CMD-check](https://github.com/shinyworks/shinyfocus/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/shinyworks/shinyfocus/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

The goal of shinyfocus is to make it easy to trigger server events in {shiny} apps based on elements of the app gaining or losing focus in the browser.
Expand All @@ -29,8 +29,8 @@ The goal of shinyfocus is to make it easy to trigger server events in {shiny} ap
You can install the development version of shinyfocus from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("r4ds/shinyfocus")
# install.packages("pak")
pak::pak("shinyworks/shinyfocus")
```

## Examples
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
[![CRAN
status](https://www.r-pkg.org/badges/version/shinyfocus)](https://CRAN.R-project.org/package=shinyfocus)
[![Codecov test
coverage](https://codecov.io/gh/r4ds/shinyfocus/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r4ds/shinyfocus?branch=main)
[![R-CMD-check](https://github.com/r4ds/shinyfocus/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r4ds/shinyfocus/actions/workflows/R-CMD-check.yaml)
coverage](https://codecov.io/gh/shinyworks/shinyfocus/branch/main/graph/badge.svg)](https://app.codecov.io/gh/shinyworks/shinyfocus?branch=main)
[![R-CMD-check](https://github.com/shinyworks/shinyfocus/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/shinyworks/shinyfocus/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

The goal of shinyfocus is to make it easy to trigger server events in
Expand All @@ -24,8 +24,8 @@ You can install the development version of shinyfocus from
[GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("r4ds/shinyfocus")
# install.packages("pak")
pak::pak("shinyworks/shinyfocus")
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://r4ds.github.io/shinyfocus/
url: https://shinyworks.github.io/shinyfocus/
template:
bootstrap: 5

0 comments on commit 14aceaa

Please sign in to comment.