-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
50 lines (50 loc) · 1.17 KB
/
Copy pathDESCRIPTION
File metadata and controls
50 lines (50 loc) · 1.17 KB
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
Package: misc.tutorials
Title: Miscellaneous Tutorials
Version: 0.2.0
Authors@R:
c(
person(given = "David",
family = "Kane",
role = c("aut", "cre", "cph"),
email = "dave.kane@gmail.com",
comment = c(ORCID = "0000-0002-6660-3934")))
Description: Collection of interactive tutorials, including material from
'R for Data Science (2e)' by Wickham, Cetinkaya-Rundel, and Grolemund,
and from 'Analyzing US Census Data' by Walker. Makes extensive use of
the tools in the 'tutorial.helpers' package.
Depends: R (>= 4.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3
BugReports: https://github.com/PPBDS/misc.tutorials/issues
URL: https://ppbds.github.io/misc.tutorials/, https://github.com/PPBDS/misc.tutorials
Imports:
tutorial.helpers
Suggests:
arrow,
DBI,
dbplyr,
duckdb,
ggridges,
httr2,
jsonlite,
knitr,
Lahman,
leaflet,
learnr,
maps,
purrr,
quarto,
readr,
readxl,
rnaturalearth,
rnaturalearthdata,
rvest,
scales,
sf,
testthat,
tidycensus,
tidyr,
tidyverse