From cb5ba5ae5328102b1bf1c0e803379a560400a471 Mon Sep 17 00:00:00 2001 From: chainsawriot Date: Wed, 27 Sep 2023 20:29:00 +0200 Subject: [PATCH] Update handles [no ci] (#139) * Update handles [no ci] * Further update [no ci] --- README.Rmd | 6 +++--- README.md | 6 +++--- inst/CITATION | 2 +- man/rtoot-package.Rd | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.Rmd b/README.Rmd index 4893879..8406ea4 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,8 +18,8 @@ knitr::opts_chunk$set( [![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) @@ -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 diff --git a/README.md b/README.md index 7a1510a..d4fd01f 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/inst/CITATION b/inst/CITATION index 7ccab98..36863b5 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -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." diff --git a/man/rtoot-package.Rd b/man/rtoot-package.Rd index bfa8ba1..64db6fd 100644 --- a/man/rtoot-package.Rd +++ b/man/rtoot-package.Rd @@ -23,9 +23,9 @@ Get started by reading \code{vignette("rtoot")}. and browse all vignettes with \ \seealso{ Useful links: \itemize{ - \item \url{https://schochastics.github.io/rtoot/} - \item \url{https://github.com/schochastics/rtoot/} - \item Report bugs at \url{https://github.com/schochastics/rtoot/issues} + \item \url{https://gesistsa.github.io/rtoot/} + \item \url{https://github.com/gesistsa/rtoot/} + \item Report bugs at \url{https://github.com/gesistsa/rtoot/issues} } }