forked from mlfit/mlfit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 904 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 904 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
26
27
28
29
30
31
Type: Package
Package: MultiLevelIPF
Title: Implementation of algorithms that extend IPF to nested structures
Version: 0.3-7
Date: 2018-01-22
Authors@R: person(given = "Kirill", family = "Müller", role = c("aut",
"cre"), email = "krlmlr+r@mailbox.org")
Description: The IPF algorithm operates on count data. This package offers
implementations for several algorithms that extend this to nested structures:
"parent" and "child" items for both of which constraints can be provided.
License: GPL-3
URL: https://krlmlr.github.io/MultiLevelIPF, https://github.com/krlmlr/MultiLevelIPF
BugReports: https://github.com/krlmlr/MultiLevelIPF/issues
Depends:
methods
Imports:
BB,
dplyr,
grake (>= 0.1-1),
hms,
kimisc,
Matrix,
plyr,
tibble
Suggests:
testthat,
XML
Encoding: UTF-8
Remotes: krlmlr/grake
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1