-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.56 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
44
Package: oldr
Title: An Implementation of Rapid Assessment Method for Older People
Version: 0.1.1
Authors@R: c(
person("Mark", "Myatt", comment = c(ORCID = "0000-0003-1119-1474"),
email = "mark@brixtonhealth.com", role = "aut"),
person("Ernest", "Guevarra", comment = c(ORCID = "0000-0002-4887-4415"),
email = "ernest@guevarra.io", role = c("aut", "cre")),
person("Pascale", "Fritsch", role = "aut"),
person("Katja", "Siling", role = "aut"))
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. The method uses simple
procedures, in a short time frame (i.e. about two weeks including training,
data collection, data entry, and data analysis), and at considerably lower
cost than other methods.
License: GPL-3
Depends: R (>= 3.0.1)
Imports:
bbw,
car,
withr,
tibble,
rmarkdown
Suggests:
testthat (>= 3.0.0),
covr,
DiagrammeR,
dplyr,
magrittr,
knitr,
kableExtra,
spelling
Encoding: UTF-8
LazyData: true
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
URL: https://rapidsurveys.io/oldr/, https://github.com/rapidsurveys/oldr
BugReports: https://github.com/rapidsurveys/oldr/issues
Config/testthat/edition: 3