-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.45 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
Package: oldr
Title: An Implementation of Rapid Assessment Method for Older People
Version: 0.2.3.9000
Authors@R: c(
person("Mark", "Myatt", comment = c(ORCID = "0000-0003-1119-1474"),
email = "[email protected]", role = c("aut", "cph")),
person("Ernest", "Guevarra", comment = c(ORCID = "0000-0002-4887-4415"),
email = "[email protected]", role = c("aut", "cre", "cph")),
person("Pascale", "Fritsch", role = "aut"),
person("Katja", "Siling", role = "aut"),
person("HelpAge International", role = "cph"),
person("Elrha", role = "fnd"))
Description: An implementation of the Rapid Assessment Method for Older People
or RAM-OP <https://www.helpage.org/resource/rapid-assessment-method-for-older-people-ramop-manual/>.
It provides various functions that allow the user to design and plan the
assessment and analyse the collected data. RAM-OP provides accurate and
reliable estimates of the needs of older people.
License: GPL-3
Depends: R (>= 4.1.0)
Imports:
bbw,
car,
withr,
tibble,
rmarkdown,
cli,
tinytex
Suggests:
testthat (>= 3.0.0),
covr,
DiagrammeR,
knitr,
kableExtra,
spelling
Encoding: UTF-8
LazyData: true
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: https://rapidsurveys.io/oldr/, https://github.com/rapidsurveys/oldr
BugReports: https://github.com/rapidsurveys/oldr/issues
Config/testthat/edition: 3