-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.32 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
Package: rcldf
Type: Package
Title: Read Linguistic Data in the Cross Linguistic Data Format (CLDF)
Version: 1.4.0
Authors@R:
person(given = c("Simon", "J."), family = "Greenhill", email = "simon@simon.net.nz", role = c("aut", "cre"))
Maintainer: Simon J. Greenhill <simon@simon.net.nz>
Description: rcldf is a library designed to facilitate the manipulation and analysis of datasets in
Cross-Linguistic Data Format (CLDF, see Forkel et al. (2018) <doi:10.1038/sdata.2018.205>).
CLDF is a framework for storing cross-linguistic data, ensuring compatibility and ease of data
exchange between different linguistic datasets. The rcldf package simplifies the loading, querying,
and visualisation of CLDF datasets in R, making it easier to conduct comparative linguistic analyses,
manage language data, and apply statistical methods directly within R.
License: Apache License (>= 2.0)
Encoding: UTF-8
Imports:
archive,
bib2df (>= 1.1.1),
csvwr,
dplyr,
magrittr,
purrr,
remotes,
rlang,
readr,
tools,
utils,
logger,
urltools,
jsonlite
Suggests:
testthat,
mockthat,
spelling,
covr,
rmarkdown
URL: https://github.com/SimonGreenhill/rcldf
BugReports: https://github.com/SimonGreenhill/rcldf/issues
Language: en-US
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)