-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 2.24 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
48
49
50
51
52
53
Package: mortAAR
Type: Package
Title: Analysis of Archaeological Mortality Data
Version: 1.1.7
Authors@R: c(
person("Nils", "Mueller-Scheessel", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-7992-8722")),
person("Martin", "Hinz", , "[email protected]", role = "aut"),
person("Clemens", "Schmid", , "[email protected]", role = "aut"),
person("Christoph", "Rinne", , "[email protected]", role = "aut"),
person("Daniel", "Knitter", , "[email protected]", role = "aut"),
person("Wolfgang", "Hamer", , "[email protected]", role = "aut"),
person("Dirk", "Seidensticker", , "[email protected]", role = "aut"),
person("Franziska", "Faupel", , "[email protected]", role = "aut"),
person("Carolin", "Tietze", , "[email protected]", role = "aut"),
person("Nicole", "Grunert", , "[email protected]", role = "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). It also checks for possible biases in the age
structure and applies corrections to life tables.
Date: 2025-01-12
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),
flexsurv (>= 2.2.2),
stats (>= 4.3.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, https://isaakiel.github.io/mortAAR/
BugReports: https://github.com/ISAAKiel/mortAAR/issues