-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.82 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
45
46
47
48
49
50
51
Package: eye
Title: Analysis of Eye Data
Version: 1.2.1.9000
Authors@R: c(
person("Tjebo", "Heeren",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5297-2301")),
person("Antoine", "Fabri", role = "ctb"))
Description: There is no ophthalmic researcher who has not had headaches from
the handling of visual acuity entries. Different notations, untidy entries.
This shall now be a matter of the past. Eye makes it as easy as pie to work
with VA data - easy cleaning, easy conversion between
Snellen, logMAR, ETDRS letters, and qualitative visual acuity
shall never pester you again. The eye
package automates the pesky task to count number of patients and eyes,
and can help to clean data with easy re-coding for right and left eyes.
It also contains functions to help reshaping eye side specific variables
between wide and long format. Visual acuity conversion is based on
Schulze-Bonsel et al. (2006) <doi:10.1167/iovs.05-0981>,
Gregori et al. (2010) <doi:10.1097/iae.0b013e3181d87e04>,
Beck et al. (2003) <doi:10.1016/s0002-9394(02)01825-1> and
Bach (2007) <http:michaelbach.de/sci/acuity.html>.
License: MIT + file LICENSE
URL: https://github.com/tjebo/eye
BugReports: https://github.com/tjebo/eye/issues
Language: en-US
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Depends:
R (>= 4.1)
Imports:
cli (>= 3.0.1),
dplyr (>= 1.0.7),
english (>= 1.2-6),
lubridate (>= 1.7.10),
magrittr (>= 2.0.1),
pillar (>= 1.6.2),
purrr (>= 0.3.4),
rlang (>= 0.4.11),
stringr (>= 1.4.0),
tibble (>= 3.1.3),
tidyr (>= 1.1.3),
tidyselect (>= 1.1.1)
Suggests:
eyedata (>= 0.1.0),
knitr (>= 1.33),
rmarkdown (>= 2.10),
testthat (>= 3.0.4)