-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
executable file
·44 lines (44 loc) · 2.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: lingtypology
Type: Package
Title: Linguistic Typology and Mapping
Version: 1.1.20
Depends: R (>= 3.5.0)
Imports:
leaflet,
leaflet.minicharts,
stats,
utils,
stringdist,
grDevices,
jsonlite
Authors@R: c(person("George", "Moroz",
role = c("aut", "cre"),
email = "agricolamz@gmail.com",
comment = c(ORCID="0000-0003-1990-6083")),
person("Kirill", "Koncha",
role = "ctb",
email = "majortomblog@gmail.com",
comment = c(ORCID = "0000-0003-0676-2658")),
person("Mikhail","Leonov",
role = "ctb"),
person("Anna","Smirnova",
email = "annedadaa@gmail.com",
role = "ctb"),
person("Ekaterina","Zalivina",
role = "ctb"))
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.
License: GPL (>= 2)
URL: https://CRAN.R-project.org/package=lingtypology, https://github.com/ropensci/lingtypology/, https://ropensci.github.io/lingtypology/
BugReports: https://github.com/ropensci/lingtypology/issues
LazyData: TRUE
RoxygenNote: 7.3.2.9000
Encoding: UTF-8
Suggests:
knitr,
rmarkdown,
testthat,
MASS,
sp,
sf,
ape
VignetteBuilder: knitr