Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gesistsa/rtoot
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Nov 5, 2023
2 parents ce4ab03 + cb5ba5a commit 775a81e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 775a81e

Please sign in to comment.