-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0798ca
commit a11aa8b
Showing
10 changed files
with
581 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ | |
.DS_Store | ||
inst/doc | ||
docs | ||
|
||
/.quarto/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,264 @@ | ||
# -------------------------------------------- | ||
# CITATION file created with {cffr} R package | ||
# See also: https://docs.ropensci.org/cffr/ | ||
# -------------------------------------------- | ||
|
||
cff-version: 1.2.0 | ||
message: 'To cite package "rtoot" in publications use:' | ||
type: software | ||
license: MIT | ||
title: 'rtoot: Collecting and Analyzing Mastodon Data' | ||
version: 0.3.4.9000 | ||
doi: 10.1177/20501579231176678 | ||
abstract: 'An implementation of calls designed to collect and organize Mastodon data | ||
via its Application Program Interfaces (API), which can be found at the following | ||
URL: <https://docs.joinmastodon.org/>.' | ||
authors: | ||
- family-names: Schoch | ||
given-names: David | ||
email: david@schochastics.net | ||
orcid: https://orcid.org/0000-0003-2952-4812 | ||
- family-names: Chan | ||
given-names: Chung-hong | ||
email: chainsawtiney@gmail.com | ||
orcid: https://orcid.org/0000-0002-6232-7530 | ||
preferred-citation: | ||
type: article | ||
title: 'Rtoot: Collecting and Analyzing Mastodon Data' | ||
authors: | ||
- family-names: Schoch | ||
given-names: David | ||
email: david@schochastics.net | ||
orcid: https://orcid.org/0000-0003-2952-4812 | ||
- family-names: Chan | ||
given-names: Chung-hong | ||
email: chainsawtiney@gmail.com | ||
orcid: https://orcid.org/0000-0002-6232-7530 | ||
year: '2023' | ||
url: https://github.com/gesistsa/rtoot | ||
journal: Mobile Media & Communication | ||
doi: 10.1177/20501579231176678 | ||
repository: https://CRAN.R-project.org/package=rtoot | ||
repository-code: https://github.com/gesistsa/rtoot | ||
url: https://gesistsa.github.io/rtoot/ | ||
contact: | ||
- family-names: Schoch | ||
given-names: David | ||
email: david@schochastics.net | ||
orcid: https://orcid.org/0000-0003-2952-4812 | ||
keywords: | ||
- mastodon | ||
- mastodon-api | ||
- rstats | ||
- rstats-package | ||
references: | ||
- type: software | ||
title: 'R: A Language and Environment for Statistical Computing' | ||
notes: Depends | ||
url: https://www.R-project.org/ | ||
authors: | ||
- name: R Core Team | ||
institution: | ||
name: R Foundation for Statistical Computing | ||
address: Vienna, Austria | ||
year: '2024' | ||
version: '>= 3.6' | ||
- type: software | ||
title: clipr | ||
abstract: 'clipr: Read and Write from the System Clipboard' | ||
notes: Imports | ||
url: http://matthewlincoln.net/clipr/ | ||
repository: https://CRAN.R-project.org/package=clipr | ||
authors: | ||
- family-names: Lincoln | ||
given-names: Matthew | ||
email: matthew.d.lincoln@gmail.com | ||
orcid: https://orcid.org/0000-0002-4387-3384 | ||
year: '2024' | ||
- type: software | ||
title: curl | ||
abstract: 'curl: A Modern and Flexible Web Client for R' | ||
notes: Imports | ||
url: https://jeroen.r-universe.dev/curl | ||
repository: https://CRAN.R-project.org/package=curl | ||
authors: | ||
- family-names: Ooms | ||
given-names: Jeroen | ||
email: jeroen@berkeley.edu | ||
orcid: https://orcid.org/0000-0002-4035-0289 | ||
year: '2024' | ||
- type: software | ||
title: dplyr | ||
abstract: 'dplyr: A Grammar of Data Manipulation' | ||
notes: Imports | ||
url: https://dplyr.tidyverse.org | ||
repository: https://CRAN.R-project.org/package=dplyr | ||
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: hadley@posit.co | ||
orcid: https://orcid.org/0000-0003-4757-117X | ||
- family-names: François | ||
given-names: Romain | ||
orcid: https://orcid.org/0000-0002-2444-4226 | ||
- family-names: Henry | ||
given-names: Lionel | ||
- family-names: Müller | ||
given-names: Kirill | ||
orcid: https://orcid.org/0000-0002-1416-3412 | ||
- family-names: Vaughan | ||
given-names: Davis | ||
email: davis@posit.co | ||
orcid: https://orcid.org/0000-0003-4777-038X | ||
year: '2024' | ||
- type: software | ||
title: httr | ||
abstract: 'httr: Tools for Working with URLs and HTTP' | ||
notes: Imports | ||
url: https://httr.r-lib.org/ | ||
repository: https://CRAN.R-project.org/package=httr | ||
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: hadley@posit.co | ||
year: '2024' | ||
- type: software | ||
title: jsonlite | ||
abstract: 'jsonlite: A Simple and Robust JSON Parser and Generator for R' | ||
notes: Imports | ||
url: https://jeroen.r-universe.dev/jsonlite | ||
repository: https://CRAN.R-project.org/package=jsonlite | ||
authors: | ||
- family-names: Ooms | ||
given-names: Jeroen | ||
email: jeroen@berkeley.edu | ||
orcid: https://orcid.org/0000-0002-4035-0289 | ||
year: '2024' | ||
- type: software | ||
title: tibble | ||
abstract: 'tibble: Simple Data Frames' | ||
notes: Imports | ||
url: https://tibble.tidyverse.org/ | ||
repository: https://CRAN.R-project.org/package=tibble | ||
authors: | ||
- family-names: Müller | ||
given-names: Kirill | ||
email: kirill@cynkra.com | ||
orcid: https://orcid.org/0000-0002-1416-3412 | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: hadley@rstudio.com | ||
year: '2024' | ||
- type: software | ||
title: knitr | ||
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R' | ||
notes: Suggests | ||
url: https://yihui.org/knitr/ | ||
repository: https://CRAN.R-project.org/package=knitr | ||
authors: | ||
- family-names: Xie | ||
given-names: Yihui | ||
email: xie@yihui.name | ||
orcid: https://orcid.org/0000-0003-0645-5666 | ||
year: '2024' | ||
- type: software | ||
title: rmarkdown | ||
abstract: 'rmarkdown: Dynamic Documents for R' | ||
notes: Suggests | ||
url: https://pkgs.rstudio.com/rmarkdown/ | ||
repository: https://CRAN.R-project.org/package=rmarkdown | ||
authors: | ||
- family-names: Allaire | ||
given-names: JJ | ||
email: jj@posit.co | ||
- family-names: Xie | ||
given-names: Yihui | ||
email: xie@yihui.name | ||
orcid: https://orcid.org/0000-0003-0645-5666 | ||
- family-names: Dervieux | ||
given-names: Christophe | ||
email: cderv@posit.co | ||
orcid: https://orcid.org/0000-0003-4474-2498 | ||
- family-names: McPherson | ||
given-names: Jonathan | ||
email: jonathan@posit.co | ||
- family-names: Luraschi | ||
given-names: Javier | ||
- family-names: Ushey | ||
given-names: Kevin | ||
email: kevin@posit.co | ||
- family-names: Atkins | ||
given-names: Aron | ||
email: aron@posit.co | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: hadley@posit.co | ||
- family-names: Cheng | ||
given-names: Joe | ||
email: joe@posit.co | ||
- family-names: Chang | ||
given-names: Winston | ||
email: winston@posit.co | ||
- family-names: Iannone | ||
given-names: Richard | ||
email: rich@posit.co | ||
orcid: https://orcid.org/0000-0003-3925-190X | ||
year: '2024' | ||
- type: software | ||
title: testthat | ||
abstract: 'testthat: Unit Testing for R' | ||
notes: Suggests | ||
url: https://testthat.r-lib.org | ||
repository: https://CRAN.R-project.org/package=testthat | ||
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: hadley@posit.co | ||
year: '2024' | ||
version: '>= 3.0.0' | ||
- type: software | ||
title: rstudioapi | ||
abstract: 'rstudioapi: Safely Access the RStudio API' | ||
notes: Suggests | ||
url: https://rstudio.github.io/rstudioapi/ | ||
repository: https://CRAN.R-project.org/package=rstudioapi | ||
authors: | ||
- family-names: Ushey | ||
given-names: Kevin | ||
email: kevin@rstudio.com | ||
- family-names: Allaire | ||
given-names: JJ | ||
email: jj@posit.co | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: hadley@posit.co | ||
- family-names: Ritchie | ||
given-names: Gary | ||
email: gary@posit.co | ||
year: '2024' | ||
- type: software | ||
title: vcr | ||
abstract: 'vcr: Record ''HTTP'' Calls to Disk' | ||
notes: Suggests | ||
url: https://github.com/ropensci/vcr/ | ||
repository: https://CRAN.R-project.org/package=vcr | ||
authors: | ||
- family-names: Chamberlain | ||
given-names: Scott | ||
email: sckott@protonmail.com | ||
orcid: https://orcid.org/0000-0003-1444-9135 | ||
- family-names: Wolen | ||
given-names: Aaron | ||
orcid: https://orcid.org/0000-0003-2542-2202 | ||
- family-names: Salmon | ||
given-names: Maëlle | ||
orcid: https://orcid.org/0000-0002-2815-0399 | ||
- family-names: Possenriede | ||
given-names: Daniel | ||
orcid: https://orcid.org/0000-0002-6738-9845 | ||
year: '2024' | ||
version: '>= 0.6.0' | ||
identifiers: | ||
- type: url | ||
value: https://github.com/gesistsa/rtoot/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
project: | ||
title: rtoot | ||
type: default | ||
render: | ||
- methodshub.qmd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
install.packages("rtoot") |
Oops, something went wrong.