-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1000 Bytes
/
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
Package: compositr
Title: Create composite scores
Version: 0.0.0.9000
Authors@R: c(
person("Mike", "Page", email = "mpage@redcross.org.uk", role = "cre"),
person("Matt", "Thomas", email = "mattthomas@redcross.org.uk", role = "aut"),
person(family = "British Red Cross", role = "cph")
)
Description: A framework to create composite scores and indices, using a mixture
of normalising, ranking, weighting and quantising.
License: GPL (>= 3) + file LICENSE
URL: https://github.com/britishredcrosssociety/compositr
BugReports: https://github.com/britishredcrosssociety/compositr/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.3.2
Imports:
dplyr,
rlang,
stats,
tidyr
Suggests:
roxyglobals,
testthat (>= 3.0.0),
tibble
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
Depends:
R (>= 2.10)
Config/testthat/edition: 3