DramaAnalysis

An R package for analysis of dramatic texts

https://github.com/quadrama/dramaanalysis

Science Score: 10.0%

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

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary

Keywords

corpus-linguistics digital-humanities drama dramatic-texts r statistics
Last synced: 10 months ago · JSON representation

Repository

An R package for analysis of dramatic texts

Basic Info
  • Host: GitHub
  • Owner: quadrama
  • License: gpl-3.0
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 36.3 MB
Statistics
  • Stars: 15
  • Watchers: 1
  • Forks: 2
  • Open Issues: 16
  • Releases: 0
Topics
corpus-linguistics digital-humanities drama dramatic-texts r statistics
Created almost 10 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing License

README.md

CRAN release Build Status DOI license Join the chat at https://gitter.im/quadrama/DramaAnalysis

DramaAnalysis with R

This package contains a number of functions to support the analysis of dramatic texts.

Features

  • Summary statistics about the number of words and utterances per character
  • Statistics about word use from a dictionary per character
  • Support for stylometric analyses by character or text
  • Generation of a report for a dramatic text
  • Reads in preprocessed texts

Example

```r

loads a specific, pre-packaged play

data(rksp.0)

calculates standard stats about a character

charStat <- characterStatistics(rksp.0)

fix character names

charStat <- characterNames(charStat, rksp.0)

plot them as a bar plot

barplot(charStat) ```

Requirements

DramaAnalysis works on Mac OS X, Windows 10 and Linuxes, and requires R 3.3 or later.

Installation

```R

installation from CRAN

install.packages("DramaAnalysis")

Install newest development version, requires devtools to be installed

devtools::install_github("quadrama/DramaAnalysis", ref="develop/3.x") ```

Usage and Howto

Please refer to the tutorial.

Owner

  • Name: QuaDramA
  • Login: quadrama
  • Kind: organization
  • Location: Germany

Quantitative Drama Analytics

GitHub Events

Total
  • Issues event: 1
  • Fork event: 1
Last Year
  • Issues event: 1
  • Fork event: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 81
  • Total pull requests: 20
  • Average time to close issues: 3 months
  • Average time to close pull requests: 28 days
  • Total issue authors: 6
  • Total pull request authors: 3
  • Average comments per issue: 1.84
  • Average comments per pull request: 0.35
  • Merged pull requests: 12
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • 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
  • nilsreiter (44)
  • BenjaminKrautter (16)
  • t-lini (14)
  • pagelj (5)
  • MichaelChirico (1)
  • marcuswilland (1)
Pull Request Authors
  • t-lini (10)
  • pagelj (9)
  • gitter-badger (1)
Top Labels
Issue Labels
bug (27) enhancement (24) report (7) test (4) 2.0.0 (3) develop/2.x (3) 2.1.0 (2) 2.0.2 (2) data issue (2) 2.0.1 (1) documentation (1) trivial (1) Mac OS X (1) task (1) wontfix (1) question (1)
Pull Request Labels
task (1)

Packages

  • Total packages: 1
  • Total downloads:
    • cran 294 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: DramaAnalysis

Analysis of Dramatic Texts

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 294 Last month
Rankings
Stargazers count: 15.1%
Forks count: 17.8%
Average: 29.1%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Downloads: 47.6%
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.3.0 depends
  • data.table >= 1.10.4 imports
  • git2r >= 0.24.0 imports
  • httr >= 1.2.1 imports
  • readr >= 1.1.1 imports
  • reshape2 >= 1.4.2 imports
  • stats * imports
  • stringr >= 1.4.0 imports
  • tokenizers >= 0.2.1 imports
  • utils * imports
  • xml2 >= 1.2.0 imports
  • fmsb * suggests
  • highcharter * suggests
  • igraph >= 1.1.2 suggests
  • knitr * suggests
  • magrittr * suggests
  • rmarkdown >= 1.8 suggests
  • testthat * suggests