Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

lingtypology

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Build Status Coverage Status

CRAN version Research software impact DOI

lingtypology package connects R with the Glottolog database (v. 2.7) and provides additional functionality for linguistic mapping. The Glottolog database contains the catalogue of the world's languages. This package helps researchers to make linguistic maps, using philosophy of the Cross-Linguistic Linked Data project, which uniform access to the data across publications. This package is based on leaflet package, so lingtypology package is a package for linguistic interactive mapping.

Installation

Get the stable version from CRAN:

install.packages("lingtypology")

… or get the development version from GitHub:

install.packages("devtools")
devtools::install_github("ropensci/lingtypology")

Sometimes installation failed because of the absence of the package crosstalk. Just install it using command install.packages("crosstalk"). Misha Voronov claim that for correct instalation on Debian some additional packages should be installed:

apt-get install libcurl4-openssl-dev
apt-get install libssl-dev

Load a library:

library(lingtypology)

For a detailed tutorial see GitHub pages.

You can contribute to lingtypology, but look through contribution info before.


You can’t perform that action at this time.