-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1015 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
Type: Package
Package: chrongler
Title: chrongler wrangles categorical chronological data
Version: 0.1.0
Authors@R:
person("Lisa", "Steinmann", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2215-1243"))
Author: Lisa Steinmann
Maintainer: Lisa Steinmann <[email protected]>
Description: This package provides convenience functions that are helpful
for working with archaeological or historical data were chronological
information is stored as a 'period' (categorical values that may
indicate chronology in one way or another). The functions are purely
for formatting and 'wrangling' such data, and do not contain any means
of analysis or further processing.
License: GPL (>= 3)
Depends:
R (>= 3.3),
jsonlite,
crul
Suggests:
covr,
dplyr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr