stemmatology

Stemmatological Analysis of Textual Traditions

https://github.com/jean-baptiste-camps/stemmatology

Science Score: 33.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
    Found 5 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.2%) to scientific vocabulary

Keywords

philology r stemma stemmatology
Last synced: 10 months ago · JSON representation

Repository

Stemmatological Analysis of Textual Traditions

Basic Info
  • Host: GitHub
  • Owner: Jean-Baptiste-Camps
  • License: gpl-3.0
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 1.42 MB
Statistics
  • Stars: 15
  • Watchers: 5
  • Forks: 3
  • Open Issues: 19
  • Releases: 0
Topics
philology r stemma stemmatology
Created almost 12 years ago · Last pushed over 7 years ago
Metadata Files
Readme License

README.md

stemmatology : an R Stemmatology Package

Travis-CI Build Status Coverage Status CRAN_Status_Badge DOI metacran downloads

Package: stemmatology
Type: Package
Title: Stemmatological Analysis of Textual Traditions
Version: 0.3.2
Date: 2019-03-28
Author: Jean-Baptiste Camps ; Florian Cafiero
Maintainer: Jean-Baptiste Camps <jbcamps@hotmail.com>
Description: Explore and analyse the genealogy of textual or musical traditions, from their variants, with various stemmatological methods, mainly the disagreement-based algorithms suggested by Camps and Cafiero (2015) <doi:10.1484/M.LECTIO-EB.5.102565>.
BugReports: https://github.com/Jean-Baptiste-Camps/stemmatology/issues
Imports: graphics, stats, cluster, igraph, xml2
Suggests: 
    testthat,
    knitr,
    rmarkdown,
    covr
License: GPL-3 | file LICENSE
Encoding: UTF-8
NeedsCompilation: no
URL: https://github.com/Jean-Baptiste-Camps/stemmatology
VignetteBuilder: knitr
RoxygenNote: 6.0.1

This repository contains the source file of the development version for the project of a stemmatology package for R. This package already contains functions for the PCC method as described in Camps & Cafiero 2015 (see below, section On the Method), and will implement as well other stemmatological methods (see roadmap at https://graal.hypotheses.org/925).

Installation

You can install stemmatology from CRAN, with: r install.packages("stemmatology")

or, alternatively, if you want the last version, you can install from Github with:

```r

install.packages("devtools")

devtools::install_github("Jean-Baptiste-Camps/stemmatology") ```

Utils

Conversion utils, including a TEI_app to csv conversion stylesheet, are available on another repository: https://github.com/Jean-Baptiste-Camps/stemmatology-utils.

Documentation and papers

For the documentation of the main functions, once you have loaded stemmatology, have a look at the R documentation, by typing r ?'stemmatology-package'

On the Software

  • Camps, Jean-Baptiste, and Florian Cafiero. ‘Stemmatology: An R Package for the Computer-Assisted Analysis of Textual Traditions’. Proceedings of the Second Workshop on Corpus-Based Research in the Humanities (CRH-2), edited by Andrew U. Frank et al., 2018, pp. 65–74.

The paper and the poster can be found in the inst/doc directory.

On the Method

Owner

  • Name: Jean-Baptiste Camps
  • Login: Jean-Baptiste-Camps
  • Kind: user
  • Location: Paris
  • Company: École nationale des chartes (@chartes) | PSL

Assoc. Prof. in Computational Philology @chartes | Head of MA @Humanites-Numeriques-PSL

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 96
  • Total Committers: 2
  • Avg Commits per committer: 48.0
  • Development Distribution Score (DDS): 0.188
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jean-Baptiste Camps j****s@h****m 78
floriancafiero f****o@p****u 18
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 37
  • Total pull requests: 15
  • Average time to close issues: 5 months
  • Average time to close pull requests: 2 days
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 1.76
  • Average comments per pull request: 0.47
  • Merged pull requests: 15
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Jean-Baptiste-Camps (35)
  • floriancafiero (1)
  • GGoetzelmann (1)
Pull Request Authors
  • Jean-Baptiste-Camps (14)
  • floriancafiero (1)
Top Labels
Issue Labels
enhancement (4) method (3) bug (3)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 176 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: stemmatology

Stemmatological Analysis of Textual Traditions

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 176 Last month
Rankings
Forks count: 14.9%
Stargazers count: 17.9%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 35.6%
Downloads: 80.0%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • cluster * imports
  • graphics * imports
  • igraph * imports
  • stats * imports
  • xml2 * imports
  • covr * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests