Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MH Things #156

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@ codecov.yml
^data-raw$
^tests/testdata/malformed.json$
^paper$
^.editorconfig$
^.editorconfig$
^CITATION\.cff$
^install\.R$
^postBuild$
^apt\.txt$
^runtime\.txt$
^_quarto\.yml$
^\.quarto$
^methodshub
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
.DS_Store
inst/doc
docs

/.quarto/
264 changes: 264 additions & 0 deletions CITATION.cff
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: [email protected]
orcid: https://orcid.org/0000-0003-2952-4812
- family-names: Chan
given-names: Chung-hong
email: [email protected]
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: [email protected]
orcid: https://orcid.org/0000-0003-2952-4812
- family-names: Chan
given-names: Chung-hong
email: [email protected]
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: [email protected]
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: [email protected]
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: [email protected]
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: [email protected]
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: [email protected]
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: [email protected]
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: [email protected]
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: [email protected]
orcid: https://orcid.org/0000-0002-1416-3412
- family-names: Wickham
given-names: Hadley
email: [email protected]
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: [email protected]
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: [email protected]
- family-names: Xie
given-names: Yihui
email: [email protected]
orcid: https://orcid.org/0000-0003-0645-5666
- family-names: Dervieux
given-names: Christophe
email: [email protected]
orcid: https://orcid.org/0000-0003-4474-2498
- family-names: McPherson
given-names: Jonathan
email: [email protected]
- family-names: Luraschi
given-names: Javier
- family-names: Ushey
given-names: Kevin
email: [email protected]
- family-names: Atkins
given-names: Aron
email: [email protected]
- family-names: Wickham
given-names: Hadley
email: [email protected]
- family-names: Cheng
given-names: Joe
email: [email protected]
- family-names: Chang
given-names: Winston
email: [email protected]
- family-names: Iannone
given-names: Richard
email: [email protected]
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: [email protected]
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: [email protected]
- family-names: Allaire
given-names: JJ
email: [email protected]
- family-names: Wickham
given-names: Hadley
email: [email protected]
- family-names: Ritchie
given-names: Gary
email: [email protected]
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: [email protected]
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/

5 changes: 5 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project:
title: rtoot
type: default
render:
- methodshub.qmd
1 change: 1 addition & 0 deletions apt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zip
1 change: 1 addition & 0 deletions install.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
install.packages("rtoot")
Loading
Loading