Skip to content

Commit

Permalink
Update more docs to k5cents
Browse files Browse the repository at this point in the history
  • Loading branch information
k5cents committed Mar 11, 2024
1 parent 10e21f7 commit c5af669
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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("kiernann/fflr", fork = TRUE)`.
* Fork the package and clone onto your computer. If you haven't done this before, we recommend using `usethis::create_from_github("k5cents/fflr", fork = TRUE)`.

* Install all development dependences 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](https://ww

* If it's a question: start with [community.rstudio.com](https://community.rstudio.com/), and/or 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/kiernann/fflr/issues/new).
* If it's a bug: you're in the right place, [file an issue](https://github.com/k5cents/fflr/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/kiernann/fflr/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/k5cents/fflr/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
2 changes: 1 addition & 1 deletion R/api.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ try_json <- function(url, path = "", query = NULL, leagueHistory = NULL) {
),
query = query,
httr::accept_json(),
httr::user_agent("https://github.com/kiernann/fflr/"),
httr::user_agent("https://github.com/k5cents/fflr/"),
terminate_on = c(400:417)
)
if (httr::http_type(resp) != "application/json") {
Expand Down
16 changes: 8 additions & 8 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The most recent development version can be installed from [GitHub][gh]:

```{r remote, eval=FALSE}
# install.packages("remotes")
remotes::install_github("kiernann/fflr")
remotes::install_github("k5cents/fflr")
```

## Usage
Expand Down Expand Up @@ -110,16 +110,16 @@ contributing, you agree to abide by its terms.
[life_link]: https://lifecycle.r-lib.org/articles/stages.html#stable
[cran_badge]: https://www.r-pkg.org/badges/version/fflr
[cran_link]: https://CRAN.R-project.org/package=fflr
[ga_badge]: https://github.com/kiernann/fflr/workflows/R-CMD-check/badge.svg
[ga_link]: https://github.com/kiernann/fflr/actions
[cov_badge]: https://img.shields.io/codecov/c/github/kiernann/fflr/master.svg
[cov_link]: https://app.codecov.io/gh/kiernann/fflr?branch=master'
[ga_badge]: https://github.com/k5cents/fflr/workflows/R-CMD-check/badge.svg
[ga_link]: https://github.com/k5cents/fflr/actions
[cov_badge]: https://img.shields.io/codecov/c/github/k5cents/fflr/master.svg
[cov_link]: https://app.codecov.io/gh/k5cents/fflr?branch=master'
[dl_badge]: https://cranlogs.r-pkg.org/badges/grand-total/fflr
[api]: https://fantasy.espn.com/apis/v3/games/ffl/
[iss]: https://github.com/kiernann/fflr/issues
[iss]: https://github.com/k5cents/fflr/issues
[cran]: https://cran.r-project.org/package=fflr
[gh]: https://github.com/kiernann/fflr
[coc]: https://kiernann.github.io/fflr/CODE_OF_CONDUCT.html
[gh]: https://github.com/k5cents/fflr
[coc]: https://k5cents.github.io/fflr/CODE_OF_CONDUCT.html
[help]: https://web.archive.org/web/20211105212446/https://support.espn.com/hc/en-us/articles/360000064451-Making-a-Private-League-Viewable-to-the-Public
[rprof]: https://stat.ethz.ch/R-manual/R-devel/library/base/html/Startup.html
<!-- refs: end -->
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ experimental](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](ht
status](https://www.r-pkg.org/badges/version/fflr)](https://CRAN.R-project.org/package=fflr)
![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/fflr)
[![Codecov test
coverage](https://img.shields.io/codecov/c/github/kiernann/fflr/master.svg)](https://app.codecov.io/gh/kiernann/fflr?branch=master')
coverage](https://img.shields.io/codecov/c/github/k5cents/fflr/master.svg)](https://app.codecov.io/gh/k5cents/fflr?branch=master')
[![R build
status](https://github.com/kiernann/fflr/workflows/R-CMD-check/badge.svg)](https://github.com/kiernann/fflr/actions)
status](https://github.com/k5cents/fflr/workflows/R-CMD-check/badge.svg)](https://github.com/k5cents/fflr/actions)
<!-- badges: end -->

The fflr package is used to query the [ESPN Fantasy Football
Expand All @@ -22,7 +22,7 @@ football league members, teams, and individual athletes.

This package has been tested with a narrow subset of possible league
settings. If a function doesn’t work as intended, please file an [issue
on GitHub](https://github.com/kiernann/fflr/issues).
on GitHub](https://github.com/k5cents/fflr/issues).

## Installation

Expand All @@ -34,11 +34,11 @@ install.packages("fflr")
```

The most recent development version can be installed from
[GitHub](https://github.com/kiernann/fflr):
[GitHub](https://github.com/k5cents/fflr):

``` r
# install.packages("remotes")
remotes::install_github("kiernann/fflr")
remotes::install_github("k5cents/fflr")
```

## Usage
Expand Down Expand Up @@ -136,7 +136,7 @@ nfl_teams
------------------------------------------------------------------------

The fflr project is released with a [Contributor Code of
Conduct](https://kiernann.github.io/fflr/CODE_OF_CONDUCT.html). By
Conduct](https://k5cents.github.io/fflr/CODE_OF_CONDUCT.html). By
contributing, you agree to abide by its terms.

<!-- refs: start -->
Expand Down

0 comments on commit c5af669

Please sign in to comment.