lingtypology

R package for linguistic cartography and typological databases search

https://github.com/ropensci/lingtypology

Science Score: 49.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.6%) to scientific vocabulary

Keywords

abvd afbo atlas autotype bivaltyp clld glottolog-database linguistic-maps linguistics phoible r r-package sails typology wals

Keywords from Contributors

genome plotly
Last synced: 6 months ago · JSON representation

Repository

R package for linguistic cartography and typological databases search

Basic Info
Statistics
  • Stars: 51
  • Watchers: 8
  • Forks: 15
  • Open Issues: 6
  • Releases: 32
Topics
abvd afbo atlas autotype bivaltyp clld glottolog-database linguistic-maps linguistics phoible r r-package sails typology wals
Created over 9 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog Contributing License Codemeta

README.md

lingtypology

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

CRAN version Research software impact DOI

lingtypology package connects R with the Glottolog database (v. 5.2) 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. You also might be interested in looking into some alternatives to lingtypology:

  • lingtypology in Python by Michael Voronov;
  • glottospace -- R package for the geospatial analysis based on Glottolog by Sietze Norder et al;
  • lingtypr -- R package which partially intersects with lingtypology functionality by Laura Becker;
  • glottoTrees -- R package for visualising and modifing glottolog trees by Erich Round

Installation

Get the stable version from CRAN: R install.packages("lingtypology") … or get the development version from GitHub: R install.packages("remotes") remotes::install_github("ropensci/lingtypology")

Sometimes installation failed because of the absence of the package crosstalk. Just install it using command install.packages("crosstalk").

Load a library: R library(lingtypology)

For a detailed tutorial see GitHub pages.

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


Owner

  • Name: rOpenSci
  • Login: ropensci
  • Kind: organization
  • Email: info@ropensci.org
  • Location: Berkeley, CA

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "lingtypology",
  "description": "Provides R with the Glottolog database <https://glottolog.org/> and some more abilities for purposes of linguistic mapping. The Glottolog database contains the catalogue of languages of the world. This package helps researchers to make a linguistic maps, using philosophy of the Cross-Linguistic Linked Data project <https://clld.org/>, which allows for while at the same time facilitating uniform access to the data across publications. A tutorial for this package is available on GitHub pages <https://docs.ropensci.org/lingtypology/> and package vignette. Maps created by this package can be used both for the investigation and linguistic teaching. In addition, package provides an ability to download data from typological databases such as WALS, AUTOTYP and some others and to create your own database website.",
  "name": "lingtypology: Linguistic Typology and Mapping",
  "relatedLink": [
    "https://CRAN.R-project.org/package=lingtypology",
    "https://ropensci.github.io/lingtypology/"
  ],
  "codeRepository": "https://github.com/ropensci/lingtypology/",
  "issueTracker": "https://github.com/ropensci/lingtypology/issues",
  "license": "https://spdx.org/licenses/GPL-2.0",
  "version": "1.1.20",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 4.3.3 (2024-02-29)",
  "provider": {
    "@id": "https://cran.r-project.org",
    "@type": "Organization",
    "name": "Comprehensive R Archive Network (CRAN)",
    "url": "https://cran.r-project.org"
  },
  "author": [
    {
      "@type": "Person",
      "givenName": "George",
      "familyName": "Moroz",
      "email": "agricolamz@gmail.com",
      "@id": "https://orcid.org/0000-0003-1990-6083"
    }
  ],
  "contributor": [
    {
      "@type": "Person",
      "givenName": "Kirill",
      "familyName": "Koncha",
      "email": "majortomblog@gmail.com",
      "@id": "https://orcid.org/0000-0003-0676-2658"
    },
    {
      "@type": "Person",
      "givenName": "Mikhail",
      "familyName": "Leonov"
    },
    {
      "@type": "Person",
      "givenName": "Anna",
      "familyName": "Smirnova",
      "email": "annedadaa@gmail.com"
    },
    {
      "@type": "Person",
      "givenName": "Ekaterina",
      "familyName": "Zalivina"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "George",
      "familyName": "Moroz",
      "email": "agricolamz@gmail.com",
      "@id": "https://orcid.org/0000-0003-1990-6083"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "knitr",
      "name": "knitr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=knitr"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "rmarkdown",
      "name": "rmarkdown",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=rmarkdown"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "testthat",
      "name": "testthat",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=testthat"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "MASS",
      "name": "MASS"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "sp",
      "name": "sp",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=sp"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "sf",
      "name": "sf",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=sf"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "ape",
      "name": "ape",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=ape"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "R",
      "name": "R",
      "version": ">= 3.5.0"
    },
    "2": {
      "@type": "SoftwareApplication",
      "identifier": "leaflet",
      "name": "leaflet",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=leaflet"
    },
    "3": {
      "@type": "SoftwareApplication",
      "identifier": "leaflet.minicharts",
      "name": "leaflet.minicharts",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=leaflet.minicharts"
    },
    "4": {
      "@type": "SoftwareApplication",
      "identifier": "stats",
      "name": "stats"
    },
    "5": {
      "@type": "SoftwareApplication",
      "identifier": "utils",
      "name": "utils"
    },
    "6": {
      "@type": "SoftwareApplication",
      "identifier": "stringdist",
      "name": "stringdist",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=stringdist"
    },
    "7": {
      "@type": "SoftwareApplication",
      "identifier": "grDevices",
      "name": "grDevices"
    },
    "8": {
      "@type": "SoftwareApplication",
      "identifier": "jsonlite",
      "name": "jsonlite",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=jsonlite"
    },
    "SystemRequirements": null
  },
  "fileSize": "2238.975KB",
  "citation": [
    {
      "@type": "SoftwareSourceCode",
      "datePublished": "2017",
      "author": [
        {
          "@type": "Person",
          "givenName": "George",
          "familyName": "Moroz"
        }
      ],
      "name": "lingtypology: easy mapping for Linguistic Typology",
      "url": "https://CRAN.R-project.org/package=lingtypology"
    }
  ]
}

GitHub Events

Total
  • Create event: 2
  • Release event: 2
  • Issues event: 1
  • Issue comment event: 1
  • Push event: 3
  • Pull request event: 1
Last Year
  • Create event: 2
  • Release event: 2
  • Issues event: 1
  • Issue comment event: 1
  • Push event: 3
  • Pull request event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 560
  • Total Committers: 13
  • Avg Commits per committer: 43.077
  • Development Distribution Score (DDS): 0.109
Past Year
  • Commits: 34
  • Committers: 3
  • Avg Commits per committer: 11.333
  • Development Distribution Score (DDS): 0.235
Top Committers
Name Email Commits
agricolamz a****z@g****m 499
forlinguistics 4****s 22
kirillkoncha 4****a 8
Аня Смирнова a****a@M****l 8
ustera z****1@m****u 5
kirillkoncha m****g@g****m 4
suppukerr x****7@g****m 3
Аня Смирнова a****a@M****l 3
George Moroz a****z 3
Jeroen Ooms j****s@g****m 2
Karthik Ram k****m@g****m 1
ustera 3****a 1
timelyportfolio k****l@t****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 54
  • Total pull requests: 35
  • Average time to close issues: 6 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 17
  • Total pull request authors: 10
  • Average comments per issue: 1.7
  • Average comments per pull request: 0.83
  • Merged pull requests: 12
  • Bot issues: 0
  • Bot pull requests: 8
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: 3 days
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 2.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • agricolamz (31)
  • xrotwang (3)
  • IndianaTones (3)
  • macleginn (3)
  • maelle (2)
  • margisk (1)
  • thomasp85 (1)
  • cysouw (1)
  • jeroen (1)
  • LacinaSilue (1)
  • bambooforest (1)
  • alenawitzlack (1)
  • LuPaschen (1)
  • borstell (1)
  • phliulei (1)
Pull Request Authors
  • dependabot[bot] (8)
  • annedadaa (6)
  • kirillkoncha (5)
  • forlinguistics (4)
  • ustera (4)
  • suppukerr (4)
  • timelyportfolio (1)
  • andi-project (1)
  • jeroen (1)
  • karthik (1)
  • olivroy (1)
Top Labels
Issue Labels
enhancement (12) bug (4)
Pull Request Labels
dependencies (8)

Packages

  • Total packages: 1
  • Total downloads:
    • cran 667 last-month
  • Total docker downloads: 88,618
  • Total dependent packages: 1
  • Total dependent repositories: 1
  • Total versions: 39
  • Total maintainers: 1
cran.r-project.org: lingtypology

Linguistic Typology and Mapping

  • Versions: 39
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 667 Last month
  • Docker Downloads: 88,618
Rankings
Docker downloads count: 0.0%
Forks count: 4.8%
Stargazers count: 6.7%
Average: 12.6%
Dependent packages count: 18.1%
Downloads: 22.0%
Dependent repos count: 23.9%
Maintainers (1)
Last synced: 6 months ago

Dependencies

docs/site_libs/leaflet-binding-2.0.0/lib/leaflet-providers/bower.json bower
  • leaflet ~0.7.3
docs/site_libs/leaflet-providers-1.0.27/bower.json bower
  • leaflet ~0.7.3
DESCRIPTION cran
  • R >= 3.5.0 depends
  • grDevices * imports
  • jsonlite * imports
  • leaflet * imports
  • leaflet.minicharts * imports
  • stats * imports
  • stringdist * imports
  • utils * imports
  • MASS * suggests
  • ape * suggests
  • covr * suggests
  • ggplot2 * suggests
  • knitr * suggests
  • rgdal * suggests
  • rgeos * suggests
  • rmarkdown * suggests
  • sp * suggests
  • testthat * suggests
docs/site_libs/minichart-0.2.2/DESCRIPTION cran
  • R >= 2.10 depends
  • htmltools * imports
  • leaflet >= 1.1.0 imports
  • covr * suggests
  • dplyr * suggests
  • knitr * suggests
  • manipulateWidget * suggests
  • rmarkdown * suggests
  • shiny * suggests
  • testthat * suggests
docs/site_libs/draw-0.1.0/package.json npm
  • eslint ^3.5.0 <3.6.0 development
  • eslint-config-mourner ^2.0.1 development
  • git-rev ^0.2.1 development
  • happen ^0.3.1 development
  • jake ^8.0.15 development
  • karma ^1.3.0 development
  • karma-chrome-launcher ^2.0.0 development
  • karma-coverage ~1.1.1 development
  • karma-firefox-launcher ~1.0.0 development
  • karma-mocha ^1.2.0 development
  • karma-phantomjs-launcher ^1.0.2 development
  • karma-safari-launcher ~1.0.0 development
  • leafdoc ^1.4.0 development
  • leaflet ~1.0.0 development
  • mocha ^3.1.2 development
  • phantomjs-prebuilt ^2.1.12 development
  • prosthetic-hand ^1.3.1 development
  • source-map ^0.5.6 development
  • uglify-js ^2.7.3 development
  • uglifycss 0.0.25 development
docs/site_libs/fullscreen-1.0.1/package.json npm
  • jshint 2.3.0 development
  • uglify-js 2.4.3 development
docs/site_libs/leaflet-binding-2.0.0/lib/leaflet-omnivore/package.json npm
  • browserify 13.0.1 development
  • jshint 2.9.2 development
  • mapbox.js 2.4.0 development
  • mocha ~2.5.3 development
  • phantomjs-prebuilt 2.1.7 development
  • st 1.1.0 development
  • tape 4.5.1 development
  • uglify-js ^2.6.2 development
  • zuul ~3.10.1 development
  • brfs 1.4.3
  • corslite 0.0.7
  • csv2geojson ~5.0.0
  • polyline 0.2.0
  • togeojson 0.13.0
  • topojson 1.6.26
  • wellknown 0.4.2
docs/site_libs/leaflet-binding-2.0.0/lib/leaflet-providers/package.json npm
  • chai ^2.3.0 development
  • eslint ^3.16.1 development
  • eslint-plugin-html ^2.0.1 development
  • mocha ^2.2.4 development
  • mocha-phantomjs-core ^2.0.1 development
  • mversion ^1.3.0 development
  • phantomjs-prebuilt ^2.1.4 development
  • uglify-js ^2.4.15 development
docs/site_libs/leaflet-binding-2.0.0/plugins/Leaflet.markercluster/package.json npm
  • jake ~0.5.16 development
  • jshint ~2.1.3 development
  • karma ~0.8.5 development
  • leaflet ~1.0.3 development
  • magic-string ^0.7.0 development
  • mocha ~1.10.0 development
  • uglify-js ~2.6.0 development
docs/site_libs/leaflet-binding-2.0.0.9000/lib/leaflet-omnivore/package.json npm
  • browserify 13.0.1 development
  • jshint 2.9.2 development
  • mapbox.js 2.4.0 development
  • mocha ~2.5.3 development
  • phantomjs-prebuilt 2.1.7 development
  • st 1.1.0 development
  • tape 4.5.1 development
  • uglify-js ^2.6.2 development
  • zuul ~3.10.1 development
  • brfs 1.4.3
  • corslite 0.0.7
  • csv2geojson ~5.0.0
  • polyline 0.2.0
  • togeojson 0.13.0
  • topojson 1.6.26
  • wellknown 0.4.2
docs/site_libs/leaflet-binding-2.0.0.9000/lib/leaflet-providers/package.json npm
  • chai ^4.1.2 development
  • eslint ^3.16.1 development
  • eslint-plugin-html ^2.0.1 development
  • mocha ^3.2.0 development
  • mocha-phantomjs-core ^2.1.1 development
  • mversion ^1.10.1 development
  • phantomjs-prebuilt ^2.1.16 development
  • uglify-js ^2.4.15 development
docs/site_libs/leaflet-binding-2.0.0.9000/plugins/Leaflet.markercluster/package.json npm
  • jake ~0.5.16 development
  • jshint ~2.1.3 development
  • karma ~0.8.5 development
  • leaflet ~1.0.3 development
  • magic-string ^0.7.0 development
  • mocha ~1.10.0 development
  • uglify-js ~2.6.0 development
docs/site_libs/leaflet-markercluster-1.0.5/package.json npm
  • jake ~0.5.16 development
  • jshint ~2.1.3 development
  • karma ~0.8.5 development
  • leaflet ~1.0.3 development
  • magic-string ^0.7.0 development
  • mocha ~1.10.0 development
  • uglify-js ~2.6.0 development
docs/site_libs/leaflet-providers-1.0.27/package.json npm
  • chai ^2.3.0 development
  • eslint ^2.7.0 development
  • eslint-plugin-html ^1.4.0 development
  • mocha ^2.2.4 development
  • mocha-phantomjs ^3.5.3 development
  • mversion ^1.3.0 development
  • phantomjs 1.9.7-15 development
  • uglify-js ^2.4.15 development
docs/site_libs/leaflet-providers-1.1.17/package.json npm
  • chai ^4.1.2 development
  • eslint ^3.16.1 development
  • eslint-plugin-html ^2.0.1 development
  • mocha ^3.2.0 development
  • mocha-phantomjs-core ^2.1.1 development
  • mversion ^1.10.1 development
  • phantomjs-prebuilt ^2.1.16 development
  • uglify-js ^2.4.15 development
docs/site_libs/style-editor-0.1.6/package.json npm
  • grunt ~0.4.x development
  • grunt-contrib-concat ~0.3.x development
  • grunt-contrib-cssmin ~0.8.x development
  • grunt-contrib-uglify ~0.3.x development
.github/workflows/R-CMD-check.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
docs/site_libs/Leaflet.Sync-0.0.5/bower.json bower