Skip to content

Commit f10ef84

Browse files
committed
Further small details
1 parent 41070a4 commit f10ef84

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
Package: socviz
22
Type: Package
3-
Title: Utility Functions and Data Sets for Data Visualization
3+
Title: Utilities and Data Sets for Data Visualization
44
Version: 2.0.0.9000
55
Authors@R: person("Kieran", "Healy", email = "kjhealy@gmail.com",
66
role = c("aut", "cre"))
77
Maintainer: Kieran Healy <kjhealy@gmail.com>
8-
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>.
8+
Description: Supporting materials for a course and book on data visualization. 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)
1111
Imports: ggplot2 (>= 4.0.0), graphics, grid, magrittr, systemfonts, tibble
1212
Encoding: UTF-8
1313
LazyData: true
1414
LazyDataCompression: xz
15-
URL: http://kjhealy.github.io/socviz/
15+
URL: https://kjhealy.github.io/socviz/
1616
BugReports: https://github.com/kjhealy/socviz/issues
1717
RoxygenNote: 7.3.3
1818
NeedsCompilation: no

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR: 2017
2-
COPYRIGHT HOLDER: Kieran Healy; individual function authors Dirk Eddelbuettel and Winston Chang. Data sets included are in the public domain or provided for free public use by their compilers.
1+
YEAR: 2026
2+
COPYRIGHT HOLDER: Kieran Healy; individual function authors Dirk Eddelbuettel and Winston Chang. Data sets included are in the public domain or provided for free public use by their compilers.

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
destination: docs
22
authors:
33
Kieran Healy:
4-
href: http://kieranhealy.org
4+
href: https://kieranhealy.org
55

66
url: https://kjhealy.github.io/socviz
77

0 commit comments

Comments
 (0)