Skip to content

Commit c8c049d

Browse files
committed
Update and remove defunct material
1 parent f0cb307 commit c8c049d

File tree

21 files changed

+104
-538
lines changed

21 files changed

+104
-538
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ claude.md
1414
^\.claude$
1515
^_pkgdown\.yml$
1616
^pkgdown$
17+
.Rhistory

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.Rproj.user
2+
.Rhistory
23
pkgdown
34
docs
45
.claude

DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ Maintainer: Kieran Healy <kjhealy@gmail.com>
88
Description: Supporting materials for a course and book on data visualization. Second edition. It contains utility functions for graphs and several sample data sets. See Healy (2019) <ISBN 978-0691181622>.
99
License: MIT + file LICENSE
1010
Depends: R (>= 4.5)
11-
Imports: dplyr, fs, ggplot2 (>= 4.0.0), graphics, grid, magrittr,
12-
rlang, systemfonts, tibble
11+
Imports: ggplot2 (>= 4.0.0), graphics, grid, magrittr, systemfonts, tibble
1312
Encoding: UTF-8
1413
LazyData: true
1514
LazyDataCompression: xz
1615
URL: http://kjhealy.github.io/socviz/
1716
BugReports: https://github.com/kjhealy/socviz/issues
1817
RoxygenNote: 7.3.3
1918
NeedsCompilation: no
20-
Packaged: 2025-07-14 10:33:37 UTC; kjhealy
19+
Packaged: 2026-03-16 14:52:12 UTC; kjhealy
2120
Author: Kieran Healy [aut, cre]

NAMESPACE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ export("%nin%")
55
export(center_df)
66
export(color_comp)
77
export(color_pal)
8-
export(freq_tab)
98
export(int_to_year)
10-
export(lay_out)
119
export(prefix_replace)
1210
export(prefix_strip)
1311
export(round_df)
14-
export(setup_course_notes)
1512
export(theme_socviz)
1613
export(theme_socviz_map)
1714
export(tw_tab)

R/data.r

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -300,43 +300,6 @@
300300
#' @source Macro-economic and spending data: OECD. Other data: Kieran Healy.
301301
"organdata"
302302

303-
304-
#' Dates in character form
305-
#'
306-
#' A table of dates and observations with the date column stored as a
307-
#' character string.
308-
#'
309-
#' @docType data
310-
#' @keywords datasets
311-
#' @name bad_date
312-
#' @format A tibble with 10 rows and two columns.
313-
#' @source Chris Delcher.
314-
"bad_date"
315-
316-
317-
#' An untidy table of data
318-
#'
319-
#' A table of data from Wickham (2014).
320-
#'
321-
#' @docType data
322-
#' @keywords datasets
323-
#' @name preg
324-
#' @format A tbl_df with 3 rows and 3 columns.
325-
#' @source Hadley Wickham (2014).
326-
"preg"
327-
328-
329-
#' A wider table of untidy data
330-
#'
331-
#' A second table of data from Wickham (2014).
332-
#'
333-
#' @docType data
334-
#' @keywords datasets
335-
#' @name preg2
336-
#' @format An tbl_df object (inherits from tbl, data.frame) with 2 rows and 4 columns.
337-
#' @source Hadley Wickham (2014).
338-
"preg2"
339-
340303
##' A table of survival rates from the Titanic
341304
##'
342305
##' A small table of survival rates from the Titanic, by sex

0 commit comments

Comments
 (0)