-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
35 lines (35 loc) · 824 Bytes
/
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
Package: rcldf
Type: Package
Title: Read Linguistic Data in the Cross Linguistic Data Format (CLDF)
Version: 1.3.1
Authors@R:
person(given = c("Simon", "J."), family = "Greenhill", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Simon J. Greenhill <[email protected]>
Description: Reads Cross-Linguistic Data Files (CLDF) into 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
Suggests:
testthat,
mockthat,
spelling,
covr,
rmarkdown
URL: https://github.com/SimonGreenhill/rcldf
BugReports: https://github.com/SimonGreenhill/rcldf/issues
Language: en-US
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)