wikkitidy

Tidy analysis of Wikipedia in R

https://github.com/wikihistories/wikkitidy

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: joss.theoj.org, zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.8%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Tidy analysis of Wikipedia in R

Basic Info
Statistics
  • Stars: 7
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 4
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Code of conduct

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# wikkitidy 


[![R-CMD-check](https://github.com/wikihistories/wikkitidy/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/wikihistories/wikkitidy/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/wikihistories/wikkitidy/branch/main/graph/badge.svg)](https://app.codecov.io/gh/wikihistories/wikkitidy?branch=main)
[![DOI](https://zenodo.org/badge/597954751.svg)](https://zenodo.org/doi/10.5281/zenodo.10638610)


Tidy analysis of Wikipedia in R

## What's in a name?

**wiki**: There are many wikis, but one dominates the Wikiverse. [Wikipedia](https://www.wikipedia.org/) is the largest repository of facts ever assembled by human hands. Scholars the world over are turning to Wikipedia to understand how twenty-first century society understands itself.

**quiddity**: [The 'whatness' of a thing](https://en.wikipedia.org/wiki/Quiddity). The kind of thing it is. [What is Wikipedia?](https://en.wikipedia.org/wiki/Wikipedia:NOT) Is it merely another encyclopaedia? It is news presented as history? Is it the consensus of a global village, or the battleground of an ideological war?

**tidy**: The best kind of data. R programmers are lucky to have access to the [tidyverse](https://joss.theoj.org/papers/10.21105/joss.01686), a collection of packages that make it easy to analyse, visualise and publish data. This package embodies [tidy data principles](https://www.jstatsoft.org/article/view/v059i10) by returning results from Wikipedia's APIs as tibbles or simple vectors, and by providing a number of vectorised analysis functions that can be applied reliably and without fuss to the data you retrieve.

Thus `wikkitidy`'s aim: to help you work out what Wikipedia is with minimal data wrangling and cleaning. 

## Getting to 1.0

| Version | Feature | Done? |
| ------- | ------- | --- |
| 0.1 | Basic request objects | :white_check_mark: |
| 0.2 | Calls and response objects for [Core](https://www.mediawiki.org/wiki/API:REST_API) and [Wikimedia](https://www.mediawiki.org/wiki/Wikimedia_REST_API) REST APIs | :white_large_square: |
| 0.3 | Calls and response objects for [MediaWiki Action API Query Modules](https://www.mediawiki.org/wiki/API:Query) | :white_large_square: |
| 0.4 | Interface to Wikipedia XML dumps | :white_large_square: |
| 0.5 | Implementation of [Wikiblame](https://github.com/FlominatorTM/wikiblame) | :white_large_square: |
| 0.6 | Calls and response objects for the [XTools](https://www.mediawiki.org/wiki/XTools/API) and [WikiMedia](https://wikimedia.org/api/rest_v1/) APIs | :white_large_square: |

## Installation

You can install wikkitidy from CRAN with:

```
install.packages("wikkitidy")
```

You can install the development version from Github with:

```
devtools::install_github("wikihistories/wikkitidy")
```
ur
## Code of Conduct

Please note that the wikkitidy project is released with a [Contributor Code of Conduct](https://wikihistories.github.io/wikkitidy/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.

Owner

  • Name: wikihistories
  • Login: wikihistories
  • Kind: organization

a network of scholars and Wikipedians dedicated to equity in knowledge production

GitHub Events

Total
  • Create event: 1
  • Issues event: 1
  • Release event: 1
  • Watch event: 2
  • Push event: 8
Last Year
  • Create event: 1
  • Issues event: 1
  • Release event: 1
  • Watch event: 2
  • Push event: 8

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: about 15 hours
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: about 15 hours
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • michaelgfalk (4)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 201 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
cran.r-project.org: wikkitidy

Tidy Analysis of Wikipedia

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 201 Last month
Rankings
Dependent packages count: 27.9%
Dependent repos count: 36.9%
Average: 50.3%
Downloads: 86.1%
Maintainers (1)
Last synced: 10 months ago