-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
84 lines (84 loc) · 1.94 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Package: reprores
Title: Data Skills for Reproducible Research
Version: 3.0.1
Date: 2022-10--04
Authors@R:
c(
person(
given = "Lisa",
family = "DeBruine",
role = c("aut", "cre"),
email = "debruine@gmail.com",
comment = c(ORCID = "0000-0002-7523-5539")
),
person(
given = "Dale",
family = "Barr",
role = c("aut"),
email = "dale.barr@glasgow.ac.uk",
comment = c(ORCID = "0000-0002-1121-4608")
),
person(
given = "Rebecca",
family = "Lai",
role = c("ctb"),
email = "rebecca.lai@glasgow.ac.uk",
comment = c(ORCID = "0000-0001-7055-2036")
))
Description: This course provides an overview of skills needed for reproducible research and open science using the statistical programming language R. Students will learn about data visualisation, data tidying and wrangling, archiving, iteration and functions, probability and data simulations, and reproducible workflows. Learning is reinforced through weekly assignments that involve working with different types of data.
License: CC BY 4.0 + LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
installr,
dplyr,
tidyr,
ggplot2,
tibble,
readr,
lubridate,
purrr,
stringr,
plotly,
pwr,
MASS,
broom,
readxl,
knitr,
shiny,
shinyjs,
shinydashboard,
ukbabynames,
patchwork,
rio,
haven,
rstudioapi,
glue,
tidytext,
ggwordcloud,
googlesheets4,
waffle,
flexdashboard,
treemap,
beepr,
rtweet,
skimr,
DT,
kableExtra,
papaja
Suggests:
rmarkdown,
zip,
webexercises,
R.utils,
glossary
VignetteBuilder: knitr
Depends:
R (>= 4.1)
URL: https://github.com/psyteachr/reprores-v3
BugReports: https://github.com/psyteachr/reprores-v3/issues
Remotes:
psyteachr/glossary,
hrbrmstr/waffle