-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
49 lines (49 loc) · 1.42 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
Type: Book
Package: r-cubed-intermediate
Title: "Reproducible Research in R: An Intermediate Workshop on Modern
Approaches and Workflows to Processing Data"
Version: 2023.06.19
Authors@R:
person("Luke", "Johnston", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-4169-2616", affiliation = "Steno Diabetes Center Aarhus"))
Description: Reproducibility and open scientific practices are
increasingly being requested or required of scientists and
researchers, but training on these practices has not kept pace. This
course intends to help bridge that gap and covers the fundamentals and
workflow of data analysis in R. This repository contains the lesson,
lecture, and assignment material for the course, including the website
source files and other associated course administration files. For
more details on the course, check out the <a
href='https://r-cubed-intermediate.rostools.org'>website</a>.
URL: https://r-cubed-intermediate.rostools.org
Depends:
R (>= 4.0.0)
Imports:
snakecase,
styler,
desc,
downlit,
dplyr,
fs,
glue,
here,
htmltools,
knitr,
magrittr,
pak,
purrr,
r3 (>= 0.0.0.9000),
stringr,
usethis,
vroom,
withr,
r3admin (>= 0.0.1),
readr
Suggests:
prodigenr,
tidyverse
Remotes:
github::rostools/r3,
rostools/r3admin
Encoding: UTF-8
LazyData: true