-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·36 lines (36 loc) · 1.07 KB
/
DESCRIPTION
File metadata and controls
executable file
·36 lines (36 loc) · 1.07 KB
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
Package: chronup
Title: Chronological Uncertainty Propagation Toolkit
Version: 0.0.0.9000
Authors@R:
person(given = "W. Christopher",
family = "Carleton",
role = c("aut", "cre"),
email = "ccarleton@protonmail.com",
comment = c(ORCID = "0000-0001-7463-8638"))
URL: https://wccarleton.me
Description: A collection of Bayesian models and helpful data simulation tools
intended for analyzing data that contain chronological uncertainty. These
tools are primarily built for use by Palaeo Scientists (e.g.,
archaeologists, palaeoclimatologists, palaeontologists, etc.), but they may
be of use to data scientists in any field where significant measurement
uncertainties are common in both dependent and independent variables.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
bigmemory,
knitr,
parallel,
rmarkdown,
ggplot2,
tidyr,
grDevices,
IntCal
Depends:
truncnorm,
progress,
pbapply,
rlang
VignetteBuilder: knitr