-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 2.06 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
45
46
47
Package: mortAAR
Type: Package
Title: Analysis of Archaeological Mortality Data
Version: 1.1.6
Authors@R: c(
person("Nils", "Mueller-Scheessel", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Martin", "Hinz", email = "[email protected]", role = c("aut")),
person("Clemens", "Schmid", email = "[email protected]", role = c("aut")),
person("Christoph", "Rinne", email = "[email protected]", role = c("aut")),
person("Daniel", "Knitter", email = "[email protected]", role = c("aut")),
person("Wolfgang", "Hamer", email = "[email protected]", role = c("aut")),
person("Dirk", "Seidensticker", email = "[email protected]", role = c("aut")),
person("Franziska", "Faupel", email = "[email protected]", role = c("aut")),
person("Carolin", "Tietze", email = "[email protected]", role = c("aut")),
person("Nicole", "Grunert", email = "[email protected]", role = c("aut")))
Maintainer: Nils Mueller-Scheessel <[email protected]>
Description: A collection of functions for the analysis of archaeological mortality
data (on the topic see e.g. Chamberlain 2006
<https://books.google.de/books?id=nG5FoO_becAC&lpg=PA27&ots=LG0b_xrx6O&dq=life%20table%20archaeology&pg=PA27#v=onepage&q&f=false>).
It takes demographic data in different formats and displays the result in a standard life table
as well as plots the relevant indices (percentage of deaths, survivorship, probability of death, life expectancy, percentage of population).
Date: 2024-03-06
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
magrittr (>= 1.5),
Rdpack (>= 0.4-20),
reshape2 (>= 1.4.2),
methods (>= 3.3.3),
tibble (>= 3.0.3),
rlang (>= 1.1.1)
RoxygenNote: 7.2.3
Suggests:
testthat,
knitr,
rmarkdown,
tidyr,
dplyr,
ggplot2
Depends:
R (>= 3.5.0)
RdMacros: Rdpack
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://github.com/ISAAKiel/mortAAR
BugReports: https://github.com/ISAAKiel/mortAAR/issues