-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1 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
Package: unstruwwel
Title: Detect and Parse Historic Dates
Version: 0.2.0
Authors@R: person('Stefanie Schneider', email = '[email protected]', role = c('cre', 'aut'), comment = c(ORCID = "0000-0003-4915-6949"))
Maintainer: Stefanie Schneider <[email protected]>
Description: Automatically converts language-specific verbal information, e.g., "1st half of the 19th century," to its standardized numerical counterparts, e.g., "1801-01-01/1850-12-31." It follows the recommendations of the 'MIDAS' ('Marburger Informations-, Dokumentations- und Administrations-System'), see <doi:10.11588/artdok.00003770>.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
URL: https://github.com/stefanieschneider/unstruwwel
BugReports: https://github.com/stefanieschneider/unstruwwel/issues
Suggests:
testthat,
roxygen2
Imports:
R6,
assertthat,
lubridate,
magrittr,
stringr,
tibble,
tidyr,
purrr,
dplyr,
rlang
Depends:
R (>= 2.10)