Skip to content

Commit

Permalink
Update handles [no ci] (#139)
Browse files Browse the repository at this point in the history
* Update handles [no ci]

* Further update [no ci]
  • Loading branch information
chainsawriot committed Sep 27, 2023
1 parent db02685 commit cb5ba5a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 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 -->
[![CRAN status](https://www.r-pkg.org/badges/version/rtoot)](https://CRAN.R-project.org/package=rtoot)
[![CRAN Downloads](http://cranlogs.r-pkg.org/badges/rtoot)](https://CRAN.R-project.org/package=rtoot)
[![R-CMD-check](https://github.com/schochastics/rtoot/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/schochastics/rtoot/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/schochastics/rtoot/branch/main/graph/badge.svg)](https://app.codecov.io/gh/schochastics/rtoot?branch=main)
[![R-CMD-check](https://github.com/gesistsa/rtoot/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/gesistsa/rtoot/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/gesistsa/rtoot/branch/main/graph/badge.svg)](https://app.codecov.io/gh/gesistsa/rtoot?branch=main)

<!-- badges: end -->

Expand All @@ -44,7 +44,7 @@ install.packages("rtoot")
You can install the development version of rtoot from GitHub:

```{r install, eval=FALSE}
devtools::install_github("schochastics/rtoot")
remotes::install_github("gesistsa/rtoot")
```

## Authenticate
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
status](https://www.r-pkg.org/badges/version/rtoot)](https://CRAN.R-project.org/package=rtoot)
[![CRAN
Downloads](http://cranlogs.r-pkg.org/badges/rtoot)](https://CRAN.R-project.org/package=rtoot)
[![R-CMD-check](https://github.com/schochastics/rtoot/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/schochastics/rtoot/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/gesistsa/rtoot/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/gesistsa/rtoot/actions/workflows/R-CMD-check.yaml)
[![Codecov test
coverage](https://codecov.io/gh/schochastics/rtoot/branch/main/graph/badge.svg)](https://app.codecov.io/gh/schochastics/rtoot?branch=main)
coverage](https://codecov.io/gh/gesistsa/rtoot/branch/main/graph/badge.svg)](https://app.codecov.io/gh/gesistsa/rtoot?branch=main)

<!-- badges: end -->

Expand All @@ -38,7 +38,7 @@ install.packages("rtoot")
You can install the development version of rtoot from GitHub:

``` r
devtools::install_github("schochastics/rtoot")
remotes::install_github("gesistsa/rtoot")
```

## Authenticate
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bibentry(
title = "Rtoot: Collecting and Analyzing Mastodon Data",
author = c(as.person("David Schoch"),as.person("Chung-hong Chan")),
year = "2023",
url = "https://github.com/schochastics/rtoot",
url = "https://github.com/gesistsa/rtoot",
journal = "Mobile Media & Communication",
doi = "10.1177/20501579231176678",
textVersion = "Schoch, D. & Chan, C-h., (2023). Rtoot: Collecting and Analyzing Mastodon Data. Mobile Media & Communication."
Expand Down
6 changes: 3 additions & 3 deletions man/rtoot-package.Rd

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

0 comments on commit cb5ba5a

Please sign in to comment.