-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 846 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 846 Bytes
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
Package: MaxentDisaggregation
Type: Package
Title: Generate samples of disaggregate flows
Version: 0.1.5
Author: Simon Schulte, Arthur Jakobs
Maintainer: Simon Schulte <simschul@proton.me>
Description: Easy sampling (=random number generation) of disaggregate flows while respecting the accounting identity (=sum of disaggregates must equal sum of aggregate) and accounting for statistical correlations.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: truncnorm, nloptr, gtools, data.table
URL: https://github.com/simschul/MaxentDisaggregation
BugReports: https://github.com/simschul/MaxentDisaggregation/issues
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
ggplot2,
reshape2,
GGally,
qpdf
Config/testthat/edition: 3
VignetteBuilder: knitr