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:

install.packages("stemmatology")

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

# 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

?'stemmatology-package'

On the Software

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

On the Method



Try the stemmatology package in your browser

Any scripts or data that you put into this service are public.

stemmatology documentation built on May 2, 2019, 5:10 a.m.