Skip to content

Commit

Permalink
Update README to k5cents
Browse files Browse the repository at this point in the history
  • Loading branch information
k5cents committed Mar 11, 2024
1 parent d764eec commit 752f57d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The development version can be installed from [GitHub][gh]:

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

## Example
Expand Down Expand Up @@ -97,11 +97,11 @@ write_last()
[life_link]: https://lifecycle.r-lib.org/articles/stages.html#experimental
[cran_badge]: https://www.r-pkg.org/badges/version/k5
[cran_link]: https://CRAN.R-project.org/package=k5
[ga_badge]: https://github.com/kiernann/k5/workflows/R-CMD-check/badge.svg
[ga_link]: https://github.com/kiernann/gluedown/actions
[cov_badge]: https://img.shields.io/codecov/c/github/kiernann/k5/master.svg
[cov_link]: https://app.codecov.io/gh/kiernann/k5?branch=master'
[ga_badge]: https://github.com/k5cents/k5/workflows/R-CMD-check/badge.svg
[ga_link]: https://github.com/k5cents/gluedown/actions
[cov_badge]: https://img.shields.io/codecov/c/github/k5cents/k5/master.svg
[cov_link]: https://app.codecov.io/gh/k5cents/k5?branch=master'
[dl_badge]: https://cranlogs.r-pkg.org/badges/grand-total/k5
[gh]: https://github.com/kiernann/k5
[kn]: https://github.com/kiernann
[gh]: https://github.com/k5cents/k5
[kn]: https://github.com/k5cents
<!-- refs: end -->
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
status](https://www.r-pkg.org/badges/version/k5)](https://CRAN.R-project.org/package=k5)
![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/k5)
[![Codecov test
coverage](https://img.shields.io/codecov/c/github/kiernann/k5/master.svg)](https://app.codecov.io/gh/kiernann/k5?branch=master')
coverage](https://img.shields.io/codecov/c/github/k5cents/k5/master.svg)](https://app.codecov.io/gh/k5cents/k5?branch=master')
[![R build
status](https://github.com/kiernann/k5/workflows/R-CMD-check/badge.svg)](https://github.com/kiernann/gluedown/actions)
status](https://github.com/k5cents/k5/workflows/R-CMD-check/badge.svg)](https://github.com/k5cents/gluedown/actions)
<!-- badges: end -->

The goal of ‘k5’ is to offer miscellaneous quality of life functions
used by [Kiernan Nicholls](https://github.com/kiernann) during
used by [Kiernan Nicholls](https://github.com/k5cents) during
interactive programming. They make things easier for me but are *bad*
for scripts and packages.

Expand All @@ -31,11 +31,11 @@ install.packages("k5")
```

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

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

## Example
Expand Down

0 comments on commit 752f57d

Please sign in to comment.