-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.12 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
52
53
Package: webmorphR
Title: Reproducible Stimuli
Date: 2022-06-01
Version: 0.1.1
Authors@R:
c(person(
given = "Lisa",
family = "DeBruine",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7523-5539")
),
person(
given = "Emily",
family = "Cunningham",
role = c("pfr", "ctb"),
email = "[email protected]"
))
Description: Create reproducible image stimuli,
specialised for face images with 'psychomorph' or 'webmorph' templates.
License: CC BY 4.0
URL: https://debruine.github.io/webmorphR/, https://github.com/debruine/webmorphR
BugReports: https://github.com/debruine/webmorphR/issues
Depends:
R (>= 4.1.0)
Imports:
tools,
grDevices,
stats,
dplyr,
jsonlite,
magick,
geomorph,
httr,
progress,
rsvg,
grid,
ggplot2
Suggests:
shiny,
shinyjs,
shinydashboard,
shinyWidgets,
DT,
gifski,
testthat,
usethis,
rmarkdown,
covr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0