stemmatology
Stemmatological Analysis of Textual Traditions
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
Repository
Stemmatological Analysis of Textual Traditions
Basic Info
Statistics
- Stars: 15
- Watchers: 5
- Forks: 3
- Open Issues: 19
- Releases: 0
Topics
Metadata Files
README.md
stemmatology : an R Stemmatology Package
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
- Camps, Jean-Baptiste, and Florian Cafiero. ‘Genealogical Variant Locations and Simplified Stemma: A Test Case’. Analysis of Ancient and Medieval Texts and Manuscripts: Digital Approaches, edited by Tara Andrews and Caroline Macé, Brepols, 2015, pp. 69–93, https://halshs.archives-ouvertes.fr/halshs-01435633, DOI: http://dx.doi.org/10.1484/M.LECTIO-EB.5.102565.
Owner
- Name: Jean-Baptiste Camps
- Login: Jean-Baptiste-Camps
- Kind: user
- Location: Paris
- Company: École nationale des chartes (@chartes) | PSL
- Website: www.chartes.psl.eu/jean-baptiste-camps
- Twitter: jbcamps
- Repositories: 11
- Profile: https://github.com/Jean-Baptiste-Camps
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
Top Committers
| Name | 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
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
- Homepage: https://github.com/Jean-Baptiste-Camps/stemmatology
- Documentation: http://cran.r-project.org/web/packages/stemmatology/stemmatology.pdf
- License: GPL-3 | file LICENSE
-
Latest release: 0.3.2
published over 7 years ago
Rankings
Maintainers (1)
Dependencies
- cluster * imports
- graphics * imports
- igraph * imports
- stats * imports
- xml2 * imports
- covr * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests